Shades of Magic Mint #AAEAC2
Tints of Magic Mint #AAEAC2
RGB
CMYK
RGB Variations
Color information
#AAEAC2 (or 0xAAEAC2) is known color: Magic Mint. HEX triplet: AA, EA and C2. RGB value is (170,234,194). Sum of RGB (Red+Green+Blue) = 170+234+194=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAC2 is #55153D. Grayscale: #D2D2D2. Windows color (decimal): -5575998 or 12774058. OLE color: 12774058.
HSL color Cylindrical-coordinate representation of color #AAEAC2: hue angle of 142.5º 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 #AAEAC2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 194 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.08 |
| HSL | 142.5º | 0.6% | 0.79% | - |
| HSV(B) | 142.5º | 0.27% | 0.92% | - |
| XYZ | 55.74 | 71.29 | 61.86 | - |
| YUV | 210.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 194 | 0.27 | 0 | 0.17 | 0.08 | 142.5 | 0.6 | 0.79 |
| Hex | AA | EA | C2 | 1B | 0 | 11 | 8 | 8E | 3C | 4F |
| Octal | 252 | 352 | 302 | 33 | 0 | 21 | 10 | 216 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11000010 | 11011 | 0 | 10001 | 1000 | 10001110 | 111100 | 1001111 |
Color Harmonies of #AAEAC2
Complementary color
Monochromatic Colors of #AAEAC2
Black with #AAEAC2
Text Example
Text Example
White with #AAEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAC2; }
p { color: rgb(170,234,194); }
H1.HeaderClassName
{
color: #AAEAC2;
}
.AnyTagClassName
{
color: #AAEAC2;
}
</style>
background-color css
<style>
a { background-color: #AAEAC2; }
a { background-color: rgb(170,234,194); }
div.DivClassName
{
background-color: #AAEAC2;
}
.BgClassName
{
background-color: #AAEAC2;
}
</style>
border-color css
<style>
span { border-color: #AAEAC2; }
span { border-color: rgb(170,234,194); }
td.TdClassName
{
border-color: #AAEAC2;
}
.TagClassName
{
border-color: #AAEAC2;
}
</style>