Shades of Magic Mint #A2E1CA
Tints of Magic Mint #A2E1CA
RGB
CMYK
RGB Variations
Color information
#A2E1CA (or 0xA2E1CA) is known color: Magic Mint. HEX triplet: A2, E1 and CA. RGB value is (162,225,202). Sum of RGB (Red+Green+Blue) = 162+225+202=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E1CA is #5D1E35. Grayscale: #CBCBCB. Windows color (decimal): -6102582 or 13296034. OLE color: 13296034.
HSL color Cylindrical-coordinate representation of color #A2E1CA: hue angle of 158.1º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E1CA is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 202 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.12 |
| HSL | 158.1º | 0.51% | 0.76% | - |
| HSV(B) | 158.1º | 0.28% | 0.88% | - |
| XYZ | 52.49 | 65.8 | 65.81 | - |
| YUV | 203.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 202 | 0.28 | 0 | 0.10 | 0.12 | 158.1 | 0.51 | 0.76 |
| Hex | A2 | E1 | CA | 1C | 0 | A | C | 9E | 33 | 4C |
| Octal | 242 | 341 | 312 | 34 | 0 | 12 | 14 | 236 | 63 | 114 |
| Binary | 10100010 | 11100001 | 11001010 | 11100 | 0 | 1010 | 1100 | 10011110 | 110011 | 1001100 |
Color Harmonies of #A2E1CA
Complementary color
Monochromatic Colors of #A2E1CA
Black with #A2E1CA
Text Example
Text Example
White with #A2E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E1CA; }
p { color: rgb(162,225,202); }
H1.HeaderClassName
{
color: #A2E1CA;
}
.AnyTagClassName
{
color: #A2E1CA;
}
</style>
background-color css
<style>
a { background-color: #A2E1CA; }
a { background-color: rgb(162,225,202); }
div.DivClassName
{
background-color: #A2E1CA;
}
.BgClassName
{
background-color: #A2E1CA;
}
</style>
border-color css
<style>
span { border-color: #A2E1CA; }
span { border-color: rgb(162,225,202); }
td.TdClassName
{
border-color: #A2E1CA;
}
.TagClassName
{
border-color: #A2E1CA;
}
</style>