Shades of Madang #AEDDA6
Tints of Madang #AEDDA6
RGB
CMYK
RGB Variations
Color information
#AEDDA6 (or 0xAEDDA6) is known color: Madang. HEX triplet: AE, DD and A6. RGB value is (174,221,166). Sum of RGB (Red+Green+Blue) = 174+221+166=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDA6 is #512259. Grayscale: #C8C8C8. Windows color (decimal): -5317210 or 10935726. OLE color: 10935726.
HSL color Cylindrical-coordinate representation of color #AEDDA6: hue angle of 111.27º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDDA6 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 166 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.13 |
| HSL | 111.27º | 0.45% | 0.76% | - |
| HSV(B) | 111.27º | 0.25% | 0.87% | - |
| XYZ | 50.19 | 63.46 | 45.68 | - |
| YUV | 200.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 166 | 0.21 | 0 | 0.25 | 0.13 | 111.27 | 0.45 | 0.76 |
| Hex | AE | DD | A6 | 15 | 0 | 19 | D | 6F | 2D | 4C |
| Octal | 256 | 335 | 246 | 25 | 0 | 31 | 15 | 157 | 55 | 114 |
| Binary | 10101110 | 11011101 | 10100110 | 10101 | 0 | 11001 | 1101 | 1101111 | 101101 | 1001100 |
Color Harmonies of #AEDDA6
Complementary color
Monochromatic Colors of #AEDDA6
Black with #AEDDA6
Text Example
Text Example
White with #AEDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDA6; }
p { color: rgb(174,221,166); }
H1.HeaderClassName
{
color: #AEDDA6;
}
.AnyTagClassName
{
color: #AEDDA6;
}
</style>
background-color css
<style>
a { background-color: #AEDDA6; }
a { background-color: rgb(174,221,166); }
div.DivClassName
{
background-color: #AEDDA6;
}
.BgClassName
{
background-color: #AEDDA6;
}
</style>
border-color css
<style>
span { border-color: #AEDDA6; }
span { border-color: rgb(174,221,166); }
td.TdClassName
{
border-color: #AEDDA6;
}
.TagClassName
{
border-color: #AEDDA6;
}
</style>