Shades of Magic Mint #AAE4CD
Tints of Magic Mint #AAE4CD
RGB
CMYK
RGB Variations
Color information
#AAE4CD (or 0xAAE4CD) is known color: Magic Mint. HEX triplet: AA, E4 and CD. RGB value is (170,228,205). Sum of RGB (Red+Green+Blue) = 170+228+205=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4CD is #551B32. Grayscale: #D0D0D0. Windows color (decimal): -5577523 or 13493418. OLE color: 13493418.
HSL color Cylindrical-coordinate representation of color #AAE4CD: hue angle of 156.21º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4CD is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 205 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.11 |
| HSL | 156.21º | 0.52% | 0.78% | - |
| HSV(B) | 156.21º | 0.25% | 0.89% | - |
| XYZ | 55.34 | 68.44 | 68.05 | - |
| YUV | 208.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 205 | 0.25 | 0 | 0.10 | 0.11 | 156.21 | 0.52 | 0.78 |
| Hex | AA | E4 | CD | 19 | 0 | A | B | 9C | 34 | 4E |
| Octal | 252 | 344 | 315 | 31 | 0 | 12 | 13 | 234 | 64 | 116 |
| Binary | 10101010 | 11100100 | 11001101 | 11001 | 0 | 1010 | 1011 | 10011100 | 110100 | 1001110 |
Color Harmonies of #AAE4CD
Complementary color
Monochromatic Colors of #AAE4CD
Black with #AAE4CD
Text Example
Text Example
White with #AAE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4CD; }
p { color: rgb(170,228,205); }
H1.HeaderClassName
{
color: #AAE4CD;
}
.AnyTagClassName
{
color: #AAE4CD;
}
</style>
background-color css
<style>
a { background-color: #AAE4CD; }
a { background-color: rgb(170,228,205); }
div.DivClassName
{
background-color: #AAE4CD;
}
.BgClassName
{
background-color: #AAE4CD;
}
</style>
border-color css
<style>
span { border-color: #AAE4CD; }
span { border-color: rgb(170,228,205); }
td.TdClassName
{
border-color: #AAE4CD;
}
.TagClassName
{
border-color: #AAE4CD;
}
</style>