Shades of Magic Mint #A6FDC7
Tints of Magic Mint #A6FDC7
RGB
CMYK
RGB Variations
Color information
#A6FDC7 (or 0xA6FDC7) is known color: Magic Mint. HEX triplet: A6, FD and C7. RGB value is (166,253,199). Sum of RGB (Red+Green+Blue) = 166+253+199=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDC7 is #590238. Grayscale: #DCDCDC. Windows color (decimal): -5833273 or 13106598. OLE color: 13106598.
HSL color Cylindrical-coordinate representation of color #A6FDC7: hue angle of 142.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDC7 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 199 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.01 |
| HSL | 142.76º | 0.96% | 0.82% | - |
| HSV(B) | 142.76º | 0.34% | 0.99% | - |
| XYZ | 61.16 | 82.48 | 66.73 | - |
| YUV | 220.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 199 | 0.34 | 0 | 0.21 | 0.01 | 142.76 | 0.96 | 0.82 |
| Hex | A6 | FD | C7 | 22 | 0 | 15 | 1 | 8F | 60 | 52 |
| Octal | 246 | 375 | 307 | 42 | 0 | 25 | 1 | 217 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11000111 | 100010 | 0 | 10101 | 1 | 10001111 | 1100000 | 1010010 |
Color Harmonies of #A6FDC7
Complementary color
Monochromatic Colors of #A6FDC7
Black with #A6FDC7
Text Example
Text Example
White with #A6FDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDC7; }
p { color: rgb(166,253,199); }
H1.HeaderClassName
{
color: #A6FDC7;
}
.AnyTagClassName
{
color: #A6FDC7;
}
</style>
background-color css
<style>
a { background-color: #A6FDC7; }
a { background-color: rgb(166,253,199); }
div.DivClassName
{
background-color: #A6FDC7;
}
.BgClassName
{
background-color: #A6FDC7;
}
</style>
border-color css
<style>
span { border-color: #A6FDC7; }
span { border-color: rgb(166,253,199); }
td.TdClassName
{
border-color: #A6FDC7;
}
.TagClassName
{
border-color: #A6FDC7;
}
</style>