Shades of Magic Mint #AAE0C5
Tints of Magic Mint #AAE0C5
RGB
CMYK
RGB Variations
Color information
#AAE0C5 (or 0xAAE0C5) is known color: Magic Mint. HEX triplet: AA, E0 and C5. RGB value is (170,224,197). Sum of RGB (Red+Green+Blue) = 170+224+197=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0C5 is #551F3A. Grayscale: #CCCCCC. Windows color (decimal): -5578555 or 12968106. OLE color: 12968106.
HSL color Cylindrical-coordinate representation of color #AAE0C5: hue angle of 150º 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 #AAE0C5 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 197 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.12 |
| HSL | 150º | 0.47% | 0.77% | - |
| HSV(B) | 150º | 0.24% | 0.88% | - |
| XYZ | 53.31 | 65.89 | 62.73 | - |
| YUV | 204.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 197 | 0.24 | 0 | 0.12 | 0.12 | 150 | 0.47 | 0.77 |
| Hex | AA | E0 | C5 | 18 | 0 | C | C | 96 | 2F | 4D |
| Octal | 252 | 340 | 305 | 30 | 0 | 14 | 14 | 226 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11000101 | 11000 | 0 | 1100 | 1100 | 10010110 | 101111 | 1001101 |
Color Harmonies of #AAE0C5
Complementary color
Monochromatic Colors of #AAE0C5
Black with #AAE0C5
Text Example
Text Example
White with #AAE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0C5; }
p { color: rgb(170,224,197); }
H1.HeaderClassName
{
color: #AAE0C5;
}
.AnyTagClassName
{
color: #AAE0C5;
}
</style>
background-color css
<style>
a { background-color: #AAE0C5; }
a { background-color: rgb(170,224,197); }
div.DivClassName
{
background-color: #AAE0C5;
}
.BgClassName
{
background-color: #AAE0C5;
}
</style>
border-color css
<style>
span { border-color: #AAE0C5; }
span { border-color: rgb(170,224,197); }
td.TdClassName
{
border-color: #AAE0C5;
}
.TagClassName
{
border-color: #AAE0C5;
}
</style>