Shades of Magic Mint #A0EFBE
Tints of Magic Mint #A0EFBE
RGB
CMYK
RGB Variations
Color information
#A0EFBE (or 0xA0EFBE) is known color: Magic Mint. HEX triplet: A0, EF and BE. RGB value is (160,239,190). Sum of RGB (Red+Green+Blue) = 160+239+190=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFBE is #5F1041. Grayscale: #D1D1D1. Windows color (decimal): -6230082 or 12513184. OLE color: 12513184.
HSL color Cylindrical-coordinate representation of color #A0EFBE: hue angle of 142.78º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFBE is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 190 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.06 |
| HSL | 142.78º | 0.71% | 0.78% | - |
| HSV(B) | 142.78º | 0.33% | 0.94% | - |
| XYZ | 54.66 | 72.92 | 59.91 | - |
| YUV | 209.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 190 | 0.33 | 0 | 0.21 | 0.06 | 142.78 | 0.71 | 0.78 |
| Hex | A0 | EF | BE | 21 | 0 | 15 | 6 | 8F | 47 | 4E |
| Octal | 240 | 357 | 276 | 41 | 0 | 25 | 6 | 217 | 107 | 116 |
| Binary | 10100000 | 11101111 | 10111110 | 100001 | 0 | 10101 | 110 | 10001111 | 1000111 | 1001110 |
Color Harmonies of #A0EFBE
Complementary color
Monochromatic Colors of #A0EFBE
Black with #A0EFBE
Text Example
Text Example
White with #A0EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFBE; }
p { color: rgb(160,239,190); }
H1.HeaderClassName
{
color: #A0EFBE;
}
.AnyTagClassName
{
color: #A0EFBE;
}
</style>
background-color css
<style>
a { background-color: #A0EFBE; }
a { background-color: rgb(160,239,190); }
div.DivClassName
{
background-color: #A0EFBE;
}
.BgClassName
{
background-color: #A0EFBE;
}
</style>
border-color css
<style>
span { border-color: #A0EFBE; }
span { border-color: rgb(160,239,190); }
td.TdClassName
{
border-color: #A0EFBE;
}
.TagClassName
{
border-color: #A0EFBE;
}
</style>