Shades of Magic Mint #AAF2DA
Tints of Magic Mint #AAF2DA
RGB
CMYK
RGB Variations
Color information
#AAF2DA (or 0xAAF2DA) is known color: Magic Mint. HEX triplet: AA, F2 and DA. RGB value is (170,242,218). Sum of RGB (Red+Green+Blue) = 170+242+218=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2DA is #550D25. Grayscale: #D9D9D9. Windows color (decimal): -5573926 or 14348970. OLE color: 14348970.
HSL color Cylindrical-coordinate representation of color #AAF2DA: hue angle of 160º 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 #AAF2DA is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 218 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.05 |
| HSL | 160º | 0.73% | 0.81% | - |
| HSV(B) | 160º | 0.3% | 0.95% | - |
| XYZ | 60.98 | 77.11 | 78 | - |
| YUV | 217.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 218 | 0.30 | 0 | 0.10 | 0.05 | 160 | 0.73 | 0.81 |
| Hex | AA | F2 | DA | 1E | 0 | A | 5 | A0 | 49 | 51 |
| Octal | 252 | 362 | 332 | 36 | 0 | 12 | 5 | 240 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11011010 | 11110 | 0 | 1010 | 101 | 10100000 | 1001001 | 1010001 |
Color Harmonies of #AAF2DA
Complementary color
Monochromatic Colors of #AAF2DA
Black with #AAF2DA
Text Example
Text Example
White with #AAF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2DA; }
p { color: rgb(170,242,218); }
H1.HeaderClassName
{
color: #AAF2DA;
}
.AnyTagClassName
{
color: #AAF2DA;
}
</style>
background-color css
<style>
a { background-color: #AAF2DA; }
a { background-color: rgb(170,242,218); }
div.DivClassName
{
background-color: #AAF2DA;
}
.BgClassName
{
background-color: #AAF2DA;
}
</style>
border-color css
<style>
span { border-color: #AAF2DA; }
span { border-color: rgb(170,242,218); }
td.TdClassName
{
border-color: #AAF2DA;
}
.TagClassName
{
border-color: #AAF2DA;
}
</style>