Shades of Magic Mint #AAE0CA
Tints of Magic Mint #AAE0CA
RGB
CMYK
RGB Variations
Color information
#AAE0CA (or 0xAAE0CA) is known color: Magic Mint. HEX triplet: AA, E0 and CA. RGB value is (170,224,202). Sum of RGB (Red+Green+Blue) = 170+224+202=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0CA is #551F35. Grayscale: #CDCDCD. Windows color (decimal): -5578550 or 13295786. OLE color: 13295786.
HSL color Cylindrical-coordinate representation of color #AAE0CA: hue angle of 155.56º degrees, saturation: 0.47, 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 #AAE0CA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 202 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.12 |
| HSL | 155.56º | 0.47% | 0.77% | - |
| HSV(B) | 155.56º | 0.24% | 0.88% | - |
| XYZ | 53.89 | 66.12 | 65.8 | - |
| YUV | 205.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 202 | 0.24 | 0 | 0.10 | 0.12 | 155.56 | 0.47 | 0.77 |
| Hex | AA | E0 | CA | 18 | 0 | A | C | 9C | 2F | 4D |
| Octal | 252 | 340 | 312 | 30 | 0 | 12 | 14 | 234 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11001010 | 11000 | 0 | 1010 | 1100 | 10011100 | 101111 | 1001101 |
Color Harmonies of #AAE0CA
Complementary color
Monochromatic Colors of #AAE0CA
Black with #AAE0CA
Text Example
Text Example
White with #AAE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0CA; }
p { color: rgb(170,224,202); }
H1.HeaderClassName
{
color: #AAE0CA;
}
.AnyTagClassName
{
color: #AAE0CA;
}
</style>
background-color css
<style>
a { background-color: #AAE0CA; }
a { background-color: rgb(170,224,202); }
div.DivClassName
{
background-color: #AAE0CA;
}
.BgClassName
{
background-color: #AAE0CA;
}
</style>
border-color css
<style>
span { border-color: #AAE0CA; }
span { border-color: rgb(170,224,202); }
td.TdClassName
{
border-color: #AAE0CA;
}
.TagClassName
{
border-color: #AAE0CA;
}
</style>