Shades of Medium Aquamarine #4EDDA3
Tints of Medium Aquamarine #4EDDA3
RGB
CMYK
RGB Variations
Color information
#4EDDA3 (or 0x4EDDA3) is known color: Medium Aquamarine. HEX triplet: 4E, DD and A3. RGB value is (78,221,163). Sum of RGB (Red+Green+Blue) = 78+221+163=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDA3 is #B1225C. Grayscale: #ABABAB. Windows color (decimal): -11608669 or 10739022. OLE color: 10739022.
HSL color Cylindrical-coordinate representation of color #4EDDA3: hue angle of 155.66º 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 #4EDDA3 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 163 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.13 |
| HSL | 155.66º | 0.68% | 0.59% | - |
| HSV(B) | 155.66º | 0.65% | 0.87% | - |
| XYZ | 35.61 | 55.98 | 43.58 | - |
| YUV | 171.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 163 | 0.65 | 0 | 0.26 | 0.13 | 155.66 | 0.68 | 0.59 |
| Hex | 4E | DD | A3 | 41 | 0 | 1A | D | 9C | 44 | 3B |
| Octal | 116 | 335 | 243 | 101 | 0 | 32 | 15 | 234 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10100011 | 1000001 | 0 | 11010 | 1101 | 10011100 | 1000100 | 111011 |
Color Harmonies of #4EDDA3
Complementary color
Monochromatic Colors of #4EDDA3
Black with #4EDDA3
Text Example
Text Example
White with #4EDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDA3; }
p { color: rgb(78,221,163); }
H1.HeaderClassName
{
color: #4EDDA3;
}
.AnyTagClassName
{
color: #4EDDA3;
}
</style>
background-color css
<style>
a { background-color: #4EDDA3; }
a { background-color: rgb(78,221,163); }
div.DivClassName
{
background-color: #4EDDA3;
}
.BgClassName
{
background-color: #4EDDA3;
}
</style>
border-color css
<style>
span { border-color: #4EDDA3; }
span { border-color: rgb(78,221,163); }
td.TdClassName
{
border-color: #4EDDA3;
}
.TagClassName
{
border-color: #4EDDA3;
}
</style>