Shades of Madang #B2ECAB
Tints of Madang #B2ECAB
RGB
CMYK
RGB Variations
Color information
#B2ECAB (or 0xB2ECAB) is known color: Madang. HEX triplet: B2, EC and AB. RGB value is (178,236,171). Sum of RGB (Red+Green+Blue) = 178+236+171=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2ECAB is #4D1354. Grayscale: #D3D3D3. Windows color (decimal): -5051221 or 11267250. OLE color: 11267250.
HSL color Cylindrical-coordinate representation of color #B2ECAB: hue angle of 113.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2ECAB is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 171 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.07 |
| HSL | 113.54º | 0.63% | 0.8% | - |
| HSV(B) | 113.54º | 0.28% | 0.93% | - |
| XYZ | 55.71 | 72.4 | 49.57 | - |
| YUV | 211.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 171 | 0.25 | 0 | 0.28 | 0.07 | 113.54 | 0.63 | 0.8 |
| Hex | B2 | EC | AB | 19 | 0 | 1C | 7 | 72 | 3F | 50 |
| Octal | 262 | 354 | 253 | 31 | 0 | 34 | 7 | 162 | 77 | 120 |
| Binary | 10110010 | 11101100 | 10101011 | 11001 | 0 | 11100 | 111 | 1110010 | 111111 | 1010000 |
Color Harmonies of #B2ECAB
Complementary color
Monochromatic Colors of #B2ECAB
Black with #B2ECAB
Text Example
Text Example
White with #B2ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECAB; }
p { color: rgb(178,236,171); }
H1.HeaderClassName
{
color: #B2ECAB;
}
.AnyTagClassName
{
color: #B2ECAB;
}
</style>
background-color css
<style>
a { background-color: #B2ECAB; }
a { background-color: rgb(178,236,171); }
div.DivClassName
{
background-color: #B2ECAB;
}
.BgClassName
{
background-color: #B2ECAB;
}
</style>
border-color css
<style>
span { border-color: #B2ECAB; }
span { border-color: rgb(178,236,171); }
td.TdClassName
{
border-color: #B2ECAB;
}
.TagClassName
{
border-color: #B2ECAB;
}
</style>