Shades of Magic Mint #AAE7C2
Tints of Magic Mint #AAE7C2
RGB
CMYK
RGB Variations
Color information
#AAE7C2 (or 0xAAE7C2) is known color: Magic Mint. HEX triplet: AA, E7 and C2. RGB value is (170,231,194). Sum of RGB (Red+Green+Blue) = 170+231+194=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7C2 is #55183D. Grayscale: #D0D0D0. Windows color (decimal): -5576766 or 12773290. OLE color: 12773290.
HSL color Cylindrical-coordinate representation of color #AAE7C2: hue angle of 143.61º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7C2 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 194 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.09 |
| HSL | 143.61º | 0.56% | 0.79% | - |
| HSV(B) | 143.61º | 0.26% | 0.91% | - |
| XYZ | 54.89 | 69.59 | 61.58 | - |
| YUV | 208.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 194 | 0.26 | 0 | 0.16 | 0.09 | 143.61 | 0.56 | 0.79 |
| Hex | AA | E7 | C2 | 1A | 0 | 10 | 9 | 90 | 38 | 4F |
| Octal | 252 | 347 | 302 | 32 | 0 | 20 | 11 | 220 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11000010 | 11010 | 0 | 10000 | 1001 | 10010000 | 111000 | 1001111 |
Color Harmonies of #AAE7C2
Complementary color
Monochromatic Colors of #AAE7C2
Black with #AAE7C2
Text Example
Text Example
White with #AAE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7C2; }
p { color: rgb(170,231,194); }
H1.HeaderClassName
{
color: #AAE7C2;
}
.AnyTagClassName
{
color: #AAE7C2;
}
</style>
background-color css
<style>
a { background-color: #AAE7C2; }
a { background-color: rgb(170,231,194); }
div.DivClassName
{
background-color: #AAE7C2;
}
.BgClassName
{
background-color: #AAE7C2;
}
</style>
border-color css
<style>
span { border-color: #AAE7C2; }
span { border-color: rgb(170,231,194); }
td.TdClassName
{
border-color: #AAE7C2;
}
.TagClassName
{
border-color: #AAE7C2;
}
</style>