Shades of Medium Aquamarine #4ED0A6
Tints of Medium Aquamarine #4ED0A6
RGB
CMYK
RGB Variations
Color information
#4ED0A6 (or 0x4ED0A6) is known color: Medium Aquamarine. HEX triplet: 4E, D0 and A6. RGB value is (78,208,166). Sum of RGB (Red+Green+Blue) = 78+208+166=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED0A6 is #B12F59. Grayscale: #A4A4A4. Windows color (decimal): -11611994 or 10932302. OLE color: 10932302.
HSL color Cylindrical-coordinate representation of color #4ED0A6: hue angle of 160.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED0A6 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 166 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.18 |
| HSL | 160.62º | 0.58% | 0.56% | - |
| HSV(B) | 160.62º | 0.63% | 0.82% | - |
| XYZ | 32.58 | 49.48 | 43.91 | - |
| YUV | 164.34 | 128.93 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 166 | 0.62 | 0 | 0.20 | 0.18 | 160.62 | 0.58 | 0.56 |
| Hex | 4E | D0 | A6 | 3E | 0 | 14 | 12 | A1 | 3A | 38 |
| Octal | 116 | 320 | 246 | 76 | 0 | 24 | 22 | 241 | 72 | 70 |
| Binary | 1001110 | 11010000 | 10100110 | 111110 | 0 | 10100 | 10010 | 10100001 | 111010 | 111000 |
Color Harmonies of #4ED0A6
Complementary color
Monochromatic Colors of #4ED0A6
Black with #4ED0A6
Text Example
Text Example
White with #4ED0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED0A6; }
p { color: rgb(78,208,166); }
H1.HeaderClassName
{
color: #4ED0A6;
}
.AnyTagClassName
{
color: #4ED0A6;
}
</style>
background-color css
<style>
a { background-color: #4ED0A6; }
a { background-color: rgb(78,208,166); }
div.DivClassName
{
background-color: #4ED0A6;
}
.BgClassName
{
background-color: #4ED0A6;
}
</style>
border-color css
<style>
span { border-color: #4ED0A6; }
span { border-color: rgb(78,208,166); }
td.TdClassName
{
border-color: #4ED0A6;
}
.TagClassName
{
border-color: #4ED0A6;
}
</style>