Shades of Magic Mint #A6F5C7
Tints of Magic Mint #A6F5C7
RGB
CMYK
RGB Variations
Color information
#A6F5C7 (or 0xA6F5C7) is known color: Magic Mint. HEX triplet: A6, F5 and C7. RGB value is (166,245,199). Sum of RGB (Red+Green+Blue) = 166+245+199=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F5C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F5C7 is #590A38. Grayscale: #D8D8D8. Windows color (decimal): -5835321 or 13104550. OLE color: 13104550.
HSL color Cylindrical-coordinate representation of color #A6F5C7: hue angle of 145.06º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6F5C7 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 245 | 199 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.04 |
| HSL | 145.06º | 0.8% | 0.81% | - |
| HSV(B) | 145.06º | 0.32% | 0.96% | - |
| XYZ | 58.69 | 77.54 | 65.91 | - |
| YUV | 216.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 245 | 199 | 0.32 | 0 | 0.19 | 0.04 | 145.06 | 0.8 | 0.81 |
| Hex | A6 | F5 | C7 | 20 | 0 | 13 | 4 | 91 | 50 | 51 |
| Octal | 246 | 365 | 307 | 40 | 0 | 23 | 4 | 221 | 120 | 121 |
| Binary | 10100110 | 11110101 | 11000111 | 100000 | 0 | 10011 | 100 | 10010001 | 1010000 | 1010001 |
Color Harmonies of #A6F5C7
Complementary color
Monochromatic Colors of #A6F5C7
Black with #A6F5C7
Text Example
Text Example
White with #A6F5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F5C7; }
p { color: rgb(166,245,199); }
H1.HeaderClassName
{
color: #A6F5C7;
}
.AnyTagClassName
{
color: #A6F5C7;
}
</style>
background-color css
<style>
a { background-color: #A6F5C7; }
a { background-color: rgb(166,245,199); }
div.DivClassName
{
background-color: #A6F5C7;
}
.BgClassName
{
background-color: #A6F5C7;
}
</style>
border-color css
<style>
span { border-color: #A6F5C7; }
span { border-color: rgb(166,245,199); }
td.TdClassName
{
border-color: #A6F5C7;
}
.TagClassName
{
border-color: #A6F5C7;
}
</style>