Shades of Medium Aquamarine #4EDDA8
Tints of Medium Aquamarine #4EDDA8
RGB
CMYK
RGB Variations
Color information
#4EDDA8 (or 0x4EDDA8) is known color: Medium Aquamarine. HEX triplet: 4E, DD and A8. RGB value is (78,221,168). Sum of RGB (Red+Green+Blue) = 78+221+168=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDA8 is #B12257. Grayscale: #ACACAC. Windows color (decimal): -11608664 or 11066702. OLE color: 11066702.
HSL color Cylindrical-coordinate representation of color #4EDDA8: hue angle of 157.76º 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 #4EDDA8 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 168 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.13 |
| HSL | 157.76º | 0.68% | 0.59% | - |
| HSV(B) | 157.76º | 0.65% | 0.87% | - |
| XYZ | 36.07 | 56.16 | 45.98 | - |
| YUV | 172.2 | 125.62 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 168 | 0.65 | 0 | 0.24 | 0.13 | 157.76 | 0.68 | 0.59 |
| Hex | 4E | DD | A8 | 41 | 0 | 18 | D | 9E | 44 | 3B |
| Octal | 116 | 335 | 250 | 101 | 0 | 30 | 15 | 236 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10101000 | 1000001 | 0 | 11000 | 1101 | 10011110 | 1000100 | 111011 |
Color Harmonies of #4EDDA8
Complementary color
Monochromatic Colors of #4EDDA8
Black with #4EDDA8
Text Example
Text Example
White with #4EDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDA8; }
p { color: rgb(78,221,168); }
H1.HeaderClassName
{
color: #4EDDA8;
}
.AnyTagClassName
{
color: #4EDDA8;
}
</style>
background-color css
<style>
a { background-color: #4EDDA8; }
a { background-color: rgb(78,221,168); }
div.DivClassName
{
background-color: #4EDDA8;
}
.BgClassName
{
background-color: #4EDDA8;
}
</style>
border-color css
<style>
span { border-color: #4EDDA8; }
span { border-color: rgb(78,221,168); }
td.TdClassName
{
border-color: #4EDDA8;
}
.TagClassName
{
border-color: #4EDDA8;
}
</style>