Shades of Medium Aquamarine #4EEBA0
Tints of Medium Aquamarine #4EEBA0
RGB
CMYK
RGB Variations
Color information
#4EEBA0 (or 0x4EEBA0) is known color: Medium Aquamarine. HEX triplet: 4E, EB and A0. RGB value is (78,235,160). Sum of RGB (Red+Green+Blue) = 78+235+160=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EEBA0 is #B1145F. Grayscale: #B3B3B3. Windows color (decimal): -11605088 or 10545998. OLE color: 10545998.
HSL color Cylindrical-coordinate representation of color #4EEBA0: hue angle of 151.34º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBA0 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 160 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.08 |
| HSL | 151.34º | 0.8% | 0.61% | - |
| HSV(B) | 151.34º | 0.67% | 0.92% | - |
| XYZ | 39.2 | 63.57 | 43.46 | - |
| YUV | 179.51 | 116.99 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 160 | 0.67 | 0 | 0.32 | 0.08 | 151.34 | 0.8 | 0.61 |
| Hex | 4E | EB | A0 | 43 | 0 | 20 | 8 | 97 | 50 | 3D |
| Octal | 116 | 353 | 240 | 103 | 0 | 40 | 10 | 227 | 120 | 75 |
| Binary | 1001110 | 11101011 | 10100000 | 1000011 | 0 | 100000 | 1000 | 10010111 | 1010000 | 111101 |
Color Harmonies of #4EEBA0
Complementary color
Monochromatic Colors of #4EEBA0
Black with #4EEBA0
Text Example
Text Example
White with #4EEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBA0; }
p { color: rgb(78,235,160); }
H1.HeaderClassName
{
color: #4EEBA0;
}
.AnyTagClassName
{
color: #4EEBA0;
}
</style>
background-color css
<style>
a { background-color: #4EEBA0; }
a { background-color: rgb(78,235,160); }
div.DivClassName
{
background-color: #4EEBA0;
}
.BgClassName
{
background-color: #4EEBA0;
}
</style>
border-color css
<style>
span { border-color: #4EEBA0; }
span { border-color: rgb(78,235,160); }
td.TdClassName
{
border-color: #4EEBA0;
}
.TagClassName
{
border-color: #4EEBA0;
}
</style>