Shades of Magic Mint #A6FEC6
Tints of Magic Mint #A6FEC6
RGB
CMYK
RGB Variations
Color information
#A6FEC6 (or 0xA6FEC6) is known color: Magic Mint. HEX triplet: A6, FE and C6. RGB value is (166,254,198). Sum of RGB (Red+Green+Blue) = 166+254+198=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEC6 is #590139. Grayscale: #DDDDDD. Windows color (decimal): -5833018 or 13041318. OLE color: 13041318.
HSL color Cylindrical-coordinate representation of color #A6FEC6: hue angle of 141.82º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FEC6 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 198 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.00 |
| HSL | 141.82º | 0.98% | 0.82% | - |
| HSV(B) | 141.82º | 0.35% | 1% | - |
| XYZ | 61.36 | 83.07 | 66.23 | - |
| YUV | 221.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 198 | 0.35 | 0 | 0.22 | 0.00 | 141.82 | 0.98 | 0.82 |
| Hex | A6 | FE | C6 | 23 | 0 | 16 | 0 | 8E | 62 | 52 |
| Octal | 246 | 376 | 306 | 43 | 0 | 26 | 0 | 216 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11000110 | 100011 | 0 | 10110 | 0 | 10001110 | 1100010 | 1010010 |
Color Harmonies of #A6FEC6
Complementary color
Monochromatic Colors of #A6FEC6
Black with #A6FEC6
Text Example
Text Example
White with #A6FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEC6; }
p { color: rgb(166,254,198); }
H1.HeaderClassName
{
color: #A6FEC6;
}
.AnyTagClassName
{
color: #A6FEC6;
}
</style>
background-color css
<style>
a { background-color: #A6FEC6; }
a { background-color: rgb(166,254,198); }
div.DivClassName
{
background-color: #A6FEC6;
}
.BgClassName
{
background-color: #A6FEC6;
}
</style>
border-color css
<style>
span { border-color: #A6FEC6; }
span { border-color: rgb(166,254,198); }
td.TdClassName
{
border-color: #A6FEC6;
}
.TagClassName
{
border-color: #A6FEC6;
}
</style>