Shades of Magic Mint #AAF2CE
Tints of Magic Mint #AAF2CE
RGB
CMYK
RGB Variations
Color information
#AAF2CE (or 0xAAF2CE) is known color: Magic Mint. HEX triplet: AA, F2 and CE. RGB value is (170,242,206). Sum of RGB (Red+Green+Blue) = 170+242+206=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2CE is #550D31. Grayscale: #D8D8D8. Windows color (decimal): -5573938 or 13562538. OLE color: 13562538.
HSL color Cylindrical-coordinate representation of color #AAF2CE: hue angle of 150º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2CE is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 206 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.05 |
| HSL | 150º | 0.73% | 0.81% | - |
| HSV(B) | 150º | 0.3% | 0.95% | - |
| XYZ | 59.47 | 76.51 | 70.03 | - |
| YUV | 216.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 206 | 0.30 | 0 | 0.15 | 0.05 | 150 | 0.73 | 0.81 |
| Hex | AA | F2 | CE | 1E | 0 | F | 5 | 96 | 49 | 51 |
| Octal | 252 | 362 | 316 | 36 | 0 | 17 | 5 | 226 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11001110 | 11110 | 0 | 1111 | 101 | 10010110 | 1001001 | 1010001 |
Color Harmonies of #AAF2CE
Complementary color
Monochromatic Colors of #AAF2CE
Black with #AAF2CE
Text Example
Text Example
White with #AAF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2CE; }
p { color: rgb(170,242,206); }
H1.HeaderClassName
{
color: #AAF2CE;
}
.AnyTagClassName
{
color: #AAF2CE;
}
</style>
background-color css
<style>
a { background-color: #AAF2CE; }
a { background-color: rgb(170,242,206); }
div.DivClassName
{
background-color: #AAF2CE;
}
.BgClassName
{
background-color: #AAF2CE;
}
</style>
border-color css
<style>
span { border-color: #AAF2CE; }
span { border-color: rgb(170,242,206); }
td.TdClassName
{
border-color: #AAF2CE;
}
.TagClassName
{
border-color: #AAF2CE;
}
</style>