Shades of Medium Aquamarine #4ED3A0
Tints of Medium Aquamarine #4ED3A0
RGB
CMYK
RGB Variations
Color information
#4ED3A0 (or 0x4ED3A0) is known color: Medium Aquamarine. HEX triplet: 4E, D3 and A0. RGB value is (78,211,160). Sum of RGB (Red+Green+Blue) = 78+211+160=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED3A0 is #B12C5F. Grayscale: #A5A5A5. Windows color (decimal): -11611232 or 10539854. OLE color: 10539854.
HSL color Cylindrical-coordinate representation of color #4ED3A0: hue angle of 156.99º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED3A0 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 211 | 160 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.17 |
| HSL | 156.99º | 0.6% | 0.57% | - |
| HSV(B) | 156.99º | 0.63% | 0.83% | - |
| XYZ | 32.78 | 50.75 | 41.32 | - |
| YUV | 165.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 160 | 0.63 | 0 | 0.24 | 0.17 | 156.99 | 0.6 | 0.57 |
| Hex | 4E | D3 | A0 | 3F | 0 | 18 | 11 | 9D | 3C | 39 |
| Octal | 116 | 323 | 240 | 77 | 0 | 30 | 21 | 235 | 74 | 71 |
| Binary | 1001110 | 11010011 | 10100000 | 111111 | 0 | 11000 | 10001 | 10011101 | 111100 | 111001 |
Color Harmonies of #4ED3A0
Complementary color
Monochromatic Colors of #4ED3A0
Black with #4ED3A0
Text Example
Text Example
White with #4ED3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED3A0; }
p { color: rgb(78,211,160); }
H1.HeaderClassName
{
color: #4ED3A0;
}
.AnyTagClassName
{
color: #4ED3A0;
}
</style>
background-color css
<style>
a { background-color: #4ED3A0; }
a { background-color: rgb(78,211,160); }
div.DivClassName
{
background-color: #4ED3A0;
}
.BgClassName
{
background-color: #4ED3A0;
}
</style>
border-color css
<style>
span { border-color: #4ED3A0; }
span { border-color: rgb(78,211,160); }
td.TdClassName
{
border-color: #4ED3A0;
}
.TagClassName
{
border-color: #4ED3A0;
}
</style>