Shades of Magic Mint #A7E9C0
Tints of Magic Mint #A7E9C0
RGB
CMYK
RGB Variations
Color information
#A7E9C0 (or 0xA7E9C0) is known color: Magic Mint. HEX triplet: A7, E9 and C0. RGB value is (167,233,192). Sum of RGB (Red+Green+Blue) = 167+233+192=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E9C0 is #58163F. Grayscale: #D0D0D0. Windows color (decimal): -5772864 or 12642727. OLE color: 12642727.
HSL color Cylindrical-coordinate representation of color #A7E9C0: hue angle of 142.73º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7E9C0 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 233 | 192 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.09 |
| HSL | 142.73º | 0.6% | 0.78% | - |
| HSV(B) | 142.73º | 0.28% | 0.91% | - |
| XYZ | 54.59 | 70.3 | 60.56 | - |
| YUV | 208.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 192 | 0.28 | 0 | 0.18 | 0.09 | 142.73 | 0.6 | 0.78 |
| Hex | A7 | E9 | C0 | 1C | 0 | 12 | 9 | 8F | 3C | 4E |
| Octal | 247 | 351 | 300 | 34 | 0 | 22 | 11 | 217 | 74 | 116 |
| Binary | 10100111 | 11101001 | 11000000 | 11100 | 0 | 10010 | 1001 | 10001111 | 111100 | 1001110 |
Color Harmonies of #A7E9C0
Complementary color
Monochromatic Colors of #A7E9C0
Black with #A7E9C0
Text Example
Text Example
White with #A7E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E9C0; }
p { color: rgb(167,233,192); }
H1.HeaderClassName
{
color: #A7E9C0;
}
.AnyTagClassName
{
color: #A7E9C0;
}
</style>
background-color css
<style>
a { background-color: #A7E9C0; }
a { background-color: rgb(167,233,192); }
div.DivClassName
{
background-color: #A7E9C0;
}
.BgClassName
{
background-color: #A7E9C0;
}
</style>
border-color css
<style>
span { border-color: #A7E9C0; }
span { border-color: rgb(167,233,192); }
td.TdClassName
{
border-color: #A7E9C0;
}
.TagClassName
{
border-color: #A7E9C0;
}
</style>