Shades of Magic Mint #A7E9CA
Tints of Magic Mint #A7E9CA
RGB
CMYK
RGB Variations
Color information
#A7E9CA (or 0xA7E9CA) is known color: Magic Mint. HEX triplet: A7, E9 and CA. RGB value is (167,233,202). Sum of RGB (Red+Green+Blue) = 167+233+202=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E9CA is #581635. Grayscale: #D1D1D1. Windows color (decimal): -5772854 or 13298087. OLE color: 13298087.
HSL color Cylindrical-coordinate representation of color #A7E9CA: hue angle of 151.82º 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 #A7E9CA is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 233 | 202 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.09 |
| HSL | 151.82º | 0.6% | 0.78% | - |
| HSV(B) | 151.82º | 0.28% | 0.91% | - |
| XYZ | 55.74 | 70.76 | 66.6 | - |
| YUV | 209.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 202 | 0.28 | 0 | 0.13 | 0.09 | 151.82 | 0.6 | 0.78 |
| Hex | A7 | E9 | CA | 1C | 0 | D | 9 | 98 | 3C | 4E |
| Octal | 247 | 351 | 312 | 34 | 0 | 15 | 11 | 230 | 74 | 116 |
| Binary | 10100111 | 11101001 | 11001010 | 11100 | 0 | 1101 | 1001 | 10011000 | 111100 | 1001110 |
Color Harmonies of #A7E9CA
Complementary color
Monochromatic Colors of #A7E9CA
Black with #A7E9CA
Text Example
Text Example
White with #A7E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E9CA; }
p { color: rgb(167,233,202); }
H1.HeaderClassName
{
color: #A7E9CA;
}
.AnyTagClassName
{
color: #A7E9CA;
}
</style>
background-color css
<style>
a { background-color: #A7E9CA; }
a { background-color: rgb(167,233,202); }
div.DivClassName
{
background-color: #A7E9CA;
}
.BgClassName
{
background-color: #A7E9CA;
}
</style>
border-color css
<style>
span { border-color: #A7E9CA; }
span { border-color: rgb(167,233,202); }
td.TdClassName
{
border-color: #A7E9CA;
}
.TagClassName
{
border-color: #A7E9CA;
}
</style>