Shades of Magic Mint #A6F7DE
Tints of Magic Mint #A6F7DE
RGB
CMYK
RGB Variations
Color information
#A6F7DE (or 0xA6F7DE) is known color: Magic Mint. HEX triplet: A6, F7 and DE. RGB value is (166,247,222). Sum of RGB (Red+Green+Blue) = 166+247+222=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F7DE is #590821. Grayscale: #DBDBDB. Windows color (decimal): -5834786 or 14612390. OLE color: 14612390.
HSL color Cylindrical-coordinate representation of color #A6F7DE: hue angle of 161.48º 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 #A6F7DE is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 222 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.03 |
| HSL | 161.48º | 0.84% | 0.81% | - |
| HSV(B) | 161.48º | 0.33% | 0.97% | - |
| XYZ | 62.17 | 79.9 | 81.25 | - |
| YUV | 219.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 222 | 0.33 | 0 | 0.10 | 0.03 | 161.48 | 0.84 | 0.81 |
| Hex | A6 | F7 | DE | 21 | 0 | A | 3 | A1 | 54 | 51 |
| Octal | 246 | 367 | 336 | 41 | 0 | 12 | 3 | 241 | 124 | 121 |
| Binary | 10100110 | 11110111 | 11011110 | 100001 | 0 | 1010 | 11 | 10100001 | 1010100 | 1010001 |
Color Harmonies of #A6F7DE
Complementary color
Monochromatic Colors of #A6F7DE
Black with #A6F7DE
Text Example
Text Example
White with #A6F7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7DE; }
p { color: rgb(166,247,222); }
H1.HeaderClassName
{
color: #A6F7DE;
}
.AnyTagClassName
{
color: #A6F7DE;
}
</style>
background-color css
<style>
a { background-color: #A6F7DE; }
a { background-color: rgb(166,247,222); }
div.DivClassName
{
background-color: #A6F7DE;
}
.BgClassName
{
background-color: #A6F7DE;
}
</style>
border-color css
<style>
span { border-color: #A6F7DE; }
span { border-color: rgb(166,247,222); }
td.TdClassName
{
border-color: #A6F7DE;
}
.TagClassName
{
border-color: #A6F7DE;
}
</style>