Shades of Madang #B1EEAA
Tints of Madang #B1EEAA
RGB
CMYK
RGB Variations
Color information
#B1EEAA (or 0xB1EEAA) is known color: Madang. HEX triplet: B1, EE and AA. RGB value is (177,238,170). Sum of RGB (Red+Green+Blue) = 177+238+170=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EEAA is #4E1155. Grayscale: #D4D4D4. Windows color (decimal): -5116246 or 11202225. OLE color: 11202225.
HSL color Cylindrical-coordinate representation of color #B1EEAA: hue angle of 113.82º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1EEAA is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 170 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.07 |
| HSL | 113.82º | 0.67% | 0.8% | - |
| HSV(B) | 113.82º | 0.29% | 0.93% | - |
| XYZ | 55.96 | 73.4 | 49.25 | - |
| YUV | 212.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 170 | 0.26 | 0 | 0.29 | 0.07 | 113.82 | 0.67 | 0.8 |
| Hex | B1 | EE | AA | 1A | 0 | 1D | 7 | 72 | 43 | 50 |
| Octal | 261 | 356 | 252 | 32 | 0 | 35 | 7 | 162 | 103 | 120 |
| Binary | 10110001 | 11101110 | 10101010 | 11010 | 0 | 11101 | 111 | 1110010 | 1000011 | 1010000 |
Color Harmonies of #B1EEAA
Complementary color
Monochromatic Colors of #B1EEAA
Black with #B1EEAA
Text Example
Text Example
White with #B1EEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEAA; }
p { color: rgb(177,238,170); }
H1.HeaderClassName
{
color: #B1EEAA;
}
.AnyTagClassName
{
color: #B1EEAA;
}
</style>
background-color css
<style>
a { background-color: #B1EEAA; }
a { background-color: rgb(177,238,170); }
div.DivClassName
{
background-color: #B1EEAA;
}
.BgClassName
{
background-color: #B1EEAA;
}
</style>
border-color css
<style>
span { border-color: #B1EEAA; }
span { border-color: rgb(177,238,170); }
td.TdClassName
{
border-color: #B1EEAA;
}
.TagClassName
{
border-color: #B1EEAA;
}
</style>