Shades of Magic Mint #A6FEDE
Tints of Magic Mint #A6FEDE
RGB
CMYK
RGB Variations
Color information
#A6FEDE (or 0xA6FEDE) is known color: Magic Mint. HEX triplet: A6, FE and DE. RGB value is (166,254,222). Sum of RGB (Red+Green+Blue) = 166+254+222=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEDE is #590121. Grayscale: #E0E0E0. Windows color (decimal): -5832994 or 14614182. OLE color: 14614182.
HSL color Cylindrical-coordinate representation of color #A6FEDE: hue angle of 158.18º 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 #A6FEDE is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 222 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.00 |
| HSL | 158.18º | 0.98% | 0.82% | - |
| HSV(B) | 158.18º | 0.35% | 1% | - |
| XYZ | 64.35 | 84.26 | 81.98 | - |
| YUV | 224.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 222 | 0.35 | 0 | 0.13 | 0.00 | 158.18 | 0.98 | 0.82 |
| Hex | A6 | FE | DE | 23 | 0 | D | 0 | 9E | 62 | 52 |
| Octal | 246 | 376 | 336 | 43 | 0 | 15 | 0 | 236 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11011110 | 100011 | 0 | 1101 | 0 | 10011110 | 1100010 | 1010010 |
Color Harmonies of #A6FEDE
Complementary color
Monochromatic Colors of #A6FEDE
Black with #A6FEDE
Text Example
Text Example
White with #A6FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEDE; }
p { color: rgb(166,254,222); }
H1.HeaderClassName
{
color: #A6FEDE;
}
.AnyTagClassName
{
color: #A6FEDE;
}
</style>
background-color css
<style>
a { background-color: #A6FEDE; }
a { background-color: rgb(166,254,222); }
div.DivClassName
{
background-color: #A6FEDE;
}
.BgClassName
{
background-color: #A6FEDE;
}
</style>
border-color css
<style>
span { border-color: #A6FEDE; }
span { border-color: rgb(166,254,222); }
td.TdClassName
{
border-color: #A6FEDE;
}
.TagClassName
{
border-color: #A6FEDE;
}
</style>