Shades of Magic Mint #A6ECC0
Tints of Magic Mint #A6ECC0
RGB
CMYK
RGB Variations
Color information
#A6ECC0 (or 0xA6ECC0) is known color: Magic Mint. HEX triplet: A6, EC and C0. RGB value is (166,236,192). Sum of RGB (Red+Green+Blue) = 166+236+192=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECC0 is #59133F. Grayscale: #D2D2D2. Windows color (decimal): -5837632 or 12643494. OLE color: 12643494.
HSL color Cylindrical-coordinate representation of color #A6ECC0: hue angle of 142.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECC0 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 192 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.07 |
| HSL | 142.29º | 0.65% | 0.79% | - |
| HSV(B) | 142.29º | 0.3% | 0.93% | - |
| XYZ | 55.24 | 71.9 | 60.84 | - |
| YUV | 210.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 192 | 0.30 | 0 | 0.19 | 0.07 | 142.29 | 0.65 | 0.79 |
| Hex | A6 | EC | C0 | 1E | 0 | 13 | 7 | 8E | 41 | 4F |
| Octal | 246 | 354 | 300 | 36 | 0 | 23 | 7 | 216 | 101 | 117 |
| Binary | 10100110 | 11101100 | 11000000 | 11110 | 0 | 10011 | 111 | 10001110 | 1000001 | 1001111 |
Color Harmonies of #A6ECC0
Complementary color
Monochromatic Colors of #A6ECC0
Black with #A6ECC0
Text Example
Text Example
White with #A6ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECC0; }
p { color: rgb(166,236,192); }
H1.HeaderClassName
{
color: #A6ECC0;
}
.AnyTagClassName
{
color: #A6ECC0;
}
</style>
background-color css
<style>
a { background-color: #A6ECC0; }
a { background-color: rgb(166,236,192); }
div.DivClassName
{
background-color: #A6ECC0;
}
.BgClassName
{
background-color: #A6ECC0;
}
</style>
border-color css
<style>
span { border-color: #A6ECC0; }
span { border-color: rgb(166,236,192); }
td.TdClassName
{
border-color: #A6ECC0;
}
.TagClassName
{
border-color: #A6ECC0;
}
</style>