Shades of Madang #B0EEA7
Tints of Madang #B0EEA7
RGB
CMYK
RGB Variations
Color information
#B0EEA7 (or 0xB0EEA7) is known color: Madang. HEX triplet: B0, EE and A7. RGB value is (176,238,167). Sum of RGB (Red+Green+Blue) = 176+238+167=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EEA7 is #4F1158. Grayscale: #D3D3D3. Windows color (decimal): -5181785 or 11005616. OLE color: 11005616.
HSL color Cylindrical-coordinate representation of color #B0EEA7: hue angle of 112.39º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0EEA7 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 167 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.07 |
| HSL | 112.39º | 0.68% | 0.79% | - |
| HSV(B) | 112.39º | 0.3% | 0.93% | - |
| XYZ | 55.45 | 73.17 | 47.76 | - |
| YUV | 211.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 167 | 0.26 | 0 | 0.30 | 0.07 | 112.39 | 0.68 | 0.79 |
| Hex | B0 | EE | A7 | 1A | 0 | 1E | 7 | 70 | 44 | 4F |
| Octal | 260 | 356 | 247 | 32 | 0 | 36 | 7 | 160 | 104 | 117 |
| Binary | 10110000 | 11101110 | 10100111 | 11010 | 0 | 11110 | 111 | 1110000 | 1000100 | 1001111 |
Color Harmonies of #B0EEA7
Complementary color
Monochromatic Colors of #B0EEA7
Black with #B0EEA7
Text Example
Text Example
White with #B0EEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEA7; }
p { color: rgb(176,238,167); }
H1.HeaderClassName
{
color: #B0EEA7;
}
.AnyTagClassName
{
color: #B0EEA7;
}
</style>
background-color css
<style>
a { background-color: #B0EEA7; }
a { background-color: rgb(176,238,167); }
div.DivClassName
{
background-color: #B0EEA7;
}
.BgClassName
{
background-color: #B0EEA7;
}
</style>
border-color css
<style>
span { border-color: #B0EEA7; }
span { border-color: rgb(176,238,167); }
td.TdClassName
{
border-color: #B0EEA7;
}
.TagClassName
{
border-color: #B0EEA7;
}
</style>