Shades of Magic Mint #A6FFC1
Tints of Magic Mint #A6FFC1
RGB
CMYK
RGB Variations
Color information
#A6FFC1 (or 0xA6FFC1) is known color: Magic Mint. HEX triplet: A6, FF and C1. RGB value is (166,255,193). Sum of RGB (Red+Green+Blue) = 166+255+193=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFC1 is #59003E. Grayscale: #DDDDDD. Windows color (decimal): -5832767 or 12713894. OLE color: 12713894.
HSL color Cylindrical-coordinate representation of color #A6FFC1: hue angle of 138.2º 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 #A6FFC1 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 193 | - |
| CMYK | 0.35 | 0 | 0.24 | 0 |
| HSL | 138.2º | 1% | 0.83% | - |
| HSV(B) | 138.2º | 0.35% | 1% | - |
| XYZ | 61.11 | 83.48 | 63.34 | - |
| YUV | 221.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 193 | 0.35 | 0 | 0.24 | 0 | 138.2 | 1 | 0.83 |
| Hex | A6 | FF | C1 | 23 | 0 | 18 | 0 | 8A | 64 | 53 |
| Octal | 246 | 377 | 301 | 43 | 0 | 30 | 0 | 212 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11000001 | 100011 | 0 | 11000 | 0 | 10001010 | 1100100 | 1010011 |
Color Harmonies of #A6FFC1
Complementary color
Monochromatic Colors of #A6FFC1
Black with #A6FFC1
Text Example
Text Example
White with #A6FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFC1; }
p { color: rgb(166,255,193); }
H1.HeaderClassName
{
color: #A6FFC1;
}
.AnyTagClassName
{
color: #A6FFC1;
}
</style>
background-color css
<style>
a { background-color: #A6FFC1; }
a { background-color: rgb(166,255,193); }
div.DivClassName
{
background-color: #A6FFC1;
}
.BgClassName
{
background-color: #A6FFC1;
}
</style>
border-color css
<style>
span { border-color: #A6FFC1; }
span { border-color: rgb(166,255,193); }
td.TdClassName
{
border-color: #A6FFC1;
}
.TagClassName
{
border-color: #A6FFC1;
}
</style>