Shades of Magic Mint #A0E2CA
Tints of Magic Mint #A0E2CA
RGB
CMYK
RGB Variations
Color information
#A0E2CA (or 0xA0E2CA) is known color: Magic Mint. HEX triplet: A0, E2 and CA. RGB value is (160,226,202). Sum of RGB (Red+Green+Blue) = 160+226+202=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E2CA is #5F1D35. Grayscale: #CBCBCB. Windows color (decimal): -6233398 or 13296288. OLE color: 13296288.
HSL color Cylindrical-coordinate representation of color #A0E2CA: hue angle of 158.18º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E2CA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 202 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.11 |
| HSL | 158.18º | 0.53% | 0.76% | - |
| HSV(B) | 158.18º | 0.29% | 0.89% | - |
| XYZ | 52.35 | 66.13 | 65.88 | - |
| YUV | 203.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 202 | 0.29 | 0 | 0.11 | 0.11 | 158.18 | 0.53 | 0.76 |
| Hex | A0 | E2 | CA | 1D | 0 | B | B | 9E | 35 | 4C |
| Octal | 240 | 342 | 312 | 35 | 0 | 13 | 13 | 236 | 65 | 114 |
| Binary | 10100000 | 11100010 | 11001010 | 11101 | 0 | 1011 | 1011 | 10011110 | 110101 | 1001100 |
Color Harmonies of #A0E2CA
Complementary color
Monochromatic Colors of #A0E2CA
Black with #A0E2CA
Text Example
Text Example
White with #A0E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2CA; }
p { color: rgb(160,226,202); }
H1.HeaderClassName
{
color: #A0E2CA;
}
.AnyTagClassName
{
color: #A0E2CA;
}
</style>
background-color css
<style>
a { background-color: #A0E2CA; }
a { background-color: rgb(160,226,202); }
div.DivClassName
{
background-color: #A0E2CA;
}
.BgClassName
{
background-color: #A0E2CA;
}
</style>
border-color css
<style>
span { border-color: #A0E2CA; }
span { border-color: rgb(160,226,202); }
td.TdClassName
{
border-color: #A0E2CA;
}
.TagClassName
{
border-color: #A0E2CA;
}
</style>