Shades of Magic Mint #A0EEBD
Tints of Magic Mint #A0EEBD
RGB
CMYK
RGB Variations
Color information
#A0EEBD (or 0xA0EEBD) is known color: Magic Mint. HEX triplet: A0, EE and BD. RGB value is (160,238,189). Sum of RGB (Red+Green+Blue) = 160+238+189=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEBD is #5F1142. Grayscale: #D1D1D1. Windows color (decimal): -6230339 or 12447392. OLE color: 12447392.
HSL color Cylindrical-coordinate representation of color #A0EEBD: hue angle of 142.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEBD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 189 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.07 |
| HSL | 142.31º | 0.7% | 0.78% | - |
| HSV(B) | 142.31º | 0.33% | 0.93% | - |
| XYZ | 54.26 | 72.3 | 59.24 | - |
| YUV | 209.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 189 | 0.33 | 0 | 0.21 | 0.07 | 142.31 | 0.7 | 0.78 |
| Hex | A0 | EE | BD | 21 | 0 | 15 | 7 | 8E | 46 | 4E |
| Octal | 240 | 356 | 275 | 41 | 0 | 25 | 7 | 216 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10111101 | 100001 | 0 | 10101 | 111 | 10001110 | 1000110 | 1001110 |
Color Harmonies of #A0EEBD
Complementary color
Monochromatic Colors of #A0EEBD
Black with #A0EEBD
Text Example
Text Example
White with #A0EEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEBD; }
p { color: rgb(160,238,189); }
H1.HeaderClassName
{
color: #A0EEBD;
}
.AnyTagClassName
{
color: #A0EEBD;
}
</style>
background-color css
<style>
a { background-color: #A0EEBD; }
a { background-color: rgb(160,238,189); }
div.DivClassName
{
background-color: #A0EEBD;
}
.BgClassName
{
background-color: #A0EEBD;
}
</style>
border-color css
<style>
span { border-color: #A0EEBD; }
span { border-color: rgb(160,238,189); }
td.TdClassName
{
border-color: #A0EEBD;
}
.TagClassName
{
border-color: #A0EEBD;
}
</style>