Shades of Magic Mint #A4E6C0
Tints of Magic Mint #A4E6C0
RGB
CMYK
RGB Variations
Color information
#A4E6C0 (or 0xA4E6C0) is known color: Magic Mint. HEX triplet: A4, E6 and C0. RGB value is (164,230,192). Sum of RGB (Red+Green+Blue) = 164+230+192=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6C0 is #5B193F. Grayscale: #CECECE. Windows color (decimal): -5970240 or 12641956. OLE color: 12641956.
HSL color Cylindrical-coordinate representation of color #A4E6C0: hue angle of 145.45º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6C0 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 192 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.10 |
| HSL | 145.45º | 0.57% | 0.77% | - |
| HSV(B) | 145.45º | 0.29% | 0.9% | - |
| XYZ | 53.12 | 68.29 | 60.25 | - |
| YUV | 205.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 192 | 0.29 | 0 | 0.17 | 0.10 | 145.45 | 0.57 | 0.77 |
| Hex | A4 | E6 | C0 | 1D | 0 | 11 | A | 91 | 39 | 4D |
| Octal | 244 | 346 | 300 | 35 | 0 | 21 | 12 | 221 | 71 | 115 |
| Binary | 10100100 | 11100110 | 11000000 | 11101 | 0 | 10001 | 1010 | 10010001 | 111001 | 1001101 |
Color Harmonies of #A4E6C0
Complementary color
Monochromatic Colors of #A4E6C0
Black with #A4E6C0
Text Example
Text Example
White with #A4E6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6C0; }
p { color: rgb(164,230,192); }
H1.HeaderClassName
{
color: #A4E6C0;
}
.AnyTagClassName
{
color: #A4E6C0;
}
</style>
background-color css
<style>
a { background-color: #A4E6C0; }
a { background-color: rgb(164,230,192); }
div.DivClassName
{
background-color: #A4E6C0;
}
.BgClassName
{
background-color: #A4E6C0;
}
</style>
border-color css
<style>
span { border-color: #A4E6C0; }
span { border-color: rgb(164,230,192); }
td.TdClassName
{
border-color: #A4E6C0;
}
.TagClassName
{
border-color: #A4E6C0;
}
</style>