Shades of Magic Mint #A6FECC
Tints of Magic Mint #A6FECC
RGB
CMYK
RGB Variations
Color information
#A6FECC (or 0xA6FECC) is known color: Magic Mint. HEX triplet: A6, FE and CC. RGB value is (166,254,204). Sum of RGB (Red+Green+Blue) = 166+254+204=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FECC is #590133. Grayscale: #DEDEDE. Windows color (decimal): -5833012 or 13434534. OLE color: 13434534.
HSL color Cylindrical-coordinate representation of color #A6FECC: hue angle of 145.91º 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 #A6FECC is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 204 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.00 |
| HSL | 145.91º | 0.98% | 0.82% | - |
| HSV(B) | 145.91º | 0.35% | 1% | - |
| XYZ | 62.07 | 83.35 | 69.94 | - |
| YUV | 221.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 204 | 0.35 | 0 | 0.20 | 0.00 | 145.91 | 0.98 | 0.82 |
| Hex | A6 | FE | CC | 23 | 0 | 14 | 0 | 92 | 62 | 52 |
| Octal | 246 | 376 | 314 | 43 | 0 | 24 | 0 | 222 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11001100 | 100011 | 0 | 10100 | 0 | 10010010 | 1100010 | 1010010 |
Color Harmonies of #A6FECC
Complementary color
Monochromatic Colors of #A6FECC
Black with #A6FECC
Text Example
Text Example
White with #A6FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FECC; }
p { color: rgb(166,254,204); }
H1.HeaderClassName
{
color: #A6FECC;
}
.AnyTagClassName
{
color: #A6FECC;
}
</style>
background-color css
<style>
a { background-color: #A6FECC; }
a { background-color: rgb(166,254,204); }
div.DivClassName
{
background-color: #A6FECC;
}
.BgClassName
{
background-color: #A6FECC;
}
</style>
border-color css
<style>
span { border-color: #A6FECC; }
span { border-color: rgb(166,254,204); }
td.TdClassName
{
border-color: #A6FECC;
}
.TagClassName
{
border-color: #A6FECC;
}
</style>