Shades of Madang #AED8A6
Tints of Madang #AED8A6
RGB
CMYK
RGB Variations
Color information
#AED8A6 (or 0xAED8A6) is known color: Madang. HEX triplet: AE, D8 and A6. RGB value is (174,216,166). Sum of RGB (Red+Green+Blue) = 174+216+166=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED8A6 is #512759. Grayscale: #C5C5C5. Windows color (decimal): -5318490 or 10934446. OLE color: 10934446.
HSL color Cylindrical-coordinate representation of color #AED8A6: hue angle of 110.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED8A6 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 166 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.15 |
| HSL | 110.4º | 0.39% | 0.75% | - |
| HSV(B) | 110.4º | 0.23% | 0.85% | - |
| XYZ | 48.89 | 60.86 | 45.25 | - |
| YUV | 197.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 166 | 0.19 | 0 | 0.23 | 0.15 | 110.4 | 0.39 | 0.75 |
| Hex | AE | D8 | A6 | 13 | 0 | 17 | F | 6E | 27 | 4B |
| Octal | 256 | 330 | 246 | 23 | 0 | 27 | 17 | 156 | 47 | 113 |
| Binary | 10101110 | 11011000 | 10100110 | 10011 | 0 | 10111 | 1111 | 1101110 | 100111 | 1001011 |
Color Harmonies of #AED8A6
Complementary color
Monochromatic Colors of #AED8A6
Black with #AED8A6
Text Example
Text Example
White with #AED8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8A6; }
p { color: rgb(174,216,166); }
H1.HeaderClassName
{
color: #AED8A6;
}
.AnyTagClassName
{
color: #AED8A6;
}
</style>
background-color css
<style>
a { background-color: #AED8A6; }
a { background-color: rgb(174,216,166); }
div.DivClassName
{
background-color: #AED8A6;
}
.BgClassName
{
background-color: #AED8A6;
}
</style>
border-color css
<style>
span { border-color: #AED8A6; }
span { border-color: rgb(174,216,166); }
td.TdClassName
{
border-color: #AED8A6;
}
.TagClassName
{
border-color: #AED8A6;
}
</style>