Shades of Magic Mint #AAE5CC
Tints of Magic Mint #AAE5CC
RGB
CMYK
RGB Variations
Color information
#AAE5CC (or 0xAAE5CC) is known color: Magic Mint. HEX triplet: AA, E5 and CC. RGB value is (170,229,204). Sum of RGB (Red+Green+Blue) = 170+229+204=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5CC is #551A33. Grayscale: #D0D0D0. Windows color (decimal): -5577268 or 13428138. OLE color: 13428138.
HSL color Cylindrical-coordinate representation of color #AAE5CC: hue angle of 154.58º degrees, saturation: 0.53, 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 #AAE5CC is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 204 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.10 |
| HSL | 154.58º | 0.53% | 0.78% | - |
| HSV(B) | 154.58º | 0.26% | 0.9% | - |
| XYZ | 55.5 | 68.94 | 67.51 | - |
| YUV | 208.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 204 | 0.26 | 0 | 0.11 | 0.10 | 154.58 | 0.53 | 0.78 |
| Hex | AA | E5 | CC | 1A | 0 | B | A | 9B | 35 | 4E |
| Octal | 252 | 345 | 314 | 32 | 0 | 13 | 12 | 233 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11001100 | 11010 | 0 | 1011 | 1010 | 10011011 | 110101 | 1001110 |
Color Harmonies of #AAE5CC
Complementary color
Monochromatic Colors of #AAE5CC
Black with #AAE5CC
Text Example
Text Example
White with #AAE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5CC; }
p { color: rgb(170,229,204); }
H1.HeaderClassName
{
color: #AAE5CC;
}
.AnyTagClassName
{
color: #AAE5CC;
}
</style>
background-color css
<style>
a { background-color: #AAE5CC; }
a { background-color: rgb(170,229,204); }
div.DivClassName
{
background-color: #AAE5CC;
}
.BgClassName
{
background-color: #AAE5CC;
}
</style>
border-color css
<style>
span { border-color: #AAE5CC; }
span { border-color: rgb(170,229,204); }
td.TdClassName
{
border-color: #AAE5CC;
}
.TagClassName
{
border-color: #AAE5CC;
}
</style>