Shades of Madang #B0EAA7
Tints of Madang #B0EAA7
RGB
CMYK
RGB Variations
Color information
#B0EAA7 (or 0xB0EAA7) is known color: Madang. HEX triplet: B0, EA and A7. RGB value is (176,234,167). Sum of RGB (Red+Green+Blue) = 176+234+167=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EAA7 is #4F1558. Grayscale: #D1D1D1. Windows color (decimal): -5182809 or 11004592. OLE color: 11004592.
HSL color Cylindrical-coordinate representation of color #B0EAA7: hue angle of 111.94º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0EAA7 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 167 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.08 |
| HSL | 111.94º | 0.61% | 0.79% | - |
| HSV(B) | 111.94º | 0.29% | 0.92% | - |
| XYZ | 54.3 | 70.87 | 47.38 | - |
| YUV | 209.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 167 | 0.25 | 0 | 0.29 | 0.08 | 111.94 | 0.61 | 0.79 |
| Hex | B0 | EA | A7 | 19 | 0 | 1D | 8 | 70 | 3D | 4F |
| Octal | 260 | 352 | 247 | 31 | 0 | 35 | 10 | 160 | 75 | 117 |
| Binary | 10110000 | 11101010 | 10100111 | 11001 | 0 | 11101 | 1000 | 1110000 | 111101 | 1001111 |
Color Harmonies of #B0EAA7
Complementary color
Monochromatic Colors of #B0EAA7
Black with #B0EAA7
Text Example
Text Example
White with #B0EAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAA7; }
p { color: rgb(176,234,167); }
H1.HeaderClassName
{
color: #B0EAA7;
}
.AnyTagClassName
{
color: #B0EAA7;
}
</style>
background-color css
<style>
a { background-color: #B0EAA7; }
a { background-color: rgb(176,234,167); }
div.DivClassName
{
background-color: #B0EAA7;
}
.BgClassName
{
background-color: #B0EAA7;
}
</style>
border-color css
<style>
span { border-color: #B0EAA7; }
span { border-color: rgb(176,234,167); }
td.TdClassName
{
border-color: #B0EAA7;
}
.TagClassName
{
border-color: #B0EAA7;
}
</style>