Shades of Medium Aquamarine #4EDDA6
Tints of Medium Aquamarine #4EDDA6
RGB
CMYK
RGB Variations
Color information
#4EDDA6 (or 0x4EDDA6) is known color: Medium Aquamarine. HEX triplet: 4E, DD and A6. RGB value is (78,221,166). Sum of RGB (Red+Green+Blue) = 78+221+166=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDA6 is #B12259. Grayscale: #ACACAC. Windows color (decimal): -11608666 or 10935630. OLE color: 10935630.
HSL color Cylindrical-coordinate representation of color #4EDDA6: hue angle of 156.92º 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 #4EDDA6 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 166 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.13 |
| HSL | 156.92º | 0.68% | 0.59% | - |
| HSV(B) | 156.92º | 0.65% | 0.87% | - |
| XYZ | 35.88 | 56.09 | 45.01 | - |
| YUV | 171.97 | 124.62 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 166 | 0.65 | 0 | 0.25 | 0.13 | 156.92 | 0.68 | 0.59 |
| Hex | 4E | DD | A6 | 41 | 0 | 19 | D | 9D | 44 | 3B |
| Octal | 116 | 335 | 246 | 101 | 0 | 31 | 15 | 235 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10100110 | 1000001 | 0 | 11001 | 1101 | 10011101 | 1000100 | 111011 |
Color Harmonies of #4EDDA6
Complementary color
Monochromatic Colors of #4EDDA6
Black with #4EDDA6
Text Example
Text Example
White with #4EDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDA6; }
p { color: rgb(78,221,166); }
H1.HeaderClassName
{
color: #4EDDA6;
}
.AnyTagClassName
{
color: #4EDDA6;
}
</style>
background-color css
<style>
a { background-color: #4EDDA6; }
a { background-color: rgb(78,221,166); }
div.DivClassName
{
background-color: #4EDDA6;
}
.BgClassName
{
background-color: #4EDDA6;
}
</style>
border-color css
<style>
span { border-color: #4EDDA6; }
span { border-color: rgb(78,221,166); }
td.TdClassName
{
border-color: #4EDDA6;
}
.TagClassName
{
border-color: #4EDDA6;
}
</style>