Shades of Madang #B0EAA5
Tints of Madang #B0EAA5
RGB
CMYK
RGB Variations
Color information
#B0EAA5 (or 0xB0EAA5) is known color: Madang. HEX triplet: B0, EA and A5. RGB value is (176,234,165). Sum of RGB (Red+Green+Blue) = 176+234+165=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EAA5 is #4F155A. Grayscale: #D1D1D1. Windows color (decimal): -5182811 or 10873520. OLE color: 10873520.
HSL color Cylindrical-coordinate representation of color #B0EAA5: hue angle of 110.43º 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 #B0EAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 165 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.08 |
| HSL | 110.43º | 0.62% | 0.78% | - |
| HSV(B) | 110.43º | 0.29% | 0.92% | - |
| XYZ | 54.12 | 70.79 | 46.41 | - |
| YUV | 208.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 165 | 0.25 | 0 | 0.29 | 0.08 | 110.43 | 0.62 | 0.78 |
| Hex | B0 | EA | A5 | 19 | 0 | 1D | 8 | 6E | 3E | 4E |
| Octal | 260 | 352 | 245 | 31 | 0 | 35 | 10 | 156 | 76 | 116 |
| Binary | 10110000 | 11101010 | 10100101 | 11001 | 0 | 11101 | 1000 | 1101110 | 111110 | 1001110 |
Color Harmonies of #B0EAA5
Complementary color
Monochromatic Colors of #B0EAA5
Black with #B0EAA5
Text Example
Text Example
White with #B0EAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAA5; }
p { color: rgb(176,234,165); }
H1.HeaderClassName
{
color: #B0EAA5;
}
.AnyTagClassName
{
color: #B0EAA5;
}
</style>
background-color css
<style>
a { background-color: #B0EAA5; }
a { background-color: rgb(176,234,165); }
div.DivClassName
{
background-color: #B0EAA5;
}
.BgClassName
{
background-color: #B0EAA5;
}
</style>
border-color css
<style>
span { border-color: #B0EAA5; }
span { border-color: rgb(176,234,165); }
td.TdClassName
{
border-color: #B0EAA5;
}
.TagClassName
{
border-color: #B0EAA5;
}
</style>