Shades of Magic Mint #AAEACC
Tints of Magic Mint #AAEACC
RGB
CMYK
RGB Variations
Color information
#AAEACC (or 0xAAEACC) is known color: Magic Mint. HEX triplet: AA, EA and CC. RGB value is (170,234,204). Sum of RGB (Red+Green+Blue) = 170+234+204=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEACC is #551533. Grayscale: #D3D3D3. Windows color (decimal): -5575988 or 13429418. OLE color: 13429418.
HSL color Cylindrical-coordinate representation of color #AAEACC: hue angle of 151.88º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEACC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 204 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.08 |
| HSL | 151.88º | 0.6% | 0.79% | - |
| HSV(B) | 151.88º | 0.27% | 0.92% | - |
| XYZ | 56.9 | 71.75 | 67.98 | - |
| YUV | 211.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 204 | 0.27 | 0 | 0.13 | 0.08 | 151.88 | 0.6 | 0.79 |
| Hex | AA | EA | CC | 1B | 0 | D | 8 | 98 | 3C | 4F |
| Octal | 252 | 352 | 314 | 33 | 0 | 15 | 10 | 230 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11001100 | 11011 | 0 | 1101 | 1000 | 10011000 | 111100 | 1001111 |
Color Harmonies of #AAEACC
Complementary color
Monochromatic Colors of #AAEACC
Black with #AAEACC
Text Example
Text Example
White with #AAEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEACC; }
p { color: rgb(170,234,204); }
H1.HeaderClassName
{
color: #AAEACC;
}
.AnyTagClassName
{
color: #AAEACC;
}
</style>
background-color css
<style>
a { background-color: #AAEACC; }
a { background-color: rgb(170,234,204); }
div.DivClassName
{
background-color: #AAEACC;
}
.BgClassName
{
background-color: #AAEACC;
}
</style>
border-color css
<style>
span { border-color: #AAEACC; }
span { border-color: rgb(170,234,204); }
td.TdClassName
{
border-color: #AAEACC;
}
.TagClassName
{
border-color: #AAEACC;
}
</style>