Shades of Magic Mint #AAE0C9
Tints of Magic Mint #AAE0C9
RGB
CMYK
RGB Variations
Color information
#AAE0C9 (or 0xAAE0C9) is known color: Magic Mint. HEX triplet: AA, E0 and C9. RGB value is (170,224,201). Sum of RGB (Red+Green+Blue) = 170+224+201=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0C9 is #551F36. Grayscale: #CDCDCD. Windows color (decimal): -5578551 or 13230250. OLE color: 13230250.
HSL color Cylindrical-coordinate representation of color #AAE0C9: hue angle of 154.44º 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 #AAE0C9 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 201 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.12 |
| HSL | 154.44º | 0.47% | 0.77% | - |
| HSV(B) | 154.44º | 0.24% | 0.88% | - |
| XYZ | 53.78 | 66.07 | 65.18 | - |
| YUV | 205.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 201 | 0.24 | 0 | 0.10 | 0.12 | 154.44 | 0.47 | 0.77 |
| Hex | AA | E0 | C9 | 18 | 0 | A | C | 9A | 2F | 4D |
| Octal | 252 | 340 | 311 | 30 | 0 | 12 | 14 | 232 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11001001 | 11000 | 0 | 1010 | 1100 | 10011010 | 101111 | 1001101 |
Color Harmonies of #AAE0C9
Complementary color
Monochromatic Colors of #AAE0C9
Black with #AAE0C9
Text Example
Text Example
White with #AAE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0C9; }
p { color: rgb(170,224,201); }
H1.HeaderClassName
{
color: #AAE0C9;
}
.AnyTagClassName
{
color: #AAE0C9;
}
</style>
background-color css
<style>
a { background-color: #AAE0C9; }
a { background-color: rgb(170,224,201); }
div.DivClassName
{
background-color: #AAE0C9;
}
.BgClassName
{
background-color: #AAE0C9;
}
</style>
border-color css
<style>
span { border-color: #AAE0C9; }
span { border-color: rgb(170,224,201); }
td.TdClassName
{
border-color: #AAE0C9;
}
.TagClassName
{
border-color: #AAE0C9;
}
</style>