Shades of Magic Mint #A4ECC2
Tints of Magic Mint #A4ECC2
RGB
CMYK
RGB Variations
Color information
#A4ECC2 (or 0xA4ECC2) is known color: Magic Mint. HEX triplet: A4, EC and C2. RGB value is (164,236,194). Sum of RGB (Red+Green+Blue) = 164+236+194=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECC2 is #5B133D. Grayscale: #D1D1D1. Windows color (decimal): -5968702 or 12774564. OLE color: 12774564.
HSL color Cylindrical-coordinate representation of color #A4ECC2: hue angle of 145º 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 #A4ECC2 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 194 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.07 |
| HSL | 145º | 0.65% | 0.78% | - |
| HSV(B) | 145º | 0.31% | 0.93% | - |
| XYZ | 55.04 | 71.78 | 61.99 | - |
| YUV | 209.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 194 | 0.31 | 0 | 0.18 | 0.07 | 145 | 0.65 | 0.78 |
| Hex | A4 | EC | C2 | 1F | 0 | 12 | 7 | 91 | 41 | 4E |
| Octal | 244 | 354 | 302 | 37 | 0 | 22 | 7 | 221 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11000010 | 11111 | 0 | 10010 | 111 | 10010001 | 1000001 | 1001110 |
Color Harmonies of #A4ECC2
Complementary color
Monochromatic Colors of #A4ECC2
Black with #A4ECC2
Text Example
Text Example
White with #A4ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECC2; }
p { color: rgb(164,236,194); }
H1.HeaderClassName
{
color: #A4ECC2;
}
.AnyTagClassName
{
color: #A4ECC2;
}
</style>
background-color css
<style>
a { background-color: #A4ECC2; }
a { background-color: rgb(164,236,194); }
div.DivClassName
{
background-color: #A4ECC2;
}
.BgClassName
{
background-color: #A4ECC2;
}
</style>
border-color css
<style>
span { border-color: #A4ECC2; }
span { border-color: rgb(164,236,194); }
td.TdClassName
{
border-color: #A4ECC2;
}
.TagClassName
{
border-color: #A4ECC2;
}
</style>