Shades of Madang #AED7A6
Tints of Madang #AED7A6
RGB
CMYK
RGB Variations
Color information
#AED7A6 (or 0xAED7A6) is known color: Madang. HEX triplet: AE, D7 and A6. RGB value is (174,215,166). Sum of RGB (Red+Green+Blue) = 174+215+166=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED7A6 is #512859. Grayscale: #C5C5C5. Windows color (decimal): -5318746 or 10934190. OLE color: 10934190.
HSL color Cylindrical-coordinate representation of color #AED7A6: hue angle of 110.2º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED7A6 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 166 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.16 |
| HSL | 110.2º | 0.38% | 0.75% | - |
| HSV(B) | 110.2º | 0.23% | 0.84% | - |
| XYZ | 48.64 | 60.35 | 45.16 | - |
| YUV | 197.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 166 | 0.19 | 0 | 0.23 | 0.16 | 110.2 | 0.38 | 0.75 |
| Hex | AE | D7 | A6 | 13 | 0 | 17 | 10 | 6E | 26 | 4B |
| Octal | 256 | 327 | 246 | 23 | 0 | 27 | 20 | 156 | 46 | 113 |
| Binary | 10101110 | 11010111 | 10100110 | 10011 | 0 | 10111 | 10000 | 1101110 | 100110 | 1001011 |
Color Harmonies of #AED7A6
Complementary color
Monochromatic Colors of #AED7A6
Black with #AED7A6
Text Example
Text Example
White with #AED7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED7A6; }
p { color: rgb(174,215,166); }
H1.HeaderClassName
{
color: #AED7A6;
}
.AnyTagClassName
{
color: #AED7A6;
}
</style>
background-color css
<style>
a { background-color: #AED7A6; }
a { background-color: rgb(174,215,166); }
div.DivClassName
{
background-color: #AED7A6;
}
.BgClassName
{
background-color: #AED7A6;
}
</style>
border-color css
<style>
span { border-color: #AED7A6; }
span { border-color: rgb(174,215,166); }
td.TdClassName
{
border-color: #AED7A6;
}
.TagClassName
{
border-color: #AED7A6;
}
</style>