Shades of Magic Mint #AAECD0
Tints of Magic Mint #AAECD0
RGB
CMYK
RGB Variations
Color information
#AAECD0 (or 0xAAECD0) is known color: Magic Mint. HEX triplet: AA, EC and D0. RGB value is (170,236,208). Sum of RGB (Red+Green+Blue) = 170+236+208=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECD0 is #55132F. Grayscale: #D5D5D5. Windows color (decimal): -5575472 or 13692074. OLE color: 13692074.
HSL color Cylindrical-coordinate representation of color #AAECD0: hue angle of 154.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECD0 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 208 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.07 |
| HSL | 154.55º | 0.63% | 0.8% | - |
| HSV(B) | 154.55º | 0.28% | 0.93% | - |
| XYZ | 57.96 | 73.09 | 70.73 | - |
| YUV | 213.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 208 | 0.28 | 0 | 0.12 | 0.07 | 154.55 | 0.63 | 0.8 |
| Hex | AA | EC | D0 | 1C | 0 | C | 7 | 9B | 3F | 50 |
| Octal | 252 | 354 | 320 | 34 | 0 | 14 | 7 | 233 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11010000 | 11100 | 0 | 1100 | 111 | 10011011 | 111111 | 1010000 |
Color Harmonies of #AAECD0
Complementary color
Monochromatic Colors of #AAECD0
Black with #AAECD0
Text Example
Text Example
White with #AAECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECD0; }
p { color: rgb(170,236,208); }
H1.HeaderClassName
{
color: #AAECD0;
}
.AnyTagClassName
{
color: #AAECD0;
}
</style>
background-color css
<style>
a { background-color: #AAECD0; }
a { background-color: rgb(170,236,208); }
div.DivClassName
{
background-color: #AAECD0;
}
.BgClassName
{
background-color: #AAECD0;
}
</style>
border-color css
<style>
span { border-color: #AAECD0; }
span { border-color: rgb(170,236,208); }
td.TdClassName
{
border-color: #AAECD0;
}
.TagClassName
{
border-color: #AAECD0;
}
</style>