Shades of Magic Mint #AAF4DA
Tints of Magic Mint #AAF4DA
RGB
CMYK
RGB Variations
Color information
#AAF4DA (or 0xAAF4DA) is known color: Magic Mint. HEX triplet: AA, F4 and DA. RGB value is (170,244,218). Sum of RGB (Red+Green+Blue) = 170+244+218=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4DA is #550B25. Grayscale: #DADADA. Windows color (decimal): -5573414 or 14349482. OLE color: 14349482.
HSL color Cylindrical-coordinate representation of color #AAF4DA: hue angle of 158.92º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4DA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 218 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.04 |
| HSL | 158.92º | 0.77% | 0.81% | - |
| HSV(B) | 158.92º | 0.3% | 0.96% | - |
| XYZ | 61.58 | 78.31 | 78.2 | - |
| YUV | 218.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 218 | 0.30 | 0 | 0.11 | 0.04 | 158.92 | 0.77 | 0.81 |
| Hex | AA | F4 | DA | 1E | 0 | B | 4 | 9F | 4D | 51 |
| Octal | 252 | 364 | 332 | 36 | 0 | 13 | 4 | 237 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11011010 | 11110 | 0 | 1011 | 100 | 10011111 | 1001101 | 1010001 |
Color Harmonies of #AAF4DA
Complementary color
Monochromatic Colors of #AAF4DA
Black with #AAF4DA
Text Example
Text Example
White with #AAF4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4DA; }
p { color: rgb(170,244,218); }
H1.HeaderClassName
{
color: #AAF4DA;
}
.AnyTagClassName
{
color: #AAF4DA;
}
</style>
background-color css
<style>
a { background-color: #AAF4DA; }
a { background-color: rgb(170,244,218); }
div.DivClassName
{
background-color: #AAF4DA;
}
.BgClassName
{
background-color: #AAF4DA;
}
</style>
border-color css
<style>
span { border-color: #AAF4DA; }
span { border-color: rgb(170,244,218); }
td.TdClassName
{
border-color: #AAF4DA;
}
.TagClassName
{
border-color: #AAF4DA;
}
</style>