Shades of Madang #B8FAA0
Tints of Madang #B8FAA0
RGB
CMYK
RGB Variations
Color information
#B8FAA0 (or 0xB8FAA0) is known color: Madang. HEX triplet: B8, FA and A0. RGB value is (184,250,160). Sum of RGB (Red+Green+Blue) = 184+250+160=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FAA0 is #47055F. Grayscale: #DCDCDC. Windows color (decimal): -4654432 or 10549944. OLE color: 10549944.
HSL color Cylindrical-coordinate representation of color #B8FAA0: hue angle of 104º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8FAA0 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 160 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.02 |
| HSL | 104º | 0.9% | 0.8% | - |
| HSV(B) | 104º | 0.36% | 0.98% | - |
| XYZ | 60.3 | 81.1 | 45.73 | - |
| YUV | 220.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 160 | 0.26 | 0 | 0.36 | 0.02 | 104 | 0.9 | 0.8 |
| Hex | B8 | FA | A0 | 1A | 0 | 24 | 2 | 68 | 5A | 50 |
| Octal | 270 | 372 | 240 | 32 | 0 | 44 | 2 | 150 | 132 | 120 |
| Binary | 10111000 | 11111010 | 10100000 | 11010 | 0 | 100100 | 10 | 1101000 | 1011010 | 1010000 |
Color Harmonies of #B8FAA0
Complementary color
Monochromatic Colors of #B8FAA0
Black with #B8FAA0
Text Example
Text Example
White with #B8FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FAA0; }
p { color: rgb(184,250,160); }
H1.HeaderClassName
{
color: #B8FAA0;
}
.AnyTagClassName
{
color: #B8FAA0;
}
</style>
background-color css
<style>
a { background-color: #B8FAA0; }
a { background-color: rgb(184,250,160); }
div.DivClassName
{
background-color: #B8FAA0;
}
.BgClassName
{
background-color: #B8FAA0;
}
</style>
border-color css
<style>
span { border-color: #B8FAA0; }
span { border-color: rgb(184,250,160); }
td.TdClassName
{
border-color: #B8FAA0;
}
.TagClassName
{
border-color: #B8FAA0;
}
</style>