Shades of Madang #AEDAA5
Tints of Madang #AEDAA5
RGB
CMYK
RGB Variations
Color information
#AEDAA5 (or 0xAEDAA5) is known color: Madang. HEX triplet: AE, DA and A5. RGB value is (174,218,165). Sum of RGB (Red+Green+Blue) = 174+218+165=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAA5 is #51255A. Grayscale: #C6C6C6. Windows color (decimal): -5317979 or 10869422. OLE color: 10869422.
HSL color Cylindrical-coordinate representation of color #AEDAA5: hue angle of 109.81º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDAA5 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 165 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.15 |
| HSL | 109.81º | 0.42% | 0.75% | - |
| HSV(B) | 109.81º | 0.24% | 0.85% | - |
| XYZ | 49.32 | 61.86 | 44.94 | - |
| YUV | 198.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 165 | 0.20 | 0 | 0.24 | 0.15 | 109.81 | 0.42 | 0.75 |
| Hex | AE | DA | A5 | 14 | 0 | 18 | F | 6E | 2A | 4B |
| Octal | 256 | 332 | 245 | 24 | 0 | 30 | 17 | 156 | 52 | 113 |
| Binary | 10101110 | 11011010 | 10100101 | 10100 | 0 | 11000 | 1111 | 1101110 | 101010 | 1001011 |
Color Harmonies of #AEDAA5
Complementary color
Monochromatic Colors of #AEDAA5
Black with #AEDAA5
Text Example
Text Example
White with #AEDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAA5; }
p { color: rgb(174,218,165); }
H1.HeaderClassName
{
color: #AEDAA5;
}
.AnyTagClassName
{
color: #AEDAA5;
}
</style>
background-color css
<style>
a { background-color: #AEDAA5; }
a { background-color: rgb(174,218,165); }
div.DivClassName
{
background-color: #AEDAA5;
}
.BgClassName
{
background-color: #AEDAA5;
}
</style>
border-color css
<style>
span { border-color: #AEDAA5; }
span { border-color: rgb(174,218,165); }
td.TdClassName
{
border-color: #AEDAA5;
}
.TagClassName
{
border-color: #AEDAA5;
}
</style>