Shades of Magic Mint #A4ECC0
Tints of Magic Mint #A4ECC0
RGB
CMYK
RGB Variations
Color information
#A4ECC0 (or 0xA4ECC0) is known color: Magic Mint. HEX triplet: A4, EC and C0. RGB value is (164,236,192). Sum of RGB (Red+Green+Blue) = 164+236+192=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECC0 is #5B133F. Grayscale: #D1D1D1. Windows color (decimal): -5968704 or 12643492. OLE color: 12643492.
HSL color Cylindrical-coordinate representation of color #A4ECC0: hue angle of 143.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECC0 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 192 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.07 |
| HSL | 143.33º | 0.65% | 0.78% | - |
| HSV(B) | 143.33º | 0.31% | 0.93% | - |
| XYZ | 54.82 | 71.69 | 60.82 | - |
| YUV | 209.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 192 | 0.31 | 0 | 0.19 | 0.07 | 143.33 | 0.65 | 0.78 |
| Hex | A4 | EC | C0 | 1F | 0 | 13 | 7 | 8F | 41 | 4E |
| Octal | 244 | 354 | 300 | 37 | 0 | 23 | 7 | 217 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11000000 | 11111 | 0 | 10011 | 111 | 10001111 | 1000001 | 1001110 |
Color Harmonies of #A4ECC0
Complementary color
Monochromatic Colors of #A4ECC0
Black with #A4ECC0
Text Example
Text Example
White with #A4ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECC0; }
p { color: rgb(164,236,192); }
H1.HeaderClassName
{
color: #A4ECC0;
}
.AnyTagClassName
{
color: #A4ECC0;
}
</style>
background-color css
<style>
a { background-color: #A4ECC0; }
a { background-color: rgb(164,236,192); }
div.DivClassName
{
background-color: #A4ECC0;
}
.BgClassName
{
background-color: #A4ECC0;
}
</style>
border-color css
<style>
span { border-color: #A4ECC0; }
span { border-color: rgb(164,236,192); }
td.TdClassName
{
border-color: #A4ECC0;
}
.TagClassName
{
border-color: #A4ECC0;
}
</style>