Shades of Magic Mint #A4EBC1
Tints of Magic Mint #A4EBC1
RGB
CMYK
RGB Variations
Color information
#A4EBC1 (or 0xA4EBC1) is known color: Magic Mint. HEX triplet: A4, EB and C1. RGB value is (164,235,193). Sum of RGB (Red+Green+Blue) = 164+235+193=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBC1 is #5B143E. Grayscale: #D1D1D1. Windows color (decimal): -5968959 or 12708772. OLE color: 12708772.
HSL color Cylindrical-coordinate representation of color #A4EBC1: hue angle of 144.51º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBC1 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 193 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.08 |
| HSL | 144.51º | 0.64% | 0.78% | - |
| HSV(B) | 144.51º | 0.3% | 0.92% | - |
| XYZ | 54.64 | 71.16 | 61.31 | - |
| YUV | 208.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 193 | 0.30 | 0 | 0.18 | 0.08 | 144.51 | 0.64 | 0.78 |
| Hex | A4 | EB | C1 | 1E | 0 | 12 | 8 | 91 | 40 | 4E |
| Octal | 244 | 353 | 301 | 36 | 0 | 22 | 10 | 221 | 100 | 116 |
| Binary | 10100100 | 11101011 | 11000001 | 11110 | 0 | 10010 | 1000 | 10010001 | 1000000 | 1001110 |
Color Harmonies of #A4EBC1
Complementary color
Monochromatic Colors of #A4EBC1
Black with #A4EBC1
Text Example
Text Example
White with #A4EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBC1; }
p { color: rgb(164,235,193); }
H1.HeaderClassName
{
color: #A4EBC1;
}
.AnyTagClassName
{
color: #A4EBC1;
}
</style>
background-color css
<style>
a { background-color: #A4EBC1; }
a { background-color: rgb(164,235,193); }
div.DivClassName
{
background-color: #A4EBC1;
}
.BgClassName
{
background-color: #A4EBC1;
}
</style>
border-color css
<style>
span { border-color: #A4EBC1; }
span { border-color: rgb(164,235,193); }
td.TdClassName
{
border-color: #A4EBC1;
}
.TagClassName
{
border-color: #A4EBC1;
}
</style>