Shades of Magic Mint #AAF1D1
Tints of Magic Mint #AAF1D1
RGB
CMYK
RGB Variations
Color information
#AAF1D1 (or 0xAAF1D1) is known color: Magic Mint. HEX triplet: AA, F1 and D1. RGB value is (170,241,209). Sum of RGB (Red+Green+Blue) = 170+241+209=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D1 is #550E2E. Grayscale: #D8D8D8. Windows color (decimal): -5574191 or 13758890. OLE color: 13758890.
HSL color Cylindrical-coordinate representation of color #AAF1D1: hue angle of 152.96º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1D1 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 209 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.05 |
| HSL | 152.96º | 0.72% | 0.81% | - |
| HSV(B) | 152.96º | 0.29% | 0.95% | - |
| XYZ | 59.54 | 76.06 | 71.86 | - |
| YUV | 216.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 209 | 0.29 | 0 | 0.13 | 0.05 | 152.96 | 0.72 | 0.81 |
| Hex | AA | F1 | D1 | 1D | 0 | D | 5 | 99 | 48 | 51 |
| Octal | 252 | 361 | 321 | 35 | 0 | 15 | 5 | 231 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11010001 | 11101 | 0 | 1101 | 101 | 10011001 | 1001000 | 1010001 |
Color Harmonies of #AAF1D1
Complementary color
Monochromatic Colors of #AAF1D1
Black with #AAF1D1
Text Example
Text Example
White with #AAF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1D1; }
p { color: rgb(170,241,209); }
H1.HeaderClassName
{
color: #AAF1D1;
}
.AnyTagClassName
{
color: #AAF1D1;
}
</style>
background-color css
<style>
a { background-color: #AAF1D1; }
a { background-color: rgb(170,241,209); }
div.DivClassName
{
background-color: #AAF1D1;
}
.BgClassName
{
background-color: #AAF1D1;
}
</style>
border-color css
<style>
span { border-color: #AAF1D1; }
span { border-color: rgb(170,241,209); }
td.TdClassName
{
border-color: #AAF1D1;
}
.TagClassName
{
border-color: #AAF1D1;
}
</style>