Shades of Magic Mint #AAECD1
Tints of Magic Mint #AAECD1
RGB
CMYK
RGB Variations
Color information
#AAECD1 (or 0xAAECD1) is known color: Magic Mint. HEX triplet: AA, EC and D1. RGB value is (170,236,209). Sum of RGB (Red+Green+Blue) = 170+236+209=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECD1 is #55132E. Grayscale: #D5D5D5. Windows color (decimal): -5575471 or 13757610. OLE color: 13757610.
HSL color Cylindrical-coordinate representation of color #AAECD1: hue angle of 155.45º 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 #AAECD1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 209 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.07 |
| HSL | 155.45º | 0.63% | 0.8% | - |
| HSV(B) | 155.45º | 0.28% | 0.93% | - |
| XYZ | 58.08 | 73.14 | 71.38 | - |
| YUV | 213.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 209 | 0.28 | 0 | 0.11 | 0.07 | 155.45 | 0.63 | 0.8 |
| Hex | AA | EC | D1 | 1C | 0 | B | 7 | 9B | 3F | 50 |
| Octal | 252 | 354 | 321 | 34 | 0 | 13 | 7 | 233 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11010001 | 11100 | 0 | 1011 | 111 | 10011011 | 111111 | 1010000 |
Color Harmonies of #AAECD1
Complementary color
Monochromatic Colors of #AAECD1
Black with #AAECD1
Text Example
Text Example
White with #AAECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECD1; }
p { color: rgb(170,236,209); }
H1.HeaderClassName
{
color: #AAECD1;
}
.AnyTagClassName
{
color: #AAECD1;
}
</style>
background-color css
<style>
a { background-color: #AAECD1; }
a { background-color: rgb(170,236,209); }
div.DivClassName
{
background-color: #AAECD1;
}
.BgClassName
{
background-color: #AAECD1;
}
</style>
border-color css
<style>
span { border-color: #AAECD1; }
span { border-color: rgb(170,236,209); }
td.TdClassName
{
border-color: #AAECD1;
}
.TagClassName
{
border-color: #AAECD1;
}
</style>