Shades of Madang #B0EAA6
Tints of Madang #B0EAA6
RGB
CMYK
RGB Variations
Color information
#B0EAA6 (or 0xB0EAA6) is known color: Madang. HEX triplet: B0, EA and A6. RGB value is (176,234,166). Sum of RGB (Red+Green+Blue) = 176+234+166=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EAA6 is #4F1559. Grayscale: #D1D1D1. Windows color (decimal): -5182810 or 10939056. OLE color: 10939056.
HSL color Cylindrical-coordinate representation of color #B0EAA6: hue angle of 111.18º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0EAA6 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 166 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.08 |
| HSL | 111.18º | 0.62% | 0.78% | - |
| HSV(B) | 111.18º | 0.29% | 0.92% | - |
| XYZ | 54.21 | 70.83 | 46.89 | - |
| YUV | 208.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 166 | 0.25 | 0 | 0.29 | 0.08 | 111.18 | 0.62 | 0.78 |
| Hex | B0 | EA | A6 | 19 | 0 | 1D | 8 | 6F | 3E | 4E |
| Octal | 260 | 352 | 246 | 31 | 0 | 35 | 10 | 157 | 76 | 116 |
| Binary | 10110000 | 11101010 | 10100110 | 11001 | 0 | 11101 | 1000 | 1101111 | 111110 | 1001110 |
Color Harmonies of #B0EAA6
Complementary color
Monochromatic Colors of #B0EAA6
Black with #B0EAA6
Text Example
Text Example
White with #B0EAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAA6; }
p { color: rgb(176,234,166); }
H1.HeaderClassName
{
color: #B0EAA6;
}
.AnyTagClassName
{
color: #B0EAA6;
}
</style>
background-color css
<style>
a { background-color: #B0EAA6; }
a { background-color: rgb(176,234,166); }
div.DivClassName
{
background-color: #B0EAA6;
}
.BgClassName
{
background-color: #B0EAA6;
}
</style>
border-color css
<style>
span { border-color: #B0EAA6; }
span { border-color: rgb(176,234,166); }
td.TdClassName
{
border-color: #B0EAA6;
}
.TagClassName
{
border-color: #B0EAA6;
}
</style>