Shades of Magic Mint #A0EABF
Tints of Magic Mint #A0EABF
RGB
CMYK
RGB Variations
Color information
#A0EABF (or 0xA0EABF) is known color: Magic Mint. HEX triplet: A0, EA and BF. RGB value is (160,234,191). Sum of RGB (Red+Green+Blue) = 160+234+191=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EABF is #5F1540. Grayscale: #CFCFCF. Windows color (decimal): -6231361 or 12577440. OLE color: 12577440.
HSL color Cylindrical-coordinate representation of color #A0EABF: hue angle of 145.14º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EABF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 191 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.08 |
| HSL | 145.14º | 0.64% | 0.77% | - |
| HSV(B) | 145.14º | 0.32% | 0.92% | - |
| XYZ | 53.32 | 70.08 | 60.01 | - |
| YUV | 206.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 191 | 0.32 | 0 | 0.18 | 0.08 | 145.14 | 0.64 | 0.77 |
| Hex | A0 | EA | BF | 20 | 0 | 12 | 8 | 91 | 40 | 4D |
| Octal | 240 | 352 | 277 | 40 | 0 | 22 | 10 | 221 | 100 | 115 |
| Binary | 10100000 | 11101010 | 10111111 | 100000 | 0 | 10010 | 1000 | 10010001 | 1000000 | 1001101 |
Color Harmonies of #A0EABF
Complementary color
Monochromatic Colors of #A0EABF
Black with #A0EABF
Text Example
Text Example
White with #A0EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EABF; }
p { color: rgb(160,234,191); }
H1.HeaderClassName
{
color: #A0EABF;
}
.AnyTagClassName
{
color: #A0EABF;
}
</style>
background-color css
<style>
a { background-color: #A0EABF; }
a { background-color: rgb(160,234,191); }
div.DivClassName
{
background-color: #A0EABF;
}
.BgClassName
{
background-color: #A0EABF;
}
</style>
border-color css
<style>
span { border-color: #A0EABF; }
span { border-color: rgb(160,234,191); }
td.TdClassName
{
border-color: #A0EABF;
}
.TagClassName
{
border-color: #A0EABF;
}
</style>