Shades of Magic Mint #AAF6DD
Tints of Magic Mint #AAF6DD
RGB
CMYK
RGB Variations
Color information
#AAF6DD (or 0xAAF6DD) is known color: Magic Mint. HEX triplet: AA, F6 and DD. RGB value is (170,246,221). Sum of RGB (Red+Green+Blue) = 170+246+221=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6DD is #550922. Grayscale: #DCDCDC. Windows color (decimal): -5572899 or 14546602. OLE color: 14546602.
HSL color Cylindrical-coordinate representation of color #AAF6DD: hue angle of 160.26º 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 #AAF6DD is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 221 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.04 |
| HSL | 160.26º | 0.81% | 0.82% | - |
| HSV(B) | 160.26º | 0.31% | 0.96% | - |
| XYZ | 62.58 | 79.68 | 80.49 | - |
| YUV | 220.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 221 | 0.31 | 0 | 0.10 | 0.04 | 160.26 | 0.81 | 0.82 |
| Hex | AA | F6 | DD | 1F | 0 | A | 4 | A0 | 51 | 52 |
| Octal | 252 | 366 | 335 | 37 | 0 | 12 | 4 | 240 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11011101 | 11111 | 0 | 1010 | 100 | 10100000 | 1010001 | 1010010 |
Color Harmonies of #AAF6DD
Complementary color
Monochromatic Colors of #AAF6DD
Black with #AAF6DD
Text Example
Text Example
White with #AAF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6DD; }
p { color: rgb(170,246,221); }
H1.HeaderClassName
{
color: #AAF6DD;
}
.AnyTagClassName
{
color: #AAF6DD;
}
</style>
background-color css
<style>
a { background-color: #AAF6DD; }
a { background-color: rgb(170,246,221); }
div.DivClassName
{
background-color: #AAF6DD;
}
.BgClassName
{
background-color: #AAF6DD;
}
</style>
border-color css
<style>
span { border-color: #AAF6DD; }
span { border-color: rgb(170,246,221); }
td.TdClassName
{
border-color: #AAF6DD;
}
.TagClassName
{
border-color: #AAF6DD;
}
</style>