Shades of Medium Aquamarine #4EDDA5
Tints of Medium Aquamarine #4EDDA5
RGB
CMYK
RGB Variations
Color information
#4EDDA5 (or 0x4EDDA5) is known color: Medium Aquamarine. HEX triplet: 4E, DD and A5. RGB value is (78,221,165). Sum of RGB (Red+Green+Blue) = 78+221+165=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDA5 is #B1225A. Grayscale: #ABABAB. Windows color (decimal): -11608667 or 10870094. OLE color: 10870094.
HSL color Cylindrical-coordinate representation of color #4EDDA5: hue angle of 156.5º 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 #4EDDA5 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 165 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.13 |
| HSL | 156.5º | 0.68% | 0.59% | - |
| HSV(B) | 156.5º | 0.65% | 0.87% | - |
| XYZ | 35.79 | 56.05 | 44.53 | - |
| YUV | 171.86 | 124.12 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 165 | 0.65 | 0 | 0.25 | 0.13 | 156.5 | 0.68 | 0.59 |
| Hex | 4E | DD | A5 | 41 | 0 | 19 | D | 9D | 44 | 3B |
| Octal | 116 | 335 | 245 | 101 | 0 | 31 | 15 | 235 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10100101 | 1000001 | 0 | 11001 | 1101 | 10011101 | 1000100 | 111011 |
Color Harmonies of #4EDDA5
Complementary color
Monochromatic Colors of #4EDDA5
Black with #4EDDA5
Text Example
Text Example
White with #4EDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDA5; }
p { color: rgb(78,221,165); }
H1.HeaderClassName
{
color: #4EDDA5;
}
.AnyTagClassName
{
color: #4EDDA5;
}
</style>
background-color css
<style>
a { background-color: #4EDDA5; }
a { background-color: rgb(78,221,165); }
div.DivClassName
{
background-color: #4EDDA5;
}
.BgClassName
{
background-color: #4EDDA5;
}
</style>
border-color css
<style>
span { border-color: #4EDDA5; }
span { border-color: rgb(78,221,165); }
td.TdClassName
{
border-color: #4EDDA5;
}
.TagClassName
{
border-color: #4EDDA5;
}
</style>