Shades of Madang #ABDEA2
Tints of Madang #ABDEA2
RGB
CMYK
RGB Variations
Color information
#ABDEA2 (or 0xABDEA2) is known color: Madang. HEX triplet: AB, DE and A2. RGB value is (171,222,162). Sum of RGB (Red+Green+Blue) = 171+222+162=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDEA2 is #54215D. Grayscale: #C8C8C8. Windows color (decimal): -5513566 or 10673835. OLE color: 10673835.
HSL color Cylindrical-coordinate representation of color #ABDEA2: hue angle of 111º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDEA2 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 162 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.13 |
| HSL | 111º | 0.48% | 0.75% | - |
| HSV(B) | 111º | 0.27% | 0.87% | - |
| XYZ | 49.44 | 63.51 | 43.84 | - |
| YUV | 199.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 162 | 0.23 | 0 | 0.27 | 0.13 | 111 | 0.48 | 0.75 |
| Hex | AB | DE | A2 | 17 | 0 | 1B | D | 6F | 30 | 4B |
| Octal | 253 | 336 | 242 | 27 | 0 | 33 | 15 | 157 | 60 | 113 |
| Binary | 10101011 | 11011110 | 10100010 | 10111 | 0 | 11011 | 1101 | 1101111 | 110000 | 1001011 |
Color Harmonies of #ABDEA2
Complementary color
Monochromatic Colors of #ABDEA2
Black with #ABDEA2
Text Example
Text Example
White with #ABDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEA2; }
p { color: rgb(171,222,162); }
H1.HeaderClassName
{
color: #ABDEA2;
}
.AnyTagClassName
{
color: #ABDEA2;
}
</style>
background-color css
<style>
a { background-color: #ABDEA2; }
a { background-color: rgb(171,222,162); }
div.DivClassName
{
background-color: #ABDEA2;
}
.BgClassName
{
background-color: #ABDEA2;
}
</style>
border-color css
<style>
span { border-color: #ABDEA2; }
span { border-color: rgb(171,222,162); }
td.TdClassName
{
border-color: #ABDEA2;
}
.TagClassName
{
border-color: #ABDEA2;
}
</style>