Shades of Magic Mint #AAEFCC
Tints of Magic Mint #AAEFCC
RGB
CMYK
RGB Variations
Color information
#AAEFCC (or 0xAAEFCC) is known color: Magic Mint. HEX triplet: AA, EF and CC. RGB value is (170,239,204). Sum of RGB (Red+Green+Blue) = 170+239+204=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFCC is #551033. Grayscale: #D6D6D6. Windows color (decimal): -5574708 or 13430698. OLE color: 13430698.
HSL color Cylindrical-coordinate representation of color #AAEFCC: hue angle of 149.57º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFCC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 204 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.06 |
| HSL | 149.57º | 0.68% | 0.8% | - |
| HSV(B) | 149.57º | 0.29% | 0.94% | - |
| XYZ | 58.34 | 74.64 | 68.46 | - |
| YUV | 214.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 204 | 0.29 | 0 | 0.15 | 0.06 | 149.57 | 0.68 | 0.8 |
| Hex | AA | EF | CC | 1D | 0 | F | 6 | 96 | 44 | 50 |
| Octal | 252 | 357 | 314 | 35 | 0 | 17 | 6 | 226 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11001100 | 11101 | 0 | 1111 | 110 | 10010110 | 1000100 | 1010000 |
Color Harmonies of #AAEFCC
Complementary color
Monochromatic Colors of #AAEFCC
Black with #AAEFCC
Text Example
Text Example
White with #AAEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFCC; }
p { color: rgb(170,239,204); }
H1.HeaderClassName
{
color: #AAEFCC;
}
.AnyTagClassName
{
color: #AAEFCC;
}
</style>
background-color css
<style>
a { background-color: #AAEFCC; }
a { background-color: rgb(170,239,204); }
div.DivClassName
{
background-color: #AAEFCC;
}
.BgClassName
{
background-color: #AAEFCC;
}
</style>
border-color css
<style>
span { border-color: #AAEFCC; }
span { border-color: rgb(170,239,204); }
td.TdClassName
{
border-color: #AAEFCC;
}
.TagClassName
{
border-color: #AAEFCC;
}
</style>