Shades of Magic Mint #A4EBC7
Tints of Magic Mint #A4EBC7
RGB
CMYK
RGB Variations
Color information
#A4EBC7 (or 0xA4EBC7) is known color: Magic Mint. HEX triplet: A4, EB and C7. RGB value is (164,235,199). Sum of RGB (Red+Green+Blue) = 164+235+199=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBC7 is #5B1438. Grayscale: #D1D1D1. Windows color (decimal): -5968953 or 13101988. OLE color: 13101988.
HSL color Cylindrical-coordinate representation of color #A4EBC7: hue angle of 149.58º 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 #A4EBC7 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 199 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.08 |
| HSL | 149.58º | 0.64% | 0.78% | - |
| HSV(B) | 149.58º | 0.3% | 0.92% | - |
| XYZ | 55.33 | 71.43 | 64.9 | - |
| YUV | 209.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 199 | 0.30 | 0 | 0.15 | 0.08 | 149.58 | 0.64 | 0.78 |
| Hex | A4 | EB | C7 | 1E | 0 | F | 8 | 96 | 40 | 4E |
| Octal | 244 | 353 | 307 | 36 | 0 | 17 | 10 | 226 | 100 | 116 |
| Binary | 10100100 | 11101011 | 11000111 | 11110 | 0 | 1111 | 1000 | 10010110 | 1000000 | 1001110 |
Color Harmonies of #A4EBC7
Complementary color
Monochromatic Colors of #A4EBC7
Black with #A4EBC7
Text Example
Text Example
White with #A4EBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBC7; }
p { color: rgb(164,235,199); }
H1.HeaderClassName
{
color: #A4EBC7;
}
.AnyTagClassName
{
color: #A4EBC7;
}
</style>
background-color css
<style>
a { background-color: #A4EBC7; }
a { background-color: rgb(164,235,199); }
div.DivClassName
{
background-color: #A4EBC7;
}
.BgClassName
{
background-color: #A4EBC7;
}
</style>
border-color css
<style>
span { border-color: #A4EBC7; }
span { border-color: rgb(164,235,199); }
td.TdClassName
{
border-color: #A4EBC7;
}
.TagClassName
{
border-color: #A4EBC7;
}
</style>