Shades of Magic Mint #AAEECA
Tints of Magic Mint #AAEECA
RGB
CMYK
RGB Variations
Color information
#AAEECA (or 0xAAEECA) is known color: Magic Mint. HEX triplet: AA, EE and CA. RGB value is (170,238,202). Sum of RGB (Red+Green+Blue) = 170+238+202=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECA is #551135. Grayscale: #D5D5D5. Windows color (decimal): -5574966 or 13299370. OLE color: 13299370.
HSL color Cylindrical-coordinate representation of color #AAEECA: hue angle of 148.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEECA is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 202 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.07 |
| HSL | 148.24º | 0.67% | 0.8% | - |
| HSV(B) | 148.24º | 0.29% | 0.93% | - |
| XYZ | 57.81 | 73.96 | 67.11 | - |
| YUV | 213.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 202 | 0.29 | 0 | 0.15 | 0.07 | 148.24 | 0.67 | 0.8 |
| Hex | AA | EE | CA | 1D | 0 | F | 7 | 94 | 43 | 50 |
| Octal | 252 | 356 | 312 | 35 | 0 | 17 | 7 | 224 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11001010 | 11101 | 0 | 1111 | 111 | 10010100 | 1000011 | 1010000 |
Color Harmonies of #AAEECA
Complementary color
Monochromatic Colors of #AAEECA
Black with #AAEECA
Text Example
Text Example
White with #AAEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEECA; }
p { color: rgb(170,238,202); }
H1.HeaderClassName
{
color: #AAEECA;
}
.AnyTagClassName
{
color: #AAEECA;
}
</style>
background-color css
<style>
a { background-color: #AAEECA; }
a { background-color: rgb(170,238,202); }
div.DivClassName
{
background-color: #AAEECA;
}
.BgClassName
{
background-color: #AAEECA;
}
</style>
border-color css
<style>
span { border-color: #AAEECA; }
span { border-color: rgb(170,238,202); }
td.TdClassName
{
border-color: #AAEECA;
}
.TagClassName
{
border-color: #AAEECA;
}
</style>