Shades of Magic Mint #AAE1CA
Tints of Magic Mint #AAE1CA
RGB
CMYK
RGB Variations
Color information
#AAE1CA (or 0xAAE1CA) is known color: Magic Mint. HEX triplet: AA, E1 and CA. RGB value is (170,225,202). Sum of RGB (Red+Green+Blue) = 170+225+202=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1CA is #551E35. Grayscale: #CDCDCD. Windows color (decimal): -5578294 or 13296042. OLE color: 13296042.
HSL color Cylindrical-coordinate representation of color #AAE1CA: hue angle of 154.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1CA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 202 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.12 |
| HSL | 154.91º | 0.48% | 0.77% | - |
| HSV(B) | 154.91º | 0.24% | 0.88% | - |
| XYZ | 54.16 | 66.66 | 65.89 | - |
| YUV | 205.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 202 | 0.24 | 0 | 0.10 | 0.12 | 154.91 | 0.48 | 0.77 |
| Hex | AA | E1 | CA | 18 | 0 | A | C | 9B | 30 | 4D |
| Octal | 252 | 341 | 312 | 30 | 0 | 12 | 14 | 233 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11001010 | 11000 | 0 | 1010 | 1100 | 10011011 | 110000 | 1001101 |
Color Harmonies of #AAE1CA
Complementary color
Monochromatic Colors of #AAE1CA
Black with #AAE1CA
Text Example
Text Example
White with #AAE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1CA; }
p { color: rgb(170,225,202); }
H1.HeaderClassName
{
color: #AAE1CA;
}
.AnyTagClassName
{
color: #AAE1CA;
}
</style>
background-color css
<style>
a { background-color: #AAE1CA; }
a { background-color: rgb(170,225,202); }
div.DivClassName
{
background-color: #AAE1CA;
}
.BgClassName
{
background-color: #AAE1CA;
}
</style>
border-color css
<style>
span { border-color: #AAE1CA; }
span { border-color: rgb(170,225,202); }
td.TdClassName
{
border-color: #AAE1CA;
}
.TagClassName
{
border-color: #AAE1CA;
}
</style>