Shades of Magic Mint #A6FFC0
Tints of Magic Mint #A6FFC0
RGB
CMYK
RGB Variations
Color information
#A6FFC0 (or 0xA6FFC0) is known color: Magic Mint. HEX triplet: A6, FF and C0. RGB value is (166,255,192). Sum of RGB (Red+Green+Blue) = 166+255+192=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFC0 is #59003F. Grayscale: #DDDDDD. Windows color (decimal): -5832768 or 12648358. OLE color: 12648358.
HSL color Cylindrical-coordinate representation of color #A6FFC0: hue angle of 137.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFC0 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 192 | - |
| CMYK | 0.35 | 0 | 0.25 | 0 |
| HSL | 137.53º | 1% | 0.83% | - |
| HSV(B) | 137.53º | 0.35% | 1% | - |
| XYZ | 61 | 83.43 | 62.76 | - |
| YUV | 221.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 192 | 0.35 | 0 | 0.25 | 0 | 137.53 | 1 | 0.83 |
| Hex | A6 | FF | C0 | 23 | 0 | 19 | 0 | 8A | 64 | 53 |
| Octal | 246 | 377 | 300 | 43 | 0 | 31 | 0 | 212 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11000000 | 100011 | 0 | 11001 | 0 | 10001010 | 1100100 | 1010011 |
Color Harmonies of #A6FFC0
Complementary color
Monochromatic Colors of #A6FFC0
Black with #A6FFC0
Text Example
Text Example
White with #A6FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFC0; }
p { color: rgb(166,255,192); }
H1.HeaderClassName
{
color: #A6FFC0;
}
.AnyTagClassName
{
color: #A6FFC0;
}
</style>
background-color css
<style>
a { background-color: #A6FFC0; }
a { background-color: rgb(166,255,192); }
div.DivClassName
{
background-color: #A6FFC0;
}
.BgClassName
{
background-color: #A6FFC0;
}
</style>
border-color css
<style>
span { border-color: #A6FFC0; }
span { border-color: rgb(166,255,192); }
td.TdClassName
{
border-color: #A6FFC0;
}
.TagClassName
{
border-color: #A6FFC0;
}
</style>