Shades of Madang #B0DEA8
Tints of Madang #B0DEA8
RGB
CMYK
RGB Variations
Color information
#B0DEA8 (or 0xB0DEA8) is known color: Madang. HEX triplet: B0, DE and A8. RGB value is (176,222,168). Sum of RGB (Red+Green+Blue) = 176+222+168=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEA8 is #4F2157. Grayscale: #CACACA. Windows color (decimal): -5185880 or 11067056. OLE color: 11067056.
HSL color Cylindrical-coordinate representation of color #B0DEA8: hue angle of 111.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0DEA8 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 168 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.13 |
| HSL | 111.11º | 0.45% | 0.76% | - |
| HSV(B) | 111.11º | 0.24% | 0.87% | - |
| XYZ | 51.09 | 64.3 | 46.76 | - |
| YUV | 202.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 168 | 0.21 | 0 | 0.24 | 0.13 | 111.11 | 0.45 | 0.76 |
| Hex | B0 | DE | A8 | 15 | 0 | 18 | D | 6F | 2D | 4C |
| Octal | 260 | 336 | 250 | 25 | 0 | 30 | 15 | 157 | 55 | 114 |
| Binary | 10110000 | 11011110 | 10101000 | 10101 | 0 | 11000 | 1101 | 1101111 | 101101 | 1001100 |
Color Harmonies of #B0DEA8
Complementary color
Monochromatic Colors of #B0DEA8
Black with #B0DEA8
Text Example
Text Example
White with #B0DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEA8; }
p { color: rgb(176,222,168); }
H1.HeaderClassName
{
color: #B0DEA8;
}
.AnyTagClassName
{
color: #B0DEA8;
}
</style>
background-color css
<style>
a { background-color: #B0DEA8; }
a { background-color: rgb(176,222,168); }
div.DivClassName
{
background-color: #B0DEA8;
}
.BgClassName
{
background-color: #B0DEA8;
}
</style>
border-color css
<style>
span { border-color: #B0DEA8; }
span { border-color: rgb(176,222,168); }
td.TdClassName
{
border-color: #B0DEA8;
}
.TagClassName
{
border-color: #B0DEA8;
}
</style>