Shades of Magic Mint #A0EFBC
Tints of Magic Mint #A0EFBC
RGB
CMYK
RGB Variations
Color information
#A0EFBC (or 0xA0EFBC) is known color: Magic Mint. HEX triplet: A0, EF and BC. RGB value is (160,239,188). Sum of RGB (Red+Green+Blue) = 160+239+188=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFBC is #5F1043. Grayscale: #D1D1D1. Windows color (decimal): -6230084 or 12382112. OLE color: 12382112.
HSL color Cylindrical-coordinate representation of color #A0EFBC: hue angle of 141.27º 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 #A0EFBC is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 188 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.06 |
| HSL | 141.27º | 0.71% | 0.78% | - |
| HSV(B) | 141.27º | 0.33% | 0.94% | - |
| XYZ | 54.44 | 72.84 | 58.77 | - |
| YUV | 209.57 | 115.83 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 188 | 0.33 | 0 | 0.21 | 0.06 | 141.27 | 0.71 | 0.78 |
| Hex | A0 | EF | BC | 21 | 0 | 15 | 6 | 8D | 47 | 4E |
| Octal | 240 | 357 | 274 | 41 | 0 | 25 | 6 | 215 | 107 | 116 |
| Binary | 10100000 | 11101111 | 10111100 | 100001 | 0 | 10101 | 110 | 10001101 | 1000111 | 1001110 |
Color Harmonies of #A0EFBC
Complementary color
Monochromatic Colors of #A0EFBC
Black with #A0EFBC
Text Example
Text Example
White with #A0EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFBC; }
p { color: rgb(160,239,188); }
H1.HeaderClassName
{
color: #A0EFBC;
}
.AnyTagClassName
{
color: #A0EFBC;
}
</style>
background-color css
<style>
a { background-color: #A0EFBC; }
a { background-color: rgb(160,239,188); }
div.DivClassName
{
background-color: #A0EFBC;
}
.BgClassName
{
background-color: #A0EFBC;
}
</style>
border-color css
<style>
span { border-color: #A0EFBC; }
span { border-color: rgb(160,239,188); }
td.TdClassName
{
border-color: #A0EFBC;
}
.TagClassName
{
border-color: #A0EFBC;
}
</style>