Shades of Medium Aquamarine #4EDDA1
Tints of Medium Aquamarine #4EDDA1
RGB
CMYK
RGB Variations
Color information
#4EDDA1 (or 0x4EDDA1) is known color: Medium Aquamarine. HEX triplet: 4E, DD and A1. RGB value is (78,221,161). Sum of RGB (Red+Green+Blue) = 78+221+161=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDA1 is #B1225E. Grayscale: #ABABAB. Windows color (decimal): -11608671 or 10607950. OLE color: 10607950.
HSL color Cylindrical-coordinate representation of color #4EDDA1: hue angle of 154.83º 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 #4EDDA1 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 161 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.13 |
| HSL | 154.83º | 0.68% | 0.59% | - |
| HSV(B) | 154.83º | 0.65% | 0.87% | - |
| XYZ | 35.43 | 55.91 | 42.64 | - |
| YUV | 171.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 161 | 0.65 | 0 | 0.27 | 0.13 | 154.83 | 0.68 | 0.59 |
| Hex | 4E | DD | A1 | 41 | 0 | 1B | D | 9B | 44 | 3B |
| Octal | 116 | 335 | 241 | 101 | 0 | 33 | 15 | 233 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10100001 | 1000001 | 0 | 11011 | 1101 | 10011011 | 1000100 | 111011 |
Color Harmonies of #4EDDA1
Complementary color
Monochromatic Colors of #4EDDA1
Black with #4EDDA1
Text Example
Text Example
White with #4EDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDA1; }
p { color: rgb(78,221,161); }
H1.HeaderClassName
{
color: #4EDDA1;
}
.AnyTagClassName
{
color: #4EDDA1;
}
</style>
background-color css
<style>
a { background-color: #4EDDA1; }
a { background-color: rgb(78,221,161); }
div.DivClassName
{
background-color: #4EDDA1;
}
.BgClassName
{
background-color: #4EDDA1;
}
</style>
border-color css
<style>
span { border-color: #4EDDA1; }
span { border-color: rgb(78,221,161); }
td.TdClassName
{
border-color: #4EDDA1;
}
.TagClassName
{
border-color: #4EDDA1;
}
</style>