Shades of Medium Aquamarine #4ED0AA
Tints of Medium Aquamarine #4ED0AA
RGB
CMYK
RGB Variations
Color information
#4ED0AA (or 0x4ED0AA) is known color: Medium Aquamarine. HEX triplet: 4E, D0 and AA. RGB value is (78,208,170). Sum of RGB (Red+Green+Blue) = 78+208+170=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED0AA is #B12F55. Grayscale: #A4A4A4. Windows color (decimal): -11611990 or 11194446. OLE color: 11194446.
HSL color Cylindrical-coordinate representation of color #4ED0AA: hue angle of 162.46º 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 #4ED0AA is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 170 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.18 |
| HSL | 162.46º | 0.58% | 0.56% | - |
| HSV(B) | 162.46º | 0.63% | 0.82% | - |
| XYZ | 32.95 | 49.63 | 45.87 | - |
| YUV | 164.8 | 130.93 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 170 | 0.62 | 0 | 0.18 | 0.18 | 162.46 | 0.58 | 0.56 |
| Hex | 4E | D0 | AA | 3E | 0 | 12 | 12 | A2 | 3A | 38 |
| Octal | 116 | 320 | 252 | 76 | 0 | 22 | 22 | 242 | 72 | 70 |
| Binary | 1001110 | 11010000 | 10101010 | 111110 | 0 | 10010 | 10010 | 10100010 | 111010 | 111000 |
Color Harmonies of #4ED0AA
Complementary color
Monochromatic Colors of #4ED0AA
Black with #4ED0AA
Text Example
Text Example
White with #4ED0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED0AA; }
p { color: rgb(78,208,170); }
H1.HeaderClassName
{
color: #4ED0AA;
}
.AnyTagClassName
{
color: #4ED0AA;
}
</style>
background-color css
<style>
a { background-color: #4ED0AA; }
a { background-color: rgb(78,208,170); }
div.DivClassName
{
background-color: #4ED0AA;
}
.BgClassName
{
background-color: #4ED0AA;
}
</style>
border-color css
<style>
span { border-color: #4ED0AA; }
span { border-color: rgb(78,208,170); }
td.TdClassName
{
border-color: #4ED0AA;
}
.TagClassName
{
border-color: #4ED0AA;
}
</style>