Shades of Medium Aquamarine #4EDD9C
Tints of Medium Aquamarine #4EDD9C
RGB
CMYK
RGB Variations
Color information
#4EDD9C (or 0x4EDD9C) is known color: Medium Aquamarine. HEX triplet: 4E, DD and 9C. RGB value is (78,221,156). Sum of RGB (Red+Green+Blue) = 78+221+156=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDD9C is #B12263. Grayscale: #AAAAAA. Windows color (decimal): -11608676 or 10280270. OLE color: 10280270.
HSL color Cylindrical-coordinate representation of color #4EDD9C: hue angle of 152.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDD9C is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 156 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.13 |
| HSL | 152.73º | 0.68% | 0.59% | - |
| HSV(B) | 152.73º | 0.65% | 0.87% | - |
| XYZ | 35 | 55.73 | 40.37 | - |
| YUV | 170.83 | 119.62 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 156 | 0.65 | 0 | 0.29 | 0.13 | 152.73 | 0.68 | 0.59 |
| Hex | 4E | DD | 9C | 41 | 0 | 1D | D | 99 | 44 | 3B |
| Octal | 116 | 335 | 234 | 101 | 0 | 35 | 15 | 231 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10011100 | 1000001 | 0 | 11101 | 1101 | 10011001 | 1000100 | 111011 |
Color Harmonies of #4EDD9C
Complementary color
Monochromatic Colors of #4EDD9C
Black with #4EDD9C
Text Example
Text Example
White with #4EDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD9C; }
p { color: rgb(78,221,156); }
H1.HeaderClassName
{
color: #4EDD9C;
}
.AnyTagClassName
{
color: #4EDD9C;
}
</style>
background-color css
<style>
a { background-color: #4EDD9C; }
a { background-color: rgb(78,221,156); }
div.DivClassName
{
background-color: #4EDD9C;
}
.BgClassName
{
background-color: #4EDD9C;
}
</style>
border-color css
<style>
span { border-color: #4EDD9C; }
span { border-color: rgb(78,221,156); }
td.TdClassName
{
border-color: #4EDD9C;
}
.TagClassName
{
border-color: #4EDD9C;
}
</style>