Shades of Madang #B2ECAA
Tints of Madang #B2ECAA
RGB
CMYK
RGB Variations
Color information
#B2ECAA (or 0xB2ECAA) is known color: Madang. HEX triplet: B2, EC and AA. RGB value is (178,236,170). Sum of RGB (Red+Green+Blue) = 178+236+170=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2ECAA is #4D1355. Grayscale: #D3D3D3. Windows color (decimal): -5051222 or 11201714. OLE color: 11201714.
HSL color Cylindrical-coordinate representation of color #B2ECAA: hue angle of 112.73º 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 #B2ECAA is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 170 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.07 |
| HSL | 112.73º | 0.63% | 0.8% | - |
| HSV(B) | 112.73º | 0.28% | 0.93% | - |
| XYZ | 55.61 | 72.36 | 49.07 | - |
| YUV | 211.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 170 | 0.25 | 0 | 0.28 | 0.07 | 112.73 | 0.63 | 0.8 |
| Hex | B2 | EC | AA | 19 | 0 | 1C | 7 | 71 | 3F | 50 |
| Octal | 262 | 354 | 252 | 31 | 0 | 34 | 7 | 161 | 77 | 120 |
| Binary | 10110010 | 11101100 | 10101010 | 11001 | 0 | 11100 | 111 | 1110001 | 111111 | 1010000 |
Color Harmonies of #B2ECAA
Complementary color
Monochromatic Colors of #B2ECAA
Black with #B2ECAA
Text Example
Text Example
White with #B2ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECAA; }
p { color: rgb(178,236,170); }
H1.HeaderClassName
{
color: #B2ECAA;
}
.AnyTagClassName
{
color: #B2ECAA;
}
</style>
background-color css
<style>
a { background-color: #B2ECAA; }
a { background-color: rgb(178,236,170); }
div.DivClassName
{
background-color: #B2ECAA;
}
.BgClassName
{
background-color: #B2ECAA;
}
</style>
border-color css
<style>
span { border-color: #B2ECAA; }
span { border-color: rgb(178,236,170); }
td.TdClassName
{
border-color: #B2ECAA;
}
.TagClassName
{
border-color: #B2ECAA;
}
</style>