Shades of Magic Mint #AAE6CD
Tints of Magic Mint #AAE6CD
RGB
CMYK
RGB Variations
Color information
#AAE6CD (or 0xAAE6CD) is known color: Magic Mint. HEX triplet: AA, E6 and CD. RGB value is (170,230,205). Sum of RGB (Red+Green+Blue) = 170+230+205=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6CD is #551932. Grayscale: #D1D1D1. Windows color (decimal): -5577011 or 13493930. OLE color: 13493930.
HSL color Cylindrical-coordinate representation of color #AAE6CD: hue angle of 155º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6CD is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 205 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.10 |
| HSL | 155º | 0.55% | 0.78% | - |
| HSV(B) | 155º | 0.26% | 0.9% | - |
| XYZ | 55.89 | 69.55 | 68.24 | - |
| YUV | 209.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 205 | 0.26 | 0 | 0.11 | 0.10 | 155 | 0.55 | 0.78 |
| Hex | AA | E6 | CD | 1A | 0 | B | A | 9B | 37 | 4E |
| Octal | 252 | 346 | 315 | 32 | 0 | 13 | 12 | 233 | 67 | 116 |
| Binary | 10101010 | 11100110 | 11001101 | 11010 | 0 | 1011 | 1010 | 10011011 | 110111 | 1001110 |
Color Harmonies of #AAE6CD
Complementary color
Monochromatic Colors of #AAE6CD
Black with #AAE6CD
Text Example
Text Example
White with #AAE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6CD; }
p { color: rgb(170,230,205); }
H1.HeaderClassName
{
color: #AAE6CD;
}
.AnyTagClassName
{
color: #AAE6CD;
}
</style>
background-color css
<style>
a { background-color: #AAE6CD; }
a { background-color: rgb(170,230,205); }
div.DivClassName
{
background-color: #AAE6CD;
}
.BgClassName
{
background-color: #AAE6CD;
}
</style>
border-color css
<style>
span { border-color: #AAE6CD; }
span { border-color: rgb(170,230,205); }
td.TdClassName
{
border-color: #AAE6CD;
}
.TagClassName
{
border-color: #AAE6CD;
}
</style>