Shades of Madang #B2EFAA
Tints of Madang #B2EFAA
RGB
CMYK
RGB Variations
Color information
#B2EFAA (or 0xB2EFAA) is known color: Madang. HEX triplet: B2, EF and AA. RGB value is (178,239,170). Sum of RGB (Red+Green+Blue) = 178+239+170=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EFAA is #4D1055. Grayscale: #D5D5D5. Windows color (decimal): -5050454 or 11202482. OLE color: 11202482.
HSL color Cylindrical-coordinate representation of color #B2EFAA: hue angle of 113.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2EFAA is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 170 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.06 |
| HSL | 113.04º | 0.68% | 0.8% | - |
| HSV(B) | 113.04º | 0.29% | 0.94% | - |
| XYZ | 56.48 | 74.1 | 49.36 | - |
| YUV | 212.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 170 | 0.26 | 0 | 0.29 | 0.06 | 113.04 | 0.68 | 0.8 |
| Hex | B2 | EF | AA | 1A | 0 | 1D | 6 | 71 | 44 | 50 |
| Octal | 262 | 357 | 252 | 32 | 0 | 35 | 6 | 161 | 104 | 120 |
| Binary | 10110010 | 11101111 | 10101010 | 11010 | 0 | 11101 | 110 | 1110001 | 1000100 | 1010000 |
Color Harmonies of #B2EFAA
Complementary color
Monochromatic Colors of #B2EFAA
Black with #B2EFAA
Text Example
Text Example
White with #B2EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFAA; }
p { color: rgb(178,239,170); }
H1.HeaderClassName
{
color: #B2EFAA;
}
.AnyTagClassName
{
color: #B2EFAA;
}
</style>
background-color css
<style>
a { background-color: #B2EFAA; }
a { background-color: rgb(178,239,170); }
div.DivClassName
{
background-color: #B2EFAA;
}
.BgClassName
{
background-color: #B2EFAA;
}
</style>
border-color css
<style>
span { border-color: #B2EFAA; }
span { border-color: rgb(178,239,170); }
td.TdClassName
{
border-color: #B2EFAA;
}
.TagClassName
{
border-color: #B2EFAA;
}
</style>