Shades of Madang #B8FAA6
Tints of Madang #B8FAA6
RGB
CMYK
RGB Variations
Color information
#B8FAA6 (or 0xB8FAA6) is known color: Madang. HEX triplet: B8, FA and A6. RGB value is (184,250,166). Sum of RGB (Red+Green+Blue) = 184+250+166=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FAA6 is #470559. Grayscale: #DCDCDC. Windows color (decimal): -4654426 or 10943160. OLE color: 10943160.
HSL color Cylindrical-coordinate representation of color #B8FAA6: hue angle of 107.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8FAA6 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 166 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.02 |
| HSL | 107.14º | 0.89% | 0.82% | - |
| HSV(B) | 107.14º | 0.34% | 0.98% | - |
| XYZ | 60.84 | 81.31 | 48.57 | - |
| YUV | 220.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 166 | 0.26 | 0 | 0.34 | 0.02 | 107.14 | 0.89 | 0.82 |
| Hex | B8 | FA | A6 | 1A | 0 | 22 | 2 | 6B | 59 | 52 |
| Octal | 270 | 372 | 246 | 32 | 0 | 42 | 2 | 153 | 131 | 122 |
| Binary | 10111000 | 11111010 | 10100110 | 11010 | 0 | 100010 | 10 | 1101011 | 1011001 | 1010010 |
Color Harmonies of #B8FAA6
Complementary color
Monochromatic Colors of #B8FAA6
Black with #B8FAA6
Text Example
Text Example
White with #B8FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FAA6; }
p { color: rgb(184,250,166); }
H1.HeaderClassName
{
color: #B8FAA6;
}
.AnyTagClassName
{
color: #B8FAA6;
}
</style>
background-color css
<style>
a { background-color: #B8FAA6; }
a { background-color: rgb(184,250,166); }
div.DivClassName
{
background-color: #B8FAA6;
}
.BgClassName
{
background-color: #B8FAA6;
}
</style>
border-color css
<style>
span { border-color: #B8FAA6; }
span { border-color: rgb(184,250,166); }
td.TdClassName
{
border-color: #B8FAA6;
}
.TagClassName
{
border-color: #B8FAA6;
}
</style>