Shades of Magic Mint #AAE7CA
Tints of Magic Mint #AAE7CA
RGB
CMYK
RGB Variations
Color information
#AAE7CA (or 0xAAE7CA) is known color: Magic Mint. HEX triplet: AA, E7 and CA. RGB value is (170,231,202). Sum of RGB (Red+Green+Blue) = 170+231+202=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7CA is #551835. Grayscale: #D1D1D1. Windows color (decimal): -5576758 or 13297578. OLE color: 13297578.
HSL color Cylindrical-coordinate representation of color #AAE7CA: hue angle of 151.48º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7CA is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 202 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.09 |
| HSL | 151.48º | 0.56% | 0.79% | - |
| HSV(B) | 151.48º | 0.26% | 0.91% | - |
| XYZ | 55.81 | 69.96 | 66.44 | - |
| YUV | 209.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 202 | 0.26 | 0 | 0.13 | 0.09 | 151.48 | 0.56 | 0.79 |
| Hex | AA | E7 | CA | 1A | 0 | D | 9 | 97 | 38 | 4F |
| Octal | 252 | 347 | 312 | 32 | 0 | 15 | 11 | 227 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11001010 | 11010 | 0 | 1101 | 1001 | 10010111 | 111000 | 1001111 |
Color Harmonies of #AAE7CA
Complementary color
Monochromatic Colors of #AAE7CA
Black with #AAE7CA
Text Example
Text Example
White with #AAE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7CA; }
p { color: rgb(170,231,202); }
H1.HeaderClassName
{
color: #AAE7CA;
}
.AnyTagClassName
{
color: #AAE7CA;
}
</style>
background-color css
<style>
a { background-color: #AAE7CA; }
a { background-color: rgb(170,231,202); }
div.DivClassName
{
background-color: #AAE7CA;
}
.BgClassName
{
background-color: #AAE7CA;
}
</style>
border-color css
<style>
span { border-color: #AAE7CA; }
span { border-color: rgb(170,231,202); }
td.TdClassName
{
border-color: #AAE7CA;
}
.TagClassName
{
border-color: #AAE7CA;
}
</style>