Shades of Magic Mint #A6F7DD
Tints of Magic Mint #A6F7DD
RGB
CMYK
RGB Variations
Color information
#A6F7DD (or 0xA6F7DD) is known color: Magic Mint. HEX triplet: A6, F7 and DD. RGB value is (166,247,221). Sum of RGB (Red+Green+Blue) = 166+247+221=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 247 (96.88% from 255 or 38.96% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F7DD is #590822. Grayscale: #DBDBDB. Windows color (decimal): -5834787 or 14546854. OLE color: 14546854.
HSL color Cylindrical-coordinate representation of color #A6F7DD: hue angle of 160.74º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F7DD is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 221 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.03 |
| HSL | 160.74º | 0.84% | 0.81% | - |
| HSV(B) | 160.74º | 0.33% | 0.97% | - |
| XYZ | 62.04 | 79.85 | 80.55 | - |
| YUV | 219.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 221 | 0.33 | 0 | 0.11 | 0.03 | 160.74 | 0.84 | 0.81 |
| Hex | A6 | F7 | DD | 21 | 0 | B | 3 | A1 | 54 | 51 |
| Octal | 246 | 367 | 335 | 41 | 0 | 13 | 3 | 241 | 124 | 121 |
| Binary | 10100110 | 11110111 | 11011101 | 100001 | 0 | 1011 | 11 | 10100001 | 1010100 | 1010001 |
Color Harmonies of #A6F7DD
Complementary color
Monochromatic Colors of #A6F7DD
Black with #A6F7DD
Text Example
Text Example
White with #A6F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7DD; }
p { color: rgb(166,247,221); }
H1.HeaderClassName
{
color: #A6F7DD;
}
.AnyTagClassName
{
color: #A6F7DD;
}
</style>
background-color css
<style>
a { background-color: #A6F7DD; }
a { background-color: rgb(166,247,221); }
div.DivClassName
{
background-color: #A6F7DD;
}
.BgClassName
{
background-color: #A6F7DD;
}
</style>
border-color css
<style>
span { border-color: #A6F7DD; }
span { border-color: rgb(166,247,221); }
td.TdClassName
{
border-color: #A6F7DD;
}
.TagClassName
{
border-color: #A6F7DD;
}
</style>