Shades of Madang #B0EFA6
Tints of Madang #B0EFA6
RGB
CMYK
RGB Variations
Color information
#B0EFA6 (or 0xB0EFA6) is known color: Madang. HEX triplet: B0, EF and A6. RGB value is (176,239,166). Sum of RGB (Red+Green+Blue) = 176+239+166=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFA6 is #4F1059. Grayscale: #D4D4D4. Windows color (decimal): -5181530 or 10940336. OLE color: 10940336.
HSL color Cylindrical-coordinate representation of color #B0EFA6: hue angle of 111.78º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0EFA6 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 166 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.06 |
| HSL | 111.78º | 0.7% | 0.79% | - |
| HSV(B) | 111.78º | 0.31% | 0.94% | - |
| XYZ | 55.65 | 73.72 | 47.37 | - |
| YUV | 211.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 166 | 0.26 | 0 | 0.31 | 0.06 | 111.78 | 0.7 | 0.79 |
| Hex | B0 | EF | A6 | 1A | 0 | 1F | 6 | 70 | 46 | 4F |
| Octal | 260 | 357 | 246 | 32 | 0 | 37 | 6 | 160 | 106 | 117 |
| Binary | 10110000 | 11101111 | 10100110 | 11010 | 0 | 11111 | 110 | 1110000 | 1000110 | 1001111 |
Color Harmonies of #B0EFA6
Complementary color
Monochromatic Colors of #B0EFA6
Black with #B0EFA6
Text Example
Text Example
White with #B0EFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFA6; }
p { color: rgb(176,239,166); }
H1.HeaderClassName
{
color: #B0EFA6;
}
.AnyTagClassName
{
color: #B0EFA6;
}
</style>
background-color css
<style>
a { background-color: #B0EFA6; }
a { background-color: rgb(176,239,166); }
div.DivClassName
{
background-color: #B0EFA6;
}
.BgClassName
{
background-color: #B0EFA6;
}
</style>
border-color css
<style>
span { border-color: #B0EFA6; }
span { border-color: rgb(176,239,166); }
td.TdClassName
{
border-color: #B0EFA6;
}
.TagClassName
{
border-color: #B0EFA6;
}
</style>