Shades of Madang #ABDBA2
Tints of Madang #ABDBA2
RGB
CMYK
RGB Variations
Color information
#ABDBA2 (or 0xABDBA2) is known color: Madang. HEX triplet: AB, DB and A2. RGB value is (171,219,162). Sum of RGB (Red+Green+Blue) = 171+219+162=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDBA2 is #54245D. Grayscale: #C6C6C6. Windows color (decimal): -5514334 or 10673067. OLE color: 10673067.
HSL color Cylindrical-coordinate representation of color #ABDBA2: hue angle of 110.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABDBA2 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 162 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.14 |
| HSL | 110.53º | 0.44% | 0.75% | - |
| HSV(B) | 110.53º | 0.26% | 0.86% | - |
| XYZ | 48.65 | 61.93 | 43.57 | - |
| YUV | 198.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 162 | 0.22 | 0 | 0.26 | 0.14 | 110.53 | 0.44 | 0.75 |
| Hex | AB | DB | A2 | 16 | 0 | 1A | E | 6F | 2C | 4B |
| Octal | 253 | 333 | 242 | 26 | 0 | 32 | 16 | 157 | 54 | 113 |
| Binary | 10101011 | 11011011 | 10100010 | 10110 | 0 | 11010 | 1110 | 1101111 | 101100 | 1001011 |
Color Harmonies of #ABDBA2
Complementary color
Monochromatic Colors of #ABDBA2
Black with #ABDBA2
Text Example
Text Example
White with #ABDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBA2; }
p { color: rgb(171,219,162); }
H1.HeaderClassName
{
color: #ABDBA2;
}
.AnyTagClassName
{
color: #ABDBA2;
}
</style>
background-color css
<style>
a { background-color: #ABDBA2; }
a { background-color: rgb(171,219,162); }
div.DivClassName
{
background-color: #ABDBA2;
}
.BgClassName
{
background-color: #ABDBA2;
}
</style>
border-color css
<style>
span { border-color: #ABDBA2; }
span { border-color: rgb(171,219,162); }
td.TdClassName
{
border-color: #ABDBA2;
}
.TagClassName
{
border-color: #ABDBA2;
}
</style>