Shades of Magic Mint #A6FFC5
Tints of Magic Mint #A6FFC5
RGB
CMYK
RGB Variations
Color information
#A6FFC5 (or 0xA6FFC5) is known color: Magic Mint. HEX triplet: A6, FF and C5. RGB value is (166,255,197). Sum of RGB (Red+Green+Blue) = 166+255+197=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFC5 is #59003A. Grayscale: #DDDDDD. Windows color (decimal): -5832763 or 12976038. OLE color: 12976038.
HSL color Cylindrical-coordinate representation of color #A6FFC5: hue angle of 140.9º 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 #A6FFC5 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 197 | - |
| CMYK | 0.35 | 0 | 0.23 | 0 |
| HSL | 140.9º | 1% | 0.83% | - |
| HSV(B) | 140.9º | 0.35% | 1% | - |
| XYZ | 61.56 | 83.66 | 65.73 | - |
| YUV | 221.78 | 114.01 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 197 | 0.35 | 0 | 0.23 | 0 | 140.9 | 1 | 0.83 |
| Hex | A6 | FF | C5 | 23 | 0 | 17 | 0 | 8D | 64 | 53 |
| Octal | 246 | 377 | 305 | 43 | 0 | 27 | 0 | 215 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11000101 | 100011 | 0 | 10111 | 0 | 10001101 | 1100100 | 1010011 |
Color Harmonies of #A6FFC5
Complementary color
Monochromatic Colors of #A6FFC5
Black with #A6FFC5
Text Example
Text Example
White with #A6FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFC5; }
p { color: rgb(166,255,197); }
H1.HeaderClassName
{
color: #A6FFC5;
}
.AnyTagClassName
{
color: #A6FFC5;
}
</style>
background-color css
<style>
a { background-color: #A6FFC5; }
a { background-color: rgb(166,255,197); }
div.DivClassName
{
background-color: #A6FFC5;
}
.BgClassName
{
background-color: #A6FFC5;
}
</style>
border-color css
<style>
span { border-color: #A6FFC5; }
span { border-color: rgb(166,255,197); }
td.TdClassName
{
border-color: #A6FFC5;
}
.TagClassName
{
border-color: #A6FFC5;
}
</style>