Shades of Madang #B2F0AA
Tints of Madang #B2F0AA
RGB
CMYK
RGB Variations
Color information
#B2F0AA (or 0xB2F0AA) is known color: Madang. HEX triplet: B2, F0 and AA. RGB value is (178,240,170). Sum of RGB (Red+Green+Blue) = 178+240+170=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F0AA is #4D0F55. Grayscale: #D5D5D5. Windows color (decimal): -5050198 or 11202738. OLE color: 11202738.
HSL color Cylindrical-coordinate representation of color #B2F0AA: hue angle of 113.14º degrees, saturation: 0.7, 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 #B2F0AA is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 170 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.06 |
| HSL | 113.14º | 0.7% | 0.8% | - |
| HSV(B) | 113.14º | 0.29% | 0.94% | - |
| XYZ | 56.78 | 74.69 | 49.45 | - |
| YUV | 213.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 170 | 0.26 | 0 | 0.29 | 0.06 | 113.14 | 0.7 | 0.8 |
| Hex | B2 | F0 | AA | 1A | 0 | 1D | 6 | 71 | 46 | 50 |
| Octal | 262 | 360 | 252 | 32 | 0 | 35 | 6 | 161 | 106 | 120 |
| Binary | 10110010 | 11110000 | 10101010 | 11010 | 0 | 11101 | 110 | 1110001 | 1000110 | 1010000 |
Color Harmonies of #B2F0AA
Complementary color
Monochromatic Colors of #B2F0AA
Black with #B2F0AA
Text Example
Text Example
White with #B2F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0AA; }
p { color: rgb(178,240,170); }
H1.HeaderClassName
{
color: #B2F0AA;
}
.AnyTagClassName
{
color: #B2F0AA;
}
</style>
background-color css
<style>
a { background-color: #B2F0AA; }
a { background-color: rgb(178,240,170); }
div.DivClassName
{
background-color: #B2F0AA;
}
.BgClassName
{
background-color: #B2F0AA;
}
</style>
border-color css
<style>
span { border-color: #B2F0AA; }
span { border-color: rgb(178,240,170); }
td.TdClassName
{
border-color: #B2F0AA;
}
.TagClassName
{
border-color: #B2F0AA;
}
</style>