Shades of Magic Mint #AAF0CF
Tints of Magic Mint #AAF0CF
RGB
CMYK
RGB Variations
Color information
#AAF0CF (or 0xAAF0CF) is known color: Magic Mint. HEX triplet: AA, F0 and CF. RGB value is (170,240,207). Sum of RGB (Red+Green+Blue) = 170+240+207=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0CF is #550F30. Grayscale: #D7D7D7. Windows color (decimal): -5574449 or 13627562. OLE color: 13627562.
HSL color Cylindrical-coordinate representation of color #AAF0CF: hue angle of 151.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0CF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 207 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.06 |
| HSL | 151.71º | 0.7% | 0.8% | - |
| HSV(B) | 151.71º | 0.29% | 0.94% | - |
| XYZ | 59 | 75.37 | 70.47 | - |
| YUV | 215.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 207 | 0.29 | 0 | 0.14 | 0.06 | 151.71 | 0.7 | 0.8 |
| Hex | AA | F0 | CF | 1D | 0 | E | 6 | 98 | 46 | 50 |
| Octal | 252 | 360 | 317 | 35 | 0 | 16 | 6 | 230 | 106 | 120 |
| Binary | 10101010 | 11110000 | 11001111 | 11101 | 0 | 1110 | 110 | 10011000 | 1000110 | 1010000 |
Color Harmonies of #AAF0CF
Complementary color
Monochromatic Colors of #AAF0CF
Black with #AAF0CF
Text Example
Text Example
White with #AAF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0CF; }
p { color: rgb(170,240,207); }
H1.HeaderClassName
{
color: #AAF0CF;
}
.AnyTagClassName
{
color: #AAF0CF;
}
</style>
background-color css
<style>
a { background-color: #AAF0CF; }
a { background-color: rgb(170,240,207); }
div.DivClassName
{
background-color: #AAF0CF;
}
.BgClassName
{
background-color: #AAF0CF;
}
</style>
border-color css
<style>
span { border-color: #AAF0CF; }
span { border-color: rgb(170,240,207); }
td.TdClassName
{
border-color: #AAF0CF;
}
.TagClassName
{
border-color: #AAF0CF;
}
</style>