Shades of Madang #AEDBA6
Tints of Madang #AEDBA6
RGB
CMYK
RGB Variations
Color information
#AEDBA6 (or 0xAEDBA6) is known color: Madang. HEX triplet: AE, DB and A6. RGB value is (174,219,166). Sum of RGB (Red+Green+Blue) = 174+219+166=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA6 is #512459. Grayscale: #C7C7C7. Windows color (decimal): -5317722 or 10935214. OLE color: 10935214.
HSL color Cylindrical-coordinate representation of color #AEDBA6: hue angle of 110.94º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDBA6 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 166 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.14 |
| HSL | 110.94º | 0.42% | 0.75% | - |
| HSV(B) | 110.94º | 0.24% | 0.86% | - |
| XYZ | 49.67 | 62.41 | 45.51 | - |
| YUV | 199.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 166 | 0.21 | 0 | 0.24 | 0.14 | 110.94 | 0.42 | 0.75 |
| Hex | AE | DB | A6 | 15 | 0 | 18 | E | 6F | 2A | 4B |
| Octal | 256 | 333 | 246 | 25 | 0 | 30 | 16 | 157 | 52 | 113 |
| Binary | 10101110 | 11011011 | 10100110 | 10101 | 0 | 11000 | 1110 | 1101111 | 101010 | 1001011 |
Color Harmonies of #AEDBA6
Complementary color
Monochromatic Colors of #AEDBA6
Black with #AEDBA6
Text Example
Text Example
White with #AEDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBA6; }
p { color: rgb(174,219,166); }
H1.HeaderClassName
{
color: #AEDBA6;
}
.AnyTagClassName
{
color: #AEDBA6;
}
</style>
background-color css
<style>
a { background-color: #AEDBA6; }
a { background-color: rgb(174,219,166); }
div.DivClassName
{
background-color: #AEDBA6;
}
.BgClassName
{
background-color: #AEDBA6;
}
</style>
border-color css
<style>
span { border-color: #AEDBA6; }
span { border-color: rgb(174,219,166); }
td.TdClassName
{
border-color: #AEDBA6;
}
.TagClassName
{
border-color: #AEDBA6;
}
</style>