Shades of Magic Mint #A6FFC6
Tints of Magic Mint #A6FFC6
RGB
CMYK
RGB Variations
Color information
#A6FFC6 (or 0xA6FFC6) is known color: Magic Mint. HEX triplet: A6, FF and C6. RGB value is (166,255,198). Sum of RGB (Red+Green+Blue) = 166+255+198=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFC6 is #590039. Grayscale: #DEDEDE. Windows color (decimal): -5832762 or 13041574. OLE color: 13041574.
HSL color Cylindrical-coordinate representation of color #A6FFC6: hue angle of 141.57º 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 #A6FFC6 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 198 | - |
| CMYK | 0.35 | 0 | 0.22 | 0 |
| HSL | 141.57º | 1% | 0.83% | - |
| HSV(B) | 141.57º | 0.35% | 1% | - |
| XYZ | 61.68 | 83.7 | 66.33 | - |
| YUV | 221.89 | 114.51 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 198 | 0.35 | 0 | 0.22 | 0 | 141.57 | 1 | 0.83 |
| Hex | A6 | FF | C6 | 23 | 0 | 16 | 0 | 8E | 64 | 53 |
| Octal | 246 | 377 | 306 | 43 | 0 | 26 | 0 | 216 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11000110 | 100011 | 0 | 10110 | 0 | 10001110 | 1100100 | 1010011 |
Color Harmonies of #A6FFC6
Complementary color
Monochromatic Colors of #A6FFC6
Black with #A6FFC6
Text Example
Text Example
White with #A6FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFC6; }
p { color: rgb(166,255,198); }
H1.HeaderClassName
{
color: #A6FFC6;
}
.AnyTagClassName
{
color: #A6FFC6;
}
</style>
background-color css
<style>
a { background-color: #A6FFC6; }
a { background-color: rgb(166,255,198); }
div.DivClassName
{
background-color: #A6FFC6;
}
.BgClassName
{
background-color: #A6FFC6;
}
</style>
border-color css
<style>
span { border-color: #A6FFC6; }
span { border-color: rgb(166,255,198); }
td.TdClassName
{
border-color: #A6FFC6;
}
.TagClassName
{
border-color: #A6FFC6;
}
</style>