Shades of Madang #AEDAA3
Tints of Madang #AEDAA3
RGB
CMYK
RGB Variations
Color information
#AEDAA3 (or 0xAEDAA3) is known color: Madang. HEX triplet: AE, DA and A3. RGB value is (174,218,163). Sum of RGB (Red+Green+Blue) = 174+218+163=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAA3 is #51255C. Grayscale: #C6C6C6. Windows color (decimal): -5317981 or 10738350. OLE color: 10738350.
HSL color Cylindrical-coordinate representation of color #AEDAA3: hue angle of 108º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDAA3 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 163 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.15 |
| HSL | 108º | 0.43% | 0.75% | - |
| HSV(B) | 108º | 0.25% | 0.85% | - |
| XYZ | 49.14 | 61.79 | 43.99 | - |
| YUV | 198.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 163 | 0.20 | 0 | 0.25 | 0.15 | 108 | 0.43 | 0.75 |
| Hex | AE | DA | A3 | 14 | 0 | 19 | F | 6C | 2B | 4B |
| Octal | 256 | 332 | 243 | 24 | 0 | 31 | 17 | 154 | 53 | 113 |
| Binary | 10101110 | 11011010 | 10100011 | 10100 | 0 | 11001 | 1111 | 1101100 | 101011 | 1001011 |
Color Harmonies of #AEDAA3
Complementary color
Monochromatic Colors of #AEDAA3
Black with #AEDAA3
Text Example
Text Example
White with #AEDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAA3; }
p { color: rgb(174,218,163); }
H1.HeaderClassName
{
color: #AEDAA3;
}
.AnyTagClassName
{
color: #AEDAA3;
}
</style>
background-color css
<style>
a { background-color: #AEDAA3; }
a { background-color: rgb(174,218,163); }
div.DivClassName
{
background-color: #AEDAA3;
}
.BgClassName
{
background-color: #AEDAA3;
}
</style>
border-color css
<style>
span { border-color: #AEDAA3; }
span { border-color: rgb(174,218,163); }
td.TdClassName
{
border-color: #AEDAA3;
}
.TagClassName
{
border-color: #AEDAA3;
}
</style>