Shades of Madang #B0EFA1
Tints of Madang #B0EFA1
RGB
CMYK
RGB Variations
Color information
#B0EFA1 (or 0xB0EFA1) is known color: Madang. HEX triplet: B0, EF and A1. RGB value is (176,239,161). Sum of RGB (Red+Green+Blue) = 176+239+161=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFA1 is #4F105E. Grayscale: #D3D3D3. Windows color (decimal): -5181535 or 10612656. OLE color: 10612656.
HSL color Cylindrical-coordinate representation of color #B0EFA1: hue angle of 108.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0EFA1 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 161 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.06 |
| HSL | 108.46º | 0.71% | 0.78% | - |
| HSV(B) | 108.46º | 0.33% | 0.94% | - |
| XYZ | 55.2 | 73.54 | 45 | - |
| YUV | 211.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 161 | 0.26 | 0 | 0.33 | 0.06 | 108.46 | 0.71 | 0.78 |
| Hex | B0 | EF | A1 | 1A | 0 | 21 | 6 | 6C | 47 | 4E |
| Octal | 260 | 357 | 241 | 32 | 0 | 41 | 6 | 154 | 107 | 116 |
| Binary | 10110000 | 11101111 | 10100001 | 11010 | 0 | 100001 | 110 | 1101100 | 1000111 | 1001110 |
Color Harmonies of #B0EFA1
Complementary color
Monochromatic Colors of #B0EFA1
Black with #B0EFA1
Text Example
Text Example
White with #B0EFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFA1; }
p { color: rgb(176,239,161); }
H1.HeaderClassName
{
color: #B0EFA1;
}
.AnyTagClassName
{
color: #B0EFA1;
}
</style>
background-color css
<style>
a { background-color: #B0EFA1; }
a { background-color: rgb(176,239,161); }
div.DivClassName
{
background-color: #B0EFA1;
}
.BgClassName
{
background-color: #B0EFA1;
}
</style>
border-color css
<style>
span { border-color: #B0EFA1; }
span { border-color: rgb(176,239,161); }
td.TdClassName
{
border-color: #B0EFA1;
}
.TagClassName
{
border-color: #B0EFA1;
}
</style>