Shades of Magic Mint #AAEED5
Tints of Magic Mint #AAEED5
RGB
CMYK
RGB Variations
Color information
#AAEED5 (or 0xAAEED5) is known color: Magic Mint. HEX triplet: AA, EE and D5. RGB value is (170,238,213). Sum of RGB (Red+Green+Blue) = 170+238+213=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED5 is #55112A. Grayscale: #D6D6D6. Windows color (decimal): -5574955 or 14020266. OLE color: 14020266.
HSL color Cylindrical-coordinate representation of color #AAEED5: hue angle of 157.94º 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 #AAEED5 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 213 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.07 |
| HSL | 157.94º | 0.67% | 0.8% | - |
| HSV(B) | 157.94º | 0.29% | 0.93% | - |
| XYZ | 59.16 | 74.5 | 74.21 | - |
| YUV | 214.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 213 | 0.29 | 0 | 0.11 | 0.07 | 157.94 | 0.67 | 0.8 |
| Hex | AA | EE | D5 | 1D | 0 | B | 7 | 9E | 43 | 50 |
| Octal | 252 | 356 | 325 | 35 | 0 | 13 | 7 | 236 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11010101 | 11101 | 0 | 1011 | 111 | 10011110 | 1000011 | 1010000 |
Color Harmonies of #AAEED5
Complementary color
Monochromatic Colors of #AAEED5
Black with #AAEED5
Text Example
Text Example
White with #AAEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEED5; }
p { color: rgb(170,238,213); }
H1.HeaderClassName
{
color: #AAEED5;
}
.AnyTagClassName
{
color: #AAEED5;
}
</style>
background-color css
<style>
a { background-color: #AAEED5; }
a { background-color: rgb(170,238,213); }
div.DivClassName
{
background-color: #AAEED5;
}
.BgClassName
{
background-color: #AAEED5;
}
</style>
border-color css
<style>
span { border-color: #AAEED5; }
span { border-color: rgb(170,238,213); }
td.TdClassName
{
border-color: #AAEED5;
}
.TagClassName
{
border-color: #AAEED5;
}
</style>