Shades of Madang #AEDBA1
Tints of Madang #AEDBA1
RGB
CMYK
RGB Variations
Color information
#AEDBA1 (or 0xAEDBA1) is known color: Madang. HEX triplet: AE, DB and A1. RGB value is (174,219,161). Sum of RGB (Red+Green+Blue) = 174+219+161=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA1 is #51245E. Grayscale: #C7C7C7. Windows color (decimal): -5317727 or 10607534. OLE color: 10607534.
HSL color Cylindrical-coordinate representation of color #AEDBA1: hue angle of 106.55º degrees, saturation: 0.45, 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 #AEDBA1 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 161 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.14 |
| HSL | 106.55º | 0.45% | 0.75% | - |
| HSV(B) | 106.55º | 0.26% | 0.86% | - |
| XYZ | 49.22 | 62.23 | 43.14 | - |
| YUV | 198.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 161 | 0.21 | 0 | 0.26 | 0.14 | 106.55 | 0.45 | 0.75 |
| Hex | AE | DB | A1 | 15 | 0 | 1A | E | 6B | 2D | 4B |
| Octal | 256 | 333 | 241 | 25 | 0 | 32 | 16 | 153 | 55 | 113 |
| Binary | 10101110 | 11011011 | 10100001 | 10101 | 0 | 11010 | 1110 | 1101011 | 101101 | 1001011 |
Color Harmonies of #AEDBA1
Complementary color
Monochromatic Colors of #AEDBA1
Black with #AEDBA1
Text Example
Text Example
White with #AEDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBA1; }
p { color: rgb(174,219,161); }
H1.HeaderClassName
{
color: #AEDBA1;
}
.AnyTagClassName
{
color: #AEDBA1;
}
</style>
background-color css
<style>
a { background-color: #AEDBA1; }
a { background-color: rgb(174,219,161); }
div.DivClassName
{
background-color: #AEDBA1;
}
.BgClassName
{
background-color: #AEDBA1;
}
</style>
border-color css
<style>
span { border-color: #AEDBA1; }
span { border-color: rgb(174,219,161); }
td.TdClassName
{
border-color: #AEDBA1;
}
.TagClassName
{
border-color: #AEDBA1;
}
</style>