Shades of Magic Mint #AAFFDA
Tints of Magic Mint #AAFFDA
RGB
CMYK
RGB Variations
Color information
#AAFFDA (or 0xAAFFDA) is known color: Magic Mint. HEX triplet: AA, FF and DA. RGB value is (170,255,218). Sum of RGB (Red+Green+Blue) = 170+255+218=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFDA is #550025. Grayscale: #E1E1E1. Windows color (decimal): -5570598 or 14352298. OLE color: 14352298.
HSL color Cylindrical-coordinate representation of color #AAFFDA: hue angle of 153.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFDA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 218 | - |
| CMYK | 0.33 | 0 | 0.15 | 0 |
| HSL | 153.88º | 1% | 0.83% | - |
| HSV(B) | 153.88º | 0.33% | 1% | - |
| XYZ | 64.99 | 85.13 | 79.34 | - |
| YUV | 225.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 218 | 0.33 | 0 | 0.15 | 0 | 153.88 | 1 | 0.83 |
| Hex | AA | FF | DA | 21 | 0 | F | 0 | 9A | 64 | 53 |
| Octal | 252 | 377 | 332 | 41 | 0 | 17 | 0 | 232 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11011010 | 100001 | 0 | 1111 | 0 | 10011010 | 1100100 | 1010011 |
Color Harmonies of #AAFFDA
Complementary color
Monochromatic Colors of #AAFFDA
Black with #AAFFDA
Text Example
Text Example
White with #AAFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFDA; }
p { color: rgb(170,255,218); }
H1.HeaderClassName
{
color: #AAFFDA;
}
.AnyTagClassName
{
color: #AAFFDA;
}
</style>
background-color css
<style>
a { background-color: #AAFFDA; }
a { background-color: rgb(170,255,218); }
div.DivClassName
{
background-color: #AAFFDA;
}
.BgClassName
{
background-color: #AAFFDA;
}
</style>
border-color css
<style>
span { border-color: #AAFFDA; }
span { border-color: rgb(170,255,218); }
td.TdClassName
{
border-color: #AAFFDA;
}
.TagClassName
{
border-color: #AAFFDA;
}
</style>