Shades of Magic Mint #AAE9C4
Tints of Magic Mint #AAE9C4
RGB
CMYK
RGB Variations
Color information
#AAE9C4 (or 0xAAE9C4) is known color: Magic Mint. HEX triplet: AA, E9 and C4. RGB value is (170,233,196). Sum of RGB (Red+Green+Blue) = 170+233+196=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9C4 is #55163B. Grayscale: #D2D2D2. Windows color (decimal): -5576252 or 12904874. OLE color: 12904874.
HSL color Cylindrical-coordinate representation of color #AAE9C4: hue angle of 144.76º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9C4 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 196 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.09 |
| HSL | 144.76º | 0.59% | 0.79% | - |
| HSV(B) | 144.76º | 0.27% | 0.91% | - |
| XYZ | 55.68 | 70.81 | 62.96 | - |
| YUV | 209.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 196 | 0.27 | 0 | 0.16 | 0.09 | 144.76 | 0.59 | 0.79 |
| Hex | AA | E9 | C4 | 1B | 0 | 10 | 9 | 91 | 3B | 4F |
| Octal | 252 | 351 | 304 | 33 | 0 | 20 | 11 | 221 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11000100 | 11011 | 0 | 10000 | 1001 | 10010001 | 111011 | 1001111 |
Color Harmonies of #AAE9C4
Complementary color
Monochromatic Colors of #AAE9C4
Black with #AAE9C4
Text Example
Text Example
White with #AAE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9C4; }
p { color: rgb(170,233,196); }
H1.HeaderClassName
{
color: #AAE9C4;
}
.AnyTagClassName
{
color: #AAE9C4;
}
</style>
background-color css
<style>
a { background-color: #AAE9C4; }
a { background-color: rgb(170,233,196); }
div.DivClassName
{
background-color: #AAE9C4;
}
.BgClassName
{
background-color: #AAE9C4;
}
</style>
border-color css
<style>
span { border-color: #AAE9C4; }
span { border-color: rgb(170,233,196); }
td.TdClassName
{
border-color: #AAE9C4;
}
.TagClassName
{
border-color: #AAE9C4;
}
</style>