POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³

The photographs are for illustrative purposes only.
Get AI analytics on product POLYSTYRENE EXPANDED (EPS)
EPS60 SILVER 150MM/ 0,72m³:
81.88€ / box
Ex Tax: 66.03€ / box
17.06€ / m²
1 box = 4.8m²
ESTplast
0 reviews
In stock
Product Code: 000-446829ASP
Qty
One click order
Tags:

SPECIFICATION POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³ price 60.69€ ESTplast

Product sizes100,00 x 60,00 x 15,00 cm
Package dimensions100,00 x 120,00 x 60,00 cm
Gross weight1,395 kg
Net weight11,290 kg

0,125 pakk=1leht ,pakk=4,8m²=8lehte

Product details

Net weight: 1.26 kg
Total weight: 10.10 kg
Product measurements: 100.00 x 60.00 x 15.00 cm
Package measurements: 100.00 x 120.00 x 60.00 cm

Description provided by sitypro.com

POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³

What is POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³?

POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³ is an EPS60-grade expanded polystyrene insulation with 150 mm thickness and 0.72 m³ package volume, used for facades and floors; sheet size 100×60×15 cm, net weight 1.26 kg, pack covers 4.8 m² (8 sheets).

Is EPS60 SILVER 150MM suitable for facade insulation?

Yes, POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM is suitable for facade insulation; the 150 mm thickness provides effective thermal resistance and the 100×60×15 cm sheets fit standard external insulation systems.

How many sheets and what area are in one package?

One package contains 8 sheets covering 4.8 m² in total (0.125 pack = 1 sheet as noted). Each sheet measures 100×60 cm with 15 cm thickness.

What are the dimensions and weight of one EPS60 SILVER 150MM sheet?

One sheet measures 100×60×15 cm with a net weight of 1.26 kg. The package gross weight is 10.10 kg and package dimensions are 100×120×60 cm.

When is the 150 mm thickness recommended?

The 150 mm thickness is recommended for insulating external walls and floors in colder climates where higher thermal resistance is needed. Choose 150 mm to reduce heat loss and improve building energy efficiency.

How to cut and handle the 100×60×15 cm sheets?

Sheets can be cut with an insulation knife, electric hot wire cutter or fine‑tooth saw along marked lines to ensure straight joints. Use appropriate polystyrene adhesive and mechanical fixings (anchors/dowels) rated for EPS during installation.

How many m³ are in the package and how does that relate to the 150 mm thickness?

The package volume is 0.72 m³, which equals the combined volume of eight 150 mm thick sheets (each 100×60×0.15 m). Therefore 0.72 m³ is the total insulation volume in the pack.

Is EPS60 SILVER suitable for floors and what are the benefits as a floor layer?

Yes, EPS60 SILVER is suitable for floor insulation: the 150 mm thickness provides strong thermal performance and sufficient compressive stability for floor loads. The low net weight (1.26 kg per sheet) makes handling and installation easier.

What are the package dimensions and how does that affect storage on site?

Package dimensions are 100×120×60 cm with a gross weight of 10.10 kg; compact packaging allows storage in a dry, sheltered area on site. Store flat, protected from sunlight and physical damage.

Who is the manufacturer and what is the model of this polystyrene?

The manufacturer is ESTplast and the model is A113596SP, SKU 000-446829ASP. Use these identifiers to verify product specifications against your project requirements.

How does EPS60 SILVER differ from other polystyrene grades?

EPS60 SILVER denotes the EPS60 density class and likely a silver surface/identification; EPS60 offers better thermal insulation and higher strength than lower‑grade EPS products. Differences are primarily in density and thermal/mechanical properties consistent with EPS60 classification.

Where to buy POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³?

You can buy POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³ in our online store for 66.03€. Category: General purpose polystyrene products.

What is the price of POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³?

The current price of POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³ is 66.03€. Brand: ESTplast.

POLYSTYRENE EXPANDED (EPS) EPS60 SILVER 150MM/ 0,72m³ — specifications and description

Model: 000-446829ASP. Category: General purpose polystyrene products. Brand: ESTplast. Price: 66.03€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');