Shades of Magic Mint #A6FEDF
Tints of Magic Mint #A6FEDF
RGB
CMYK
RGB Variations
Color information
#A6FEDF (or 0xA6FEDF) is known color: Magic Mint. HEX triplet: A6, FE and DF. RGB value is (166,254,223). Sum of RGB (Red+Green+Blue) = 166+254+223=643 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.82% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEDF is #590120. Grayscale: #E0E0E0. Windows color (decimal): -5832993 or 14679718. OLE color: 14679718.
HSL color Cylindrical-coordinate representation of color #A6FEDF: hue angle of 158.86º 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 #A6FEDF is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 223 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.00 |
| HSL | 158.86º | 0.98% | 0.82% | - |
| HSV(B) | 158.86º | 0.35% | 1% | - |
| XYZ | 64.49 | 84.32 | 82.69 | - |
| YUV | 224.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 223 | 0.35 | 0 | 0.12 | 0.00 | 158.86 | 0.98 | 0.82 |
| Hex | A6 | FE | DF | 23 | 0 | C | 0 | 9F | 62 | 52 |
| Octal | 246 | 376 | 337 | 43 | 0 | 14 | 0 | 237 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11011111 | 100011 | 0 | 1100 | 0 | 10011111 | 1100010 | 1010010 |
Color Harmonies of #A6FEDF
Complementary color
Monochromatic Colors of #A6FEDF
Black with #A6FEDF
Text Example
Text Example
White with #A6FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEDF; }
p { color: rgb(166,254,223); }
H1.HeaderClassName
{
color: #A6FEDF;
}
.AnyTagClassName
{
color: #A6FEDF;
}
</style>
background-color css
<style>
a { background-color: #A6FEDF; }
a { background-color: rgb(166,254,223); }
div.DivClassName
{
background-color: #A6FEDF;
}
.BgClassName
{
background-color: #A6FEDF;
}
</style>
border-color css
<style>
span { border-color: #A6FEDF; }
span { border-color: rgb(166,254,223); }
td.TdClassName
{
border-color: #A6FEDF;
}
.TagClassName
{
border-color: #A6FEDF;
}
</style>