Shades of Magic Mint #AAEED1
Tints of Magic Mint #AAEED1
RGB
CMYK
RGB Variations
Color information
#AAEED1 (or 0xAAEED1) is known color: Magic Mint. HEX triplet: AA, EE and D1. RGB value is (170,238,209). Sum of RGB (Red+Green+Blue) = 170+238+209=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED1 is #55112E. Grayscale: #D6D6D6. Windows color (decimal): -5574959 or 13758122. OLE color: 13758122.
HSL color Cylindrical-coordinate representation of color #AAEED1: hue angle of 154.41º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEED1 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 209 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.07 |
| HSL | 154.41º | 0.67% | 0.8% | - |
| HSV(B) | 154.41º | 0.29% | 0.93% | - |
| XYZ | 58.66 | 74.3 | 71.57 | - |
| YUV | 214.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 209 | 0.29 | 0 | 0.12 | 0.07 | 154.41 | 0.67 | 0.8 |
| Hex | AA | EE | D1 | 1D | 0 | C | 7 | 9A | 43 | 50 |
| Octal | 252 | 356 | 321 | 35 | 0 | 14 | 7 | 232 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11010001 | 11101 | 0 | 1100 | 111 | 10011010 | 1000011 | 1010000 |
Color Harmonies of #AAEED1
Complementary color
Monochromatic Colors of #AAEED1
Black with #AAEED1
Text Example
Text Example
White with #AAEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEED1; }
p { color: rgb(170,238,209); }
H1.HeaderClassName
{
color: #AAEED1;
}
.AnyTagClassName
{
color: #AAEED1;
}
</style>
background-color css
<style>
a { background-color: #AAEED1; }
a { background-color: rgb(170,238,209); }
div.DivClassName
{
background-color: #AAEED1;
}
.BgClassName
{
background-color: #AAEED1;
}
</style>
border-color css
<style>
span { border-color: #AAEED1; }
span { border-color: rgb(170,238,209); }
td.TdClassName
{
border-color: #AAEED1;
}
.TagClassName
{
border-color: #AAEED1;
}
</style>