Shades of Madang #AED8A1
Tints of Madang #AED8A1
RGB
CMYK
RGB Variations
Color information
#AED8A1 (or 0xAED8A1) is known color: Madang. HEX triplet: AE, D8 and A1. RGB value is (174,216,161). Sum of RGB (Red+Green+Blue) = 174+216+161=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED8A1 is #51275E. Grayscale: #C5C5C5. Windows color (decimal): -5318495 or 10606766. OLE color: 10606766.
HSL color Cylindrical-coordinate representation of color #AED8A1: hue angle of 105.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED8A1 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 161 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.15 |
| HSL | 105.82º | 0.41% | 0.74% | - |
| HSV(B) | 105.82º | 0.25% | 0.85% | - |
| XYZ | 48.44 | 60.68 | 42.88 | - |
| YUV | 197.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 161 | 0.19 | 0 | 0.25 | 0.15 | 105.82 | 0.41 | 0.74 |
| Hex | AE | D8 | A1 | 13 | 0 | 19 | F | 6A | 29 | 4A |
| Octal | 256 | 330 | 241 | 23 | 0 | 31 | 17 | 152 | 51 | 112 |
| Binary | 10101110 | 11011000 | 10100001 | 10011 | 0 | 11001 | 1111 | 1101010 | 101001 | 1001010 |
Color Harmonies of #AED8A1
Complementary color
Monochromatic Colors of #AED8A1
Black with #AED8A1
Text Example
Text Example
White with #AED8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8A1; }
p { color: rgb(174,216,161); }
H1.HeaderClassName
{
color: #AED8A1;
}
.AnyTagClassName
{
color: #AED8A1;
}
</style>
background-color css
<style>
a { background-color: #AED8A1; }
a { background-color: rgb(174,216,161); }
div.DivClassName
{
background-color: #AED8A1;
}
.BgClassName
{
background-color: #AED8A1;
}
</style>
border-color css
<style>
span { border-color: #AED8A1; }
span { border-color: rgb(174,216,161); }
td.TdClassName
{
border-color: #AED8A1;
}
.TagClassName
{
border-color: #AED8A1;
}
</style>