Shades of Madang #B0EEA2
Tints of Madang #B0EEA2
RGB
CMYK
RGB Variations
Color information
#B0EEA2 (or 0xB0EEA2) is known color: Madang. HEX triplet: B0, EE and A2. RGB value is (176,238,162). Sum of RGB (Red+Green+Blue) = 176+238+162=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EEA2 is #4F115D. Grayscale: #D3D3D3. Windows color (decimal): -5181790 or 10677936. OLE color: 10677936.
HSL color Cylindrical-coordinate representation of color #B0EEA2: hue angle of 108.95º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0EEA2 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 162 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.07 |
| HSL | 108.95º | 0.69% | 0.78% | - |
| HSV(B) | 108.95º | 0.32% | 0.93% | - |
| XYZ | 55 | 72.99 | 45.37 | - |
| YUV | 210.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 162 | 0.26 | 0 | 0.32 | 0.07 | 108.95 | 0.69 | 0.78 |
| Hex | B0 | EE | A2 | 1A | 0 | 20 | 7 | 6D | 45 | 4E |
| Octal | 260 | 356 | 242 | 32 | 0 | 40 | 7 | 155 | 105 | 116 |
| Binary | 10110000 | 11101110 | 10100010 | 11010 | 0 | 100000 | 111 | 1101101 | 1000101 | 1001110 |
Color Harmonies of #B0EEA2
Complementary color
Monochromatic Colors of #B0EEA2
Black with #B0EEA2
Text Example
Text Example
White with #B0EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEA2; }
p { color: rgb(176,238,162); }
H1.HeaderClassName
{
color: #B0EEA2;
}
.AnyTagClassName
{
color: #B0EEA2;
}
</style>
background-color css
<style>
a { background-color: #B0EEA2; }
a { background-color: rgb(176,238,162); }
div.DivClassName
{
background-color: #B0EEA2;
}
.BgClassName
{
background-color: #B0EEA2;
}
</style>
border-color css
<style>
span { border-color: #B0EEA2; }
span { border-color: rgb(176,238,162); }
td.TdClassName
{
border-color: #B0EEA2;
}
.TagClassName
{
border-color: #B0EEA2;
}
</style>