Shades of Madang #B8FAAF
Tints of Madang #B8FAAF
RGB
CMYK
RGB Variations
Color information
#B8FAAF (or 0xB8FAAF) is known color: Madang. HEX triplet: B8, FA and AF. RGB value is (184,250,175). Sum of RGB (Red+Green+Blue) = 184+250+175=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FAAF is #470550. Grayscale: #DDDDDD. Windows color (decimal): -4654417 or 11532984. OLE color: 11532984.
HSL color Cylindrical-coordinate representation of color #B8FAAF: hue angle of 112.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8FAAF is Cyan = 0.26, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 175 | - |
| CMYK | 0.26 | 0 | 0.3 | 0.02 |
| HSL | 112.8º | 0.88% | 0.83% | - |
| HSV(B) | 112.8º | 0.3% | 0.98% | - |
| XYZ | 61.69 | 81.66 | 53.07 | - |
| YUV | 221.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 175 | 0.26 | 0 | 0.3 | 0.02 | 112.8 | 0.88 | 0.83 |
| Hex | B8 | FA | AF | 1A | 0 | 1E | 2 | 71 | 58 | 53 |
| Octal | 270 | 372 | 257 | 32 | 0 | 36 | 2 | 161 | 130 | 123 |
| Binary | 10111000 | 11111010 | 10101111 | 11010 | 0 | 11110 | 10 | 1110001 | 1011000 | 1010011 |
Color Harmonies of #B8FAAF
Complementary color
Monochromatic Colors of #B8FAAF
Black with #B8FAAF
Text Example
Text Example
White with #B8FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FAAF; }
p { color: rgb(184,250,175); }
H1.HeaderClassName
{
color: #B8FAAF;
}
.AnyTagClassName
{
color: #B8FAAF;
}
</style>
background-color css
<style>
a { background-color: #B8FAAF; }
a { background-color: rgb(184,250,175); }
div.DivClassName
{
background-color: #B8FAAF;
}
.BgClassName
{
background-color: #B8FAAF;
}
</style>
border-color css
<style>
span { border-color: #B8FAAF; }
span { border-color: rgb(184,250,175); }
td.TdClassName
{
border-color: #B8FAAF;
}
.TagClassName
{
border-color: #B8FAAF;
}
</style>