Shades of Magic Mint #AAF1CF
Tints of Magic Mint #AAF1CF
RGB
CMYK
RGB Variations
Color information
#AAF1CF (or 0xAAF1CF) is known color: Magic Mint. HEX triplet: AA, F1 and CF. RGB value is (170,241,207). Sum of RGB (Red+Green+Blue) = 170+241+207=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1CF is #550E30. Grayscale: #D7D7D7. Windows color (decimal): -5574193 or 13627818. OLE color: 13627818.
HSL color Cylindrical-coordinate representation of color #AAF1CF: hue angle of 151.27º 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 #AAF1CF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 207 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 151.27º | 0.72% | 0.81% | - |
| HSV(B) | 151.27º | 0.29% | 0.95% | - |
| XYZ | 59.3 | 75.96 | 70.57 | - |
| YUV | 215.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 207 | 0.29 | 0 | 0.14 | 0.05 | 151.27 | 0.72 | 0.81 |
| Hex | AA | F1 | CF | 1D | 0 | E | 5 | 97 | 48 | 51 |
| Octal | 252 | 361 | 317 | 35 | 0 | 16 | 5 | 227 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11001111 | 11101 | 0 | 1110 | 101 | 10010111 | 1001000 | 1010001 |
Color Harmonies of #AAF1CF
Complementary color
Monochromatic Colors of #AAF1CF
Black with #AAF1CF
Text Example
Text Example
White with #AAF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1CF; }
p { color: rgb(170,241,207); }
H1.HeaderClassName
{
color: #AAF1CF;
}
.AnyTagClassName
{
color: #AAF1CF;
}
</style>
background-color css
<style>
a { background-color: #AAF1CF; }
a { background-color: rgb(170,241,207); }
div.DivClassName
{
background-color: #AAF1CF;
}
.BgClassName
{
background-color: #AAF1CF;
}
</style>
border-color css
<style>
span { border-color: #AAF1CF; }
span { border-color: rgb(170,241,207); }
td.TdClassName
{
border-color: #AAF1CF;
}
.TagClassName
{
border-color: #AAF1CF;
}
</style>