Shades of Magic Mint #A7EAC0
Tints of Magic Mint #A7EAC0
RGB
CMYK
RGB Variations
Color information
#A7EAC0 (or 0xA7EAC0) is known color: Magic Mint. HEX triplet: A7, EA and C0. RGB value is (167,234,192). Sum of RGB (Red+Green+Blue) = 167+234+192=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EAC0 is #58153F. Grayscale: #D1D1D1. Windows color (decimal): -5772608 or 12642983. OLE color: 12642983.
HSL color Cylindrical-coordinate representation of color #A7EAC0: hue angle of 142.39º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAC0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 192 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.08 |
| HSL | 142.39º | 0.61% | 0.79% | - |
| HSV(B) | 142.39º | 0.29% | 0.92% | - |
| XYZ | 54.87 | 70.87 | 60.66 | - |
| YUV | 209.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 192 | 0.29 | 0 | 0.18 | 0.08 | 142.39 | 0.61 | 0.79 |
| Hex | A7 | EA | C0 | 1D | 0 | 12 | 8 | 8E | 3D | 4F |
| Octal | 247 | 352 | 300 | 35 | 0 | 22 | 10 | 216 | 75 | 117 |
| Binary | 10100111 | 11101010 | 11000000 | 11101 | 0 | 10010 | 1000 | 10001110 | 111101 | 1001111 |
Color Harmonies of #A7EAC0
Complementary color
Monochromatic Colors of #A7EAC0
Black with #A7EAC0
Text Example
Text Example
White with #A7EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAC0; }
p { color: rgb(167,234,192); }
H1.HeaderClassName
{
color: #A7EAC0;
}
.AnyTagClassName
{
color: #A7EAC0;
}
</style>
background-color css
<style>
a { background-color: #A7EAC0; }
a { background-color: rgb(167,234,192); }
div.DivClassName
{
background-color: #A7EAC0;
}
.BgClassName
{
background-color: #A7EAC0;
}
</style>
border-color css
<style>
span { border-color: #A7EAC0; }
span { border-color: rgb(167,234,192); }
td.TdClassName
{
border-color: #A7EAC0;
}
.TagClassName
{
border-color: #A7EAC0;
}
</style>