Shades of Magic Mint #AAFACE
Tints of Magic Mint #AAFACE
RGB
CMYK
RGB Variations
Color information
#AAFACE (or 0xAAFACE) is known color: Magic Mint. HEX triplet: AA, FA and CE. RGB value is (170,250,206). Sum of RGB (Red+Green+Blue) = 170+250+206=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACE is #550531. Grayscale: #DDDDDD. Windows color (decimal): -5571890 or 13564586. OLE color: 13564586.
HSL color Cylindrical-coordinate representation of color #AAFACE: hue angle of 147º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFACE is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 206 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.02 |
| HSL | 147º | 0.89% | 0.82% | - |
| HSV(B) | 147º | 0.32% | 0.98% | - |
| XYZ | 61.9 | 81.37 | 70.84 | - |
| YUV | 221.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 206 | 0.32 | 0 | 0.18 | 0.02 | 147 | 0.89 | 0.82 |
| Hex | AA | FA | CE | 20 | 0 | 12 | 2 | 93 | 59 | 52 |
| Octal | 252 | 372 | 316 | 40 | 0 | 22 | 2 | 223 | 131 | 122 |
| Binary | 10101010 | 11111010 | 11001110 | 100000 | 0 | 10010 | 10 | 10010011 | 1011001 | 1010010 |
Color Harmonies of #AAFACE
Complementary color
Monochromatic Colors of #AAFACE
Black with #AAFACE
Text Example
Text Example
White with #AAFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFACE; }
p { color: rgb(170,250,206); }
H1.HeaderClassName
{
color: #AAFACE;
}
.AnyTagClassName
{
color: #AAFACE;
}
</style>
background-color css
<style>
a { background-color: #AAFACE; }
a { background-color: rgb(170,250,206); }
div.DivClassName
{
background-color: #AAFACE;
}
.BgClassName
{
background-color: #AAFACE;
}
</style>
border-color css
<style>
span { border-color: #AAFACE; }
span { border-color: rgb(170,250,206); }
td.TdClassName
{
border-color: #AAFACE;
}
.TagClassName
{
border-color: #AAFACE;
}
</style>