Shades of Magic Mint #AAE7CD
Tints of Magic Mint #AAE7CD
RGB
CMYK
RGB Variations
Color information
#AAE7CD (or 0xAAE7CD) is known color: Magic Mint. HEX triplet: AA, E7 and CD. RGB value is (170,231,205). Sum of RGB (Red+Green+Blue) = 170+231+205=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7CD is #551832. Grayscale: #D1D1D1. Windows color (decimal): -5576755 or 13494186. OLE color: 13494186.
HSL color Cylindrical-coordinate representation of color #AAE7CD: hue angle of 154.43º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7CD is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 205 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.09 |
| HSL | 154.43º | 0.56% | 0.79% | - |
| HSV(B) | 154.43º | 0.26% | 0.91% | - |
| XYZ | 56.17 | 70.11 | 68.33 | - |
| YUV | 209.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 205 | 0.26 | 0 | 0.11 | 0.09 | 154.43 | 0.56 | 0.79 |
| Hex | AA | E7 | CD | 1A | 0 | B | 9 | 9A | 38 | 4F |
| Octal | 252 | 347 | 315 | 32 | 0 | 13 | 11 | 232 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11001101 | 11010 | 0 | 1011 | 1001 | 10011010 | 111000 | 1001111 |
Color Harmonies of #AAE7CD
Complementary color
Monochromatic Colors of #AAE7CD
Black with #AAE7CD
Text Example
Text Example
White with #AAE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7CD; }
p { color: rgb(170,231,205); }
H1.HeaderClassName
{
color: #AAE7CD;
}
.AnyTagClassName
{
color: #AAE7CD;
}
</style>
background-color css
<style>
a { background-color: #AAE7CD; }
a { background-color: rgb(170,231,205); }
div.DivClassName
{
background-color: #AAE7CD;
}
.BgClassName
{
background-color: #AAE7CD;
}
</style>
border-color css
<style>
span { border-color: #AAE7CD; }
span { border-color: rgb(170,231,205); }
td.TdClassName
{
border-color: #AAE7CD;
}
.TagClassName
{
border-color: #AAE7CD;
}
</style>