Shades of Madang #B0EBA7
Tints of Madang #B0EBA7
RGB
CMYK
RGB Variations
Color information
#B0EBA7 (or 0xB0EBA7) is known color: Madang. HEX triplet: B0, EB and A7. RGB value is (176,235,167). Sum of RGB (Red+Green+Blue) = 176+235+167=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBA7 is #4F1458. Grayscale: #D1D1D1. Windows color (decimal): -5182553 or 11004848. OLE color: 11004848.
HSL color Cylindrical-coordinate representation of color #B0EBA7: hue angle of 112.06º degrees, saturation: 0.63, 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 #B0EBA7 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 167 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.08 |
| HSL | 112.06º | 0.63% | 0.79% | - |
| HSV(B) | 112.06º | 0.29% | 0.92% | - |
| XYZ | 54.59 | 71.44 | 47.47 | - |
| YUV | 209.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 167 | 0.25 | 0 | 0.29 | 0.08 | 112.06 | 0.63 | 0.79 |
| Hex | B0 | EB | A7 | 19 | 0 | 1D | 8 | 70 | 3F | 4F |
| Octal | 260 | 353 | 247 | 31 | 0 | 35 | 10 | 160 | 77 | 117 |
| Binary | 10110000 | 11101011 | 10100111 | 11001 | 0 | 11101 | 1000 | 1110000 | 111111 | 1001111 |
Color Harmonies of #B0EBA7
Complementary color
Monochromatic Colors of #B0EBA7
Black with #B0EBA7
Text Example
Text Example
White with #B0EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBA7; }
p { color: rgb(176,235,167); }
H1.HeaderClassName
{
color: #B0EBA7;
}
.AnyTagClassName
{
color: #B0EBA7;
}
</style>
background-color css
<style>
a { background-color: #B0EBA7; }
a { background-color: rgb(176,235,167); }
div.DivClassName
{
background-color: #B0EBA7;
}
.BgClassName
{
background-color: #B0EBA7;
}
</style>
border-color css
<style>
span { border-color: #B0EBA7; }
span { border-color: rgb(176,235,167); }
td.TdClassName
{
border-color: #B0EBA7;
}
.TagClassName
{
border-color: #B0EBA7;
}
</style>