Shades of Magic Mint #A0E9C0
Tints of Magic Mint #A0E9C0
RGB
CMYK
RGB Variations
Color information
#A0E9C0 (or 0xA0E9C0) is known color: Magic Mint. HEX triplet: A0, E9 and C0. RGB value is (160,233,192). Sum of RGB (Red+Green+Blue) = 160+233+192=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9C0 is #5F163F. Grayscale: #CECECE. Windows color (decimal): -6231616 or 12642720. OLE color: 12642720.
HSL color Cylindrical-coordinate representation of color #A0E9C0: hue angle of 146.3º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9C0 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 192 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.09 |
| HSL | 146.3º | 0.62% | 0.77% | - |
| HSV(B) | 146.3º | 0.31% | 0.91% | - |
| XYZ | 53.15 | 69.56 | 60.49 | - |
| YUV | 206.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 192 | 0.31 | 0 | 0.18 | 0.09 | 146.3 | 0.62 | 0.77 |
| Hex | A0 | E9 | C0 | 1F | 0 | 12 | 9 | 92 | 3E | 4D |
| Octal | 240 | 351 | 300 | 37 | 0 | 22 | 11 | 222 | 76 | 115 |
| Binary | 10100000 | 11101001 | 11000000 | 11111 | 0 | 10010 | 1001 | 10010010 | 111110 | 1001101 |
Color Harmonies of #A0E9C0
Complementary color
Monochromatic Colors of #A0E9C0
Black with #A0E9C0
Text Example
Text Example
White with #A0E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9C0; }
p { color: rgb(160,233,192); }
H1.HeaderClassName
{
color: #A0E9C0;
}
.AnyTagClassName
{
color: #A0E9C0;
}
</style>
background-color css
<style>
a { background-color: #A0E9C0; }
a { background-color: rgb(160,233,192); }
div.DivClassName
{
background-color: #A0E9C0;
}
.BgClassName
{
background-color: #A0E9C0;
}
</style>
border-color css
<style>
span { border-color: #A0E9C0; }
span { border-color: rgb(160,233,192); }
td.TdClassName
{
border-color: #A0E9C0;
}
.TagClassName
{
border-color: #A0E9C0;
}
</style>