Shades of Magic Mint #A6FEDC
Tints of Magic Mint #A6FEDC
RGB
CMYK
RGB Variations
Color information
#A6FEDC (or 0xA6FEDC) is known color: Magic Mint. HEX triplet: A6, FE and DC. RGB value is (166,254,220). Sum of RGB (Red+Green+Blue) = 166+254+220=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEDC is #590123. Grayscale: #DFDFDF. Windows color (decimal): -5832996 or 14483110. OLE color: 14483110.
HSL color Cylindrical-coordinate representation of color #A6FEDC: hue angle of 156.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 #A6FEDC is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 220 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.00 |
| HSL | 156.82º | 0.98% | 0.82% | - |
| HSV(B) | 156.82º | 0.35% | 1% | - |
| XYZ | 64.09 | 84.16 | 80.58 | - |
| YUV | 223.81 | 125.85 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 220 | 0.35 | 0 | 0.13 | 0.00 | 156.82 | 0.98 | 0.82 |
| Hex | A6 | FE | DC | 23 | 0 | D | 0 | 9D | 62 | 52 |
| Octal | 246 | 376 | 334 | 43 | 0 | 15 | 0 | 235 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11011100 | 100011 | 0 | 1101 | 0 | 10011101 | 1100010 | 1010010 |
Color Harmonies of #A6FEDC
Complementary color
Monochromatic Colors of #A6FEDC
Black with #A6FEDC
Text Example
Text Example
White with #A6FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEDC; }
p { color: rgb(166,254,220); }
H1.HeaderClassName
{
color: #A6FEDC;
}
.AnyTagClassName
{
color: #A6FEDC;
}
</style>
background-color css
<style>
a { background-color: #A6FEDC; }
a { background-color: rgb(166,254,220); }
div.DivClassName
{
background-color: #A6FEDC;
}
.BgClassName
{
background-color: #A6FEDC;
}
</style>
border-color css
<style>
span { border-color: #A6FEDC; }
span { border-color: rgb(166,254,220); }
td.TdClassName
{
border-color: #A6FEDC;
}
.TagClassName
{
border-color: #A6FEDC;
}
</style>