Shades of Medium Aquamarine #4ED49D
Tints of Medium Aquamarine #4ED49D
RGB
CMYK
RGB Variations
Color information
#4ED49D (or 0x4ED49D) is known color: Medium Aquamarine. HEX triplet: 4E, D4 and 9D. RGB value is (78,212,157). Sum of RGB (Red+Green+Blue) = 78+212+157=447 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.45% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED49D is #B12B62. Grayscale: #A5A5A5. Windows color (decimal): -11610979 or 10343502. OLE color: 10343502.
HSL color Cylindrical-coordinate representation of color #4ED49D: hue angle of 155.37º degrees, saturation: 0.61, 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 #4ED49D is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 212 | 157 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.17 |
| HSL | 155.37º | 0.61% | 0.57% | - |
| HSV(B) | 155.37º | 0.63% | 0.83% | - |
| XYZ | 32.77 | 51.14 | 40.04 | - |
| YUV | 165.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 157 | 0.63 | 0 | 0.26 | 0.17 | 155.37 | 0.61 | 0.57 |
| Hex | 4E | D4 | 9D | 3F | 0 | 1A | 11 | 9B | 3D | 39 |
| Octal | 116 | 324 | 235 | 77 | 0 | 32 | 21 | 233 | 75 | 71 |
| Binary | 1001110 | 11010100 | 10011101 | 111111 | 0 | 11010 | 10001 | 10011011 | 111101 | 111001 |
Color Harmonies of #4ED49D
Complementary color
Monochromatic Colors of #4ED49D
Black with #4ED49D
Text Example
Text Example
White with #4ED49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED49D; }
p { color: rgb(78,212,157); }
H1.HeaderClassName
{
color: #4ED49D;
}
.AnyTagClassName
{
color: #4ED49D;
}
</style>
background-color css
<style>
a { background-color: #4ED49D; }
a { background-color: rgb(78,212,157); }
div.DivClassName
{
background-color: #4ED49D;
}
.BgClassName
{
background-color: #4ED49D;
}
</style>
border-color css
<style>
span { border-color: #4ED49D; }
span { border-color: rgb(78,212,157); }
td.TdClassName
{
border-color: #4ED49D;
}
.TagClassName
{
border-color: #4ED49D;
}
</style>