Shades of Madang #B4EAAD
Tints of Madang #B4EAAD
RGB
CMYK
RGB Variations
Color information
#B4EAAD (or 0xB4EAAD) is known color: Madang. HEX triplet: B4, EA and AD. RGB value is (180,234,173). Sum of RGB (Red+Green+Blue) = 180+234+173=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EAAD is #4B1552. Grayscale: #D3D3D3. Windows color (decimal): -4920659 or 11397812. OLE color: 11397812.
HSL color Cylindrical-coordinate representation of color #B4EAAD: hue angle of 113.11º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4EAAD is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 173 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.08 |
| HSL | 113.11º | 0.59% | 0.8% | - |
| HSV(B) | 113.11º | 0.26% | 0.92% | - |
| XYZ | 55.79 | 71.57 | 50.41 | - |
| YUV | 210.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 173 | 0.23 | 0 | 0.26 | 0.08 | 113.11 | 0.59 | 0.8 |
| Hex | B4 | EA | AD | 17 | 0 | 1A | 8 | 71 | 3B | 50 |
| Octal | 264 | 352 | 255 | 27 | 0 | 32 | 10 | 161 | 73 | 120 |
| Binary | 10110100 | 11101010 | 10101101 | 10111 | 0 | 11010 | 1000 | 1110001 | 111011 | 1010000 |
Color Harmonies of #B4EAAD
Complementary color
Monochromatic Colors of #B4EAAD
Black with #B4EAAD
Text Example
Text Example
White with #B4EAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EAAD; }
p { color: rgb(180,234,173); }
H1.HeaderClassName
{
color: #B4EAAD;
}
.AnyTagClassName
{
color: #B4EAAD;
}
</style>
background-color css
<style>
a { background-color: #B4EAAD; }
a { background-color: rgb(180,234,173); }
div.DivClassName
{
background-color: #B4EAAD;
}
.BgClassName
{
background-color: #B4EAAD;
}
</style>
border-color css
<style>
span { border-color: #B4EAAD; }
span { border-color: rgb(180,234,173); }
td.TdClassName
{
border-color: #B4EAAD;
}
.TagClassName
{
border-color: #B4EAAD;
}
</style>