Shades of Madang #ABEDA2
Tints of Madang #ABEDA2
RGB
CMYK
RGB Variations
Color information
#ABEDA2 (or 0xABEDA2) is known color: Madang. HEX triplet: AB, ED and A2. RGB value is (171,237,162). Sum of RGB (Red+Green+Blue) = 171+237+162=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEDA2 is #54125D. Grayscale: #D0D0D0. Windows color (decimal): -5509726 or 10677675. OLE color: 10677675.
HSL color Cylindrical-coordinate representation of color #ABEDA2: hue angle of 112.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEDA2 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 162 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.07 |
| HSL | 112.8º | 0.68% | 0.78% | - |
| HSV(B) | 112.8º | 0.32% | 0.93% | - |
| XYZ | 53.6 | 71.83 | 45.22 | - |
| YUV | 208.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 162 | 0.28 | 0 | 0.32 | 0.07 | 112.8 | 0.68 | 0.78 |
| Hex | AB | ED | A2 | 1C | 0 | 20 | 7 | 71 | 44 | 4E |
| Octal | 253 | 355 | 242 | 34 | 0 | 40 | 7 | 161 | 104 | 116 |
| Binary | 10101011 | 11101101 | 10100010 | 11100 | 0 | 100000 | 111 | 1110001 | 1000100 | 1001110 |
Color Harmonies of #ABEDA2
Complementary color
Monochromatic Colors of #ABEDA2
Black with #ABEDA2
Text Example
Text Example
White with #ABEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDA2; }
p { color: rgb(171,237,162); }
H1.HeaderClassName
{
color: #ABEDA2;
}
.AnyTagClassName
{
color: #ABEDA2;
}
</style>
background-color css
<style>
a { background-color: #ABEDA2; }
a { background-color: rgb(171,237,162); }
div.DivClassName
{
background-color: #ABEDA2;
}
.BgClassName
{
background-color: #ABEDA2;
}
</style>
border-color css
<style>
span { border-color: #ABEDA2; }
span { border-color: rgb(171,237,162); }
td.TdClassName
{
border-color: #ABEDA2;
}
.TagClassName
{
border-color: #ABEDA2;
}
</style>