Shades of Magic Mint #AAEED8
Tints of Magic Mint #AAEED8
RGB
CMYK
RGB Variations
Color information
#AAEED8 (or 0xAAEED8) is known color: Magic Mint. HEX triplet: AA, EE and D8. RGB value is (170,238,216). Sum of RGB (Red+Green+Blue) = 170+238+216=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED8 is #551127. Grayscale: #D7D7D7. Windows color (decimal): -5574952 or 14216874. OLE color: 14216874.
HSL color Cylindrical-coordinate representation of color #AAEED8: hue angle of 160.59º 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 #AAEED8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 216 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.07 |
| HSL | 160.59º | 0.67% | 0.8% | - |
| HSV(B) | 160.59º | 0.29% | 0.93% | - |
| XYZ | 59.55 | 74.65 | 76.24 | - |
| YUV | 215.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 216 | 0.29 | 0 | 0.09 | 0.07 | 160.59 | 0.67 | 0.8 |
| Hex | AA | EE | D8 | 1D | 0 | 9 | 7 | A1 | 43 | 50 |
| Octal | 252 | 356 | 330 | 35 | 0 | 11 | 7 | 241 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11011000 | 11101 | 0 | 1001 | 111 | 10100001 | 1000011 | 1010000 |
Color Harmonies of #AAEED8
Complementary color
Monochromatic Colors of #AAEED8
Black with #AAEED8
Text Example
Text Example
White with #AAEED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEED8; }
p { color: rgb(170,238,216); }
H1.HeaderClassName
{
color: #AAEED8;
}
.AnyTagClassName
{
color: #AAEED8;
}
</style>
background-color css
<style>
a { background-color: #AAEED8; }
a { background-color: rgb(170,238,216); }
div.DivClassName
{
background-color: #AAEED8;
}
.BgClassName
{
background-color: #AAEED8;
}
</style>
border-color css
<style>
span { border-color: #AAEED8; }
span { border-color: rgb(170,238,216); }
td.TdClassName
{
border-color: #AAEED8;
}
.TagClassName
{
border-color: #AAEED8;
}
</style>