Shades of Magic Mint #AAF1D6
Tints of Magic Mint #AAF1D6
RGB
CMYK
RGB Variations
Color information
#AAF1D6 (or 0xAAF1D6) is known color: Magic Mint. HEX triplet: AA, F1 and D6. RGB value is (170,241,214). Sum of RGB (Red+Green+Blue) = 170+241+214=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D6 is #550E29. Grayscale: #D8D8D8. Windows color (decimal): -5574186 or 14086570. OLE color: 14086570.
HSL color Cylindrical-coordinate representation of color #AAF1D6: hue angle of 157.18º 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 #AAF1D6 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 214 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.05 |
| HSL | 157.18º | 0.72% | 0.81% | - |
| HSV(B) | 157.18º | 0.29% | 0.95% | - |
| XYZ | 60.17 | 76.31 | 75.18 | - |
| YUV | 216.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 214 | 0.29 | 0 | 0.11 | 0.05 | 157.18 | 0.72 | 0.81 |
| Hex | AA | F1 | D6 | 1D | 0 | B | 5 | 9D | 48 | 51 |
| Octal | 252 | 361 | 326 | 35 | 0 | 13 | 5 | 235 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11010110 | 11101 | 0 | 1011 | 101 | 10011101 | 1001000 | 1010001 |
Color Harmonies of #AAF1D6
Complementary color
Monochromatic Colors of #AAF1D6
Black with #AAF1D6
Text Example
Text Example
White with #AAF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1D6; }
p { color: rgb(170,241,214); }
H1.HeaderClassName
{
color: #AAF1D6;
}
.AnyTagClassName
{
color: #AAF1D6;
}
</style>
background-color css
<style>
a { background-color: #AAF1D6; }
a { background-color: rgb(170,241,214); }
div.DivClassName
{
background-color: #AAF1D6;
}
.BgClassName
{
background-color: #AAF1D6;
}
</style>
border-color css
<style>
span { border-color: #AAF1D6; }
span { border-color: rgb(170,241,214); }
td.TdClassName
{
border-color: #AAF1D6;
}
.TagClassName
{
border-color: #AAF1D6;
}
</style>