Shades of Magic Mint #A6FED8
Tints of Magic Mint #A6FED8
RGB
CMYK
RGB Variations
Color information
#A6FED8 (or 0xA6FED8) is known color: Magic Mint. HEX triplet: A6, FE and D8. RGB value is (166,254,216). Sum of RGB (Red+Green+Blue) = 166+254+216=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED8 is #590127. Grayscale: #DFDFDF. Windows color (decimal): -5833000 or 14220966. OLE color: 14220966.
HSL color Cylindrical-coordinate representation of color #A6FED8: hue angle of 154.09º 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 #A6FED8 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 216 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.00 |
| HSL | 154.09º | 0.98% | 0.82% | - |
| HSV(B) | 154.09º | 0.35% | 1% | - |
| XYZ | 63.56 | 83.95 | 77.82 | - |
| YUV | 223.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 216 | 0.35 | 0 | 0.15 | 0.00 | 154.09 | 0.98 | 0.82 |
| Hex | A6 | FE | D8 | 23 | 0 | F | 0 | 9A | 62 | 52 |
| Octal | 246 | 376 | 330 | 43 | 0 | 17 | 0 | 232 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11011000 | 100011 | 0 | 1111 | 0 | 10011010 | 1100010 | 1010010 |
Color Harmonies of #A6FED8
Complementary color
Monochromatic Colors of #A6FED8
Black with #A6FED8
Text Example
Text Example
White with #A6FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FED8; }
p { color: rgb(166,254,216); }
H1.HeaderClassName
{
color: #A6FED8;
}
.AnyTagClassName
{
color: #A6FED8;
}
</style>
background-color css
<style>
a { background-color: #A6FED8; }
a { background-color: rgb(166,254,216); }
div.DivClassName
{
background-color: #A6FED8;
}
.BgClassName
{
background-color: #A6FED8;
}
</style>
border-color css
<style>
span { border-color: #A6FED8; }
span { border-color: rgb(166,254,216); }
td.TdClassName
{
border-color: #A6FED8;
}
.TagClassName
{
border-color: #A6FED8;
}
</style>