Shades of Magic Mint #AAF9DA
Tints of Magic Mint #AAF9DA
RGB
CMYK
RGB Variations
Color information
#AAF9DA (or 0xAAF9DA) is known color: Magic Mint. HEX triplet: AA, F9 and DA. RGB value is (170,249,218). Sum of RGB (Red+Green+Blue) = 170+249+218=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9DA is #550625. Grayscale: #DDDDDD. Windows color (decimal): -5572134 or 14350762. OLE color: 14350762.
HSL color Cylindrical-coordinate representation of color #AAF9DA: hue angle of 156.46º degrees, saturation: 0.87, 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 #AAF9DA is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 218 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.02 |
| HSL | 156.46º | 0.87% | 0.82% | - |
| HSV(B) | 156.46º | 0.32% | 0.98% | - |
| XYZ | 63.11 | 81.36 | 78.71 | - |
| YUV | 221.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 218 | 0.32 | 0 | 0.12 | 0.02 | 156.46 | 0.87 | 0.82 |
| Hex | AA | F9 | DA | 20 | 0 | C | 2 | 9C | 57 | 52 |
| Octal | 252 | 371 | 332 | 40 | 0 | 14 | 2 | 234 | 127 | 122 |
| Binary | 10101010 | 11111001 | 11011010 | 100000 | 0 | 1100 | 10 | 10011100 | 1010111 | 1010010 |
Color Harmonies of #AAF9DA
Complementary color
Monochromatic Colors of #AAF9DA
Black with #AAF9DA
Text Example
Text Example
White with #AAF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9DA; }
p { color: rgb(170,249,218); }
H1.HeaderClassName
{
color: #AAF9DA;
}
.AnyTagClassName
{
color: #AAF9DA;
}
</style>
background-color css
<style>
a { background-color: #AAF9DA; }
a { background-color: rgb(170,249,218); }
div.DivClassName
{
background-color: #AAF9DA;
}
.BgClassName
{
background-color: #AAF9DA;
}
</style>
border-color css
<style>
span { border-color: #AAF9DA; }
span { border-color: rgb(170,249,218); }
td.TdClassName
{
border-color: #AAF9DA;
}
.TagClassName
{
border-color: #AAF9DA;
}
</style>