Shades of Madang #B8F0AB
Tints of Madang #B8F0AB
RGB
CMYK
RGB Variations
Color information
#B8F0AB (or 0xB8F0AB) is known color: Madang. HEX triplet: B8, F0 and AB. RGB value is (184,240,171). Sum of RGB (Red+Green+Blue) = 184+240+171=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F0AB is #470F54. Grayscale: #D7D7D7. Windows color (decimal): -4656981 or 11268280. OLE color: 11268280.
HSL color Cylindrical-coordinate representation of color #B8F0AB: hue angle of 108.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8F0AB is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 171 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.06 |
| HSL | 108.7º | 0.7% | 0.81% | - |
| HSV(B) | 108.7º | 0.29% | 0.94% | - |
| XYZ | 58.28 | 75.45 | 50.02 | - |
| YUV | 215.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 171 | 0.23 | 0 | 0.29 | 0.06 | 108.7 | 0.7 | 0.81 |
| Hex | B8 | F0 | AB | 17 | 0 | 1D | 6 | 6D | 46 | 51 |
| Octal | 270 | 360 | 253 | 27 | 0 | 35 | 6 | 155 | 106 | 121 |
| Binary | 10111000 | 11110000 | 10101011 | 10111 | 0 | 11101 | 110 | 1101101 | 1000110 | 1010001 |
Color Harmonies of #B8F0AB
Complementary color
Monochromatic Colors of #B8F0AB
Black with #B8F0AB
Text Example
Text Example
White with #B8F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F0AB; }
p { color: rgb(184,240,171); }
H1.HeaderClassName
{
color: #B8F0AB;
}
.AnyTagClassName
{
color: #B8F0AB;
}
</style>
background-color css
<style>
a { background-color: #B8F0AB; }
a { background-color: rgb(184,240,171); }
div.DivClassName
{
background-color: #B8F0AB;
}
.BgClassName
{
background-color: #B8F0AB;
}
</style>
border-color css
<style>
span { border-color: #B8F0AB; }
span { border-color: rgb(184,240,171); }
td.TdClassName
{
border-color: #B8F0AB;
}
.TagClassName
{
border-color: #B8F0AB;
}
</style>