Shades of Magic Mint #A6FECD
Tints of Magic Mint #A6FECD
RGB
CMYK
RGB Variations
Color information
#A6FECD (or 0xA6FECD) is known color: Magic Mint. HEX triplet: A6, FE and CD. RGB value is (166,254,205). Sum of RGB (Red+Green+Blue) = 166+254+205=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FECD is #590132. Grayscale: #DEDEDE. Windows color (decimal): -5833011 or 13500070. OLE color: 13500070.
HSL color Cylindrical-coordinate representation of color #A6FECD: hue angle of 146.59º 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 #A6FECD is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 205 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.00 |
| HSL | 146.59º | 0.98% | 0.82% | - |
| HSV(B) | 146.59º | 0.35% | 1% | - |
| XYZ | 62.19 | 83.4 | 70.58 | - |
| YUV | 222.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 205 | 0.35 | 0 | 0.19 | 0.00 | 146.59 | 0.98 | 0.82 |
| Hex | A6 | FE | CD | 23 | 0 | 13 | 0 | 93 | 62 | 52 |
| Octal | 246 | 376 | 315 | 43 | 0 | 23 | 0 | 223 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11001101 | 100011 | 0 | 10011 | 0 | 10010011 | 1100010 | 1010010 |
Color Harmonies of #A6FECD
Complementary color
Monochromatic Colors of #A6FECD
Black with #A6FECD
Text Example
Text Example
White with #A6FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FECD; }
p { color: rgb(166,254,205); }
H1.HeaderClassName
{
color: #A6FECD;
}
.AnyTagClassName
{
color: #A6FECD;
}
</style>
background-color css
<style>
a { background-color: #A6FECD; }
a { background-color: rgb(166,254,205); }
div.DivClassName
{
background-color: #A6FECD;
}
.BgClassName
{
background-color: #A6FECD;
}
</style>
border-color css
<style>
span { border-color: #A6FECD; }
span { border-color: rgb(166,254,205); }
td.TdClassName
{
border-color: #A6FECD;
}
.TagClassName
{
border-color: #A6FECD;
}
</style>