Shades of Magic Mint #A6EAC0
Tints of Magic Mint #A6EAC0
RGB
CMYK
RGB Variations
Color information
#A6EAC0 (or 0xA6EAC0) is known color: Magic Mint. HEX triplet: A6, EA and C0. RGB value is (166,234,192). Sum of RGB (Red+Green+Blue) = 166+234+192=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAC0 is #59153F. Grayscale: #D0D0D0. Windows color (decimal): -5838144 or 12642982. OLE color: 12642982.
HSL color Cylindrical-coordinate representation of color #A6EAC0: hue angle of 142.94º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAC0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 192 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.08 |
| HSL | 142.94º | 0.62% | 0.78% | - |
| HSV(B) | 142.94º | 0.29% | 0.92% | - |
| XYZ | 54.66 | 70.76 | 60.65 | - |
| YUV | 208.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 192 | 0.29 | 0 | 0.18 | 0.08 | 142.94 | 0.62 | 0.78 |
| Hex | A6 | EA | C0 | 1D | 0 | 12 | 8 | 8F | 3E | 4E |
| Octal | 246 | 352 | 300 | 35 | 0 | 22 | 10 | 217 | 76 | 116 |
| Binary | 10100110 | 11101010 | 11000000 | 11101 | 0 | 10010 | 1000 | 10001111 | 111110 | 1001110 |
Color Harmonies of #A6EAC0
Complementary color
Monochromatic Colors of #A6EAC0
Black with #A6EAC0
Text Example
Text Example
White with #A6EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EAC0; }
p { color: rgb(166,234,192); }
H1.HeaderClassName
{
color: #A6EAC0;
}
.AnyTagClassName
{
color: #A6EAC0;
}
</style>
background-color css
<style>
a { background-color: #A6EAC0; }
a { background-color: rgb(166,234,192); }
div.DivClassName
{
background-color: #A6EAC0;
}
.BgClassName
{
background-color: #A6EAC0;
}
</style>
border-color css
<style>
span { border-color: #A6EAC0; }
span { border-color: rgb(166,234,192); }
td.TdClassName
{
border-color: #A6EAC0;
}
.TagClassName
{
border-color: #A6EAC0;
}
</style>