Shades of Magic Mint #AAE9C7
Tints of Magic Mint #AAE9C7
RGB
CMYK
RGB Variations
Color information
#AAE9C7 (or 0xAAE9C7) is known color: Magic Mint. HEX triplet: AA, E9 and C7. RGB value is (170,233,199). Sum of RGB (Red+Green+Blue) = 170+233+199=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9C7 is #551638. Grayscale: #D2D2D2. Windows color (decimal): -5576249 or 13101482. OLE color: 13101482.
HSL color Cylindrical-coordinate representation of color #AAE9C7: hue angle of 147.62º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9C7 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 199 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.09 |
| HSL | 147.62º | 0.59% | 0.79% | - |
| HSV(B) | 147.62º | 0.27% | 0.91% | - |
| XYZ | 56.03 | 70.95 | 64.77 | - |
| YUV | 210.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 199 | 0.27 | 0 | 0.15 | 0.09 | 147.62 | 0.59 | 0.79 |
| Hex | AA | E9 | C7 | 1B | 0 | F | 9 | 94 | 3B | 4F |
| Octal | 252 | 351 | 307 | 33 | 0 | 17 | 11 | 224 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11000111 | 11011 | 0 | 1111 | 1001 | 10010100 | 111011 | 1001111 |
Color Harmonies of #AAE9C7
Complementary color
Monochromatic Colors of #AAE9C7
Black with #AAE9C7
Text Example
Text Example
White with #AAE9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9C7; }
p { color: rgb(170,233,199); }
H1.HeaderClassName
{
color: #AAE9C7;
}
.AnyTagClassName
{
color: #AAE9C7;
}
</style>
background-color css
<style>
a { background-color: #AAE9C7; }
a { background-color: rgb(170,233,199); }
div.DivClassName
{
background-color: #AAE9C7;
}
.BgClassName
{
background-color: #AAE9C7;
}
</style>
border-color css
<style>
span { border-color: #AAE9C7; }
span { border-color: rgb(170,233,199); }
td.TdClassName
{
border-color: #AAE9C7;
}
.TagClassName
{
border-color: #AAE9C7;
}
</style>