Looking for a safer, more comfortable flooring option for around your pool or at a client’s playground? Rubber paver tiles are the perfect solution. Whether you’re using them at a playground to keep kids safe or as part of a landscaping project to create paths or borders, outdoor rubber tiles offer versatility. They can be used indoors or outdoors, depending on your needs, and they’re available in various colors, styles, and thicknesses. Made of 100% recycled rubber tires, our rubber pavers at Perfect Rubber Mulch are specially designed to be long lasting and cost effective, and their color lasts 10+ years. They are slip-resistant and stay cooler than other surfaces, even in the summer sun. Learn more about these recycled rubber pavers and how they can work at your location by talking with us today. We’ll be happy to get you a quote on a specific project anytime.
Available in: 16″ x 16″ squares, or 24″ x 24″ squares
PLEASE NOTE: Currently, delivery times may take up to 1-2 weeks, depending on your state. Due to volume of delays and customer questions, please do not reach out for shipping updates until week 3! We will not have any freight information to give due to the delay. Please allow 24-48 hours for a response. Thank You!
Characteristics of our durable, attractive, interlocking rubber floor tiles:
Provide long-lasting color
Require little to no maintenance
Provide added cushion and safety around pool areas, playgrounds and patios
Are available in two thicknesses
Are made from 100% recycled rubber tires
Are perfect for commercial and residential projects
Perfect Rubber Mulch interlocking playground tiles are the ideal surface for underneath playground equipment or anywhere safety surfacing is required. Since safety is the No. 1 priority for our playground tiles, when combined with our rubber mulch, our rubber tiles help protect our children from different fall heights. Other potential applications for our outdoor rubber flooring include around pools, in patios or anywhere safety is a concern.
How to Use:
Replace hard surfaces made of traditional materials like brick or concrete with an eco-friendly, long-lasting alternative
Create clean, safe patios, pool decks or playgrounds
Add to landscaping projects as paths, borders or stepping squares
Can also be used in horse stalls, barns and equestrian areas for a safer, cleaner look
function MulchCalc() {
var a = document.getElementById("ppsft").value;
var b = (document.getElementById("Depther").value / 12);
var c = document.getElementById("Widther").value;
var d = document.getElementById("Lengther").value;
if (a > 0) {
if (b > 0) {
if (c > 0) {
if (d > 0) {
var math = a * c * d;
var tpo = Math.round((math * 10) / 10).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tpo").html(tpo);
g = math / 2000;
var tto = g.toFixed(2);
jQuery("#tto").html(tto);
var tba = Math.round(((math * 10) / 10) / 40).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tba").html(tba);
var tpa = Math.ceil((math / 20) / 100);
jQuery("#tpa").html(tpa);
jQuery("#mulch_results").addClass('show-results');
setTimeout(function () {
jQuery("#total_lbs").addClass('grow');
}, 300);
setTimeout(function () {
jQuery("#total_tons").addClass('grow');
}, 500);
setTimeout(function () {
jQuery("#total_bags").addClass('grow');
}, 700);
setTimeout(function () {
jQuery("#total_pallets").addClass('grow');
}, 900);
}
else { var calcerror = '
*Length has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Width has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Depth has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Pounds Per Square Inch has not been set properly
'; $("#calcerror").html(calcerror);}
};
function ChangeLbsSqFt(e) {
var t = e.value;
if (t == 1) { document.getElementById("ppsft").value = "2.33"; }
if (t == 2) { document.getElementById("ppsft").value = "3.495"; }
if (t == 3) { document.getElementById("ppsft").value = "4.66"; }
if (t == 4) { document.getElementById("ppsft").value = "6.99"; }
if (t == 5) { document.getElementById("ppsft").value = "9.32"; }
if (t == 6) { document.getElementById("ppsft").value = "11.65"; }
if (t == 7) { document.getElementById("ppsft").value = "13.98"; }
console.log(t);
};