Shades of Madang #B4EEAA
Tints of Madang #B4EEAA
RGB
CMYK
RGB Variations
Color information
#B4EEAA (or 0xB4EEAA) is known color: Madang. HEX triplet: B4, EE and AA. RGB value is (180,238,170). Sum of RGB (Red+Green+Blue) = 180+238+170=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EEAA is #4B1155. Grayscale: #D5D5D5. Windows color (decimal): -4919638 or 11202228. OLE color: 11202228.
HSL color Cylindrical-coordinate representation of color #B4EEAA: hue angle of 111.18º 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 #B4EEAA is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 170 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.07 |
| HSL | 111.18º | 0.67% | 0.8% | - |
| HSV(B) | 111.18º | 0.29% | 0.93% | - |
| XYZ | 56.65 | 73.75 | 49.28 | - |
| YUV | 212.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 170 | 0.24 | 0 | 0.29 | 0.07 | 111.18 | 0.67 | 0.8 |
| Hex | B4 | EE | AA | 18 | 0 | 1D | 7 | 6F | 43 | 50 |
| Octal | 264 | 356 | 252 | 30 | 0 | 35 | 7 | 157 | 103 | 120 |
| Binary | 10110100 | 11101110 | 10101010 | 11000 | 0 | 11101 | 111 | 1101111 | 1000011 | 1010000 |
Color Harmonies of #B4EEAA
Complementary color
Monochromatic Colors of #B4EEAA
Black with #B4EEAA
Text Example
Text Example
White with #B4EEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EEAA; }
p { color: rgb(180,238,170); }
H1.HeaderClassName
{
color: #B4EEAA;
}
.AnyTagClassName
{
color: #B4EEAA;
}
</style>
background-color css
<style>
a { background-color: #B4EEAA; }
a { background-color: rgb(180,238,170); }
div.DivClassName
{
background-color: #B4EEAA;
}
.BgClassName
{
background-color: #B4EEAA;
}
</style>
border-color css
<style>
span { border-color: #B4EEAA; }
span { border-color: rgb(180,238,170); }
td.TdClassName
{
border-color: #B4EEAA;
}
.TagClassName
{
border-color: #B4EEAA;
}
</style>