Shades of Magic Mint #AAF6DC
Tints of Magic Mint #AAF6DC
RGB
CMYK
RGB Variations
Color information
#AAF6DC (or 0xAAF6DC) is known color: Magic Mint. HEX triplet: AA, F6 and DC. RGB value is (170,246,220). Sum of RGB (Red+Green+Blue) = 170+246+220=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6DC is #550923. Grayscale: #DCDCDC. Windows color (decimal): -5572900 or 14481066. OLE color: 14481066.
HSL color Cylindrical-coordinate representation of color #AAF6DC: hue angle of 159.47º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6DC is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 220 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.04 |
| HSL | 159.47º | 0.81% | 0.82% | - |
| HSV(B) | 159.47º | 0.31% | 0.96% | - |
| XYZ | 62.45 | 79.62 | 79.79 | - |
| YUV | 220.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 220 | 0.31 | 0 | 0.11 | 0.04 | 159.47 | 0.81 | 0.82 |
| Hex | AA | F6 | DC | 1F | 0 | B | 4 | 9F | 51 | 52 |
| Octal | 252 | 366 | 334 | 37 | 0 | 13 | 4 | 237 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11011100 | 11111 | 0 | 1011 | 100 | 10011111 | 1010001 | 1010010 |
Color Harmonies of #AAF6DC
Complementary color
Monochromatic Colors of #AAF6DC
Black with #AAF6DC
Text Example
Text Example
White with #AAF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6DC; }
p { color: rgb(170,246,220); }
H1.HeaderClassName
{
color: #AAF6DC;
}
.AnyTagClassName
{
color: #AAF6DC;
}
</style>
background-color css
<style>
a { background-color: #AAF6DC; }
a { background-color: rgb(170,246,220); }
div.DivClassName
{
background-color: #AAF6DC;
}
.BgClassName
{
background-color: #AAF6DC;
}
</style>
border-color css
<style>
span { border-color: #AAF6DC; }
span { border-color: rgb(170,246,220); }
td.TdClassName
{
border-color: #AAF6DC;
}
.TagClassName
{
border-color: #AAF6DC;
}
</style>