Shades of Magic Mint #AAE2CC
Tints of Magic Mint #AAE2CC
RGB
CMYK
RGB Variations
Color information
#AAE2CC (or 0xAAE2CC) is known color: Magic Mint. HEX triplet: AA, E2 and CC. RGB value is (170,226,204). Sum of RGB (Red+Green+Blue) = 170+226+204=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2CC is #551D33. Grayscale: #CECECE. Windows color (decimal): -5578036 or 13427370. OLE color: 13427370.
HSL color Cylindrical-coordinate representation of color #AAE2CC: hue angle of 156.43º degrees, saturation: 0.49, 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 #AAE2CC is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 204 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.11 |
| HSL | 156.43º | 0.49% | 0.78% | - |
| HSV(B) | 156.43º | 0.25% | 0.89% | - |
| XYZ | 54.67 | 67.3 | 67.24 | - |
| YUV | 206.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 204 | 0.25 | 0 | 0.10 | 0.11 | 156.43 | 0.49 | 0.78 |
| Hex | AA | E2 | CC | 19 | 0 | A | B | 9C | 31 | 4E |
| Octal | 252 | 342 | 314 | 31 | 0 | 12 | 13 | 234 | 61 | 116 |
| Binary | 10101010 | 11100010 | 11001100 | 11001 | 0 | 1010 | 1011 | 10011100 | 110001 | 1001110 |
Color Harmonies of #AAE2CC
Complementary color
Monochromatic Colors of #AAE2CC
Black with #AAE2CC
Text Example
Text Example
White with #AAE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2CC; }
p { color: rgb(170,226,204); }
H1.HeaderClassName
{
color: #AAE2CC;
}
.AnyTagClassName
{
color: #AAE2CC;
}
</style>
background-color css
<style>
a { background-color: #AAE2CC; }
a { background-color: rgb(170,226,204); }
div.DivClassName
{
background-color: #AAE2CC;
}
.BgClassName
{
background-color: #AAE2CC;
}
</style>
border-color css
<style>
span { border-color: #AAE2CC; }
span { border-color: rgb(170,226,204); }
td.TdClassName
{
border-color: #AAE2CC;
}
.TagClassName
{
border-color: #AAE2CC;
}
</style>