Shades of Medium Aquamarine #4EDAA2
Tints of Medium Aquamarine #4EDAA2
RGB
CMYK
RGB Variations
Color information
#4EDAA2 (or 0x4EDAA2) is known color: Medium Aquamarine. HEX triplet: 4E, DA and A2. RGB value is (78,218,162). Sum of RGB (Red+Green+Blue) = 78+218+162=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDAA2 is #B1255D. Grayscale: #A9A9A9. Windows color (decimal): -11609438 or 10672718. OLE color: 10672718.
HSL color Cylindrical-coordinate representation of color #4EDAA2: hue angle of 156º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDAA2 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 162 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.15 |
| HSL | 156º | 0.65% | 0.58% | - |
| HSV(B) | 156º | 0.64% | 0.85% | - |
| XYZ | 34.73 | 54.37 | 42.85 | - |
| YUV | 169.76 | 123.62 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 162 | 0.64 | 0 | 0.26 | 0.15 | 156 | 0.65 | 0.58 |
| Hex | 4E | DA | A2 | 40 | 0 | 1A | F | 9C | 41 | 3A |
| Octal | 116 | 332 | 242 | 100 | 0 | 32 | 17 | 234 | 101 | 72 |
| Binary | 1001110 | 11011010 | 10100010 | 1000000 | 0 | 11010 | 1111 | 10011100 | 1000001 | 111010 |
Color Harmonies of #4EDAA2
Complementary color
Monochromatic Colors of #4EDAA2
Black with #4EDAA2
Text Example
Text Example
White with #4EDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDAA2; }
p { color: rgb(78,218,162); }
H1.HeaderClassName
{
color: #4EDAA2;
}
.AnyTagClassName
{
color: #4EDAA2;
}
</style>
background-color css
<style>
a { background-color: #4EDAA2; }
a { background-color: rgb(78,218,162); }
div.DivClassName
{
background-color: #4EDAA2;
}
.BgClassName
{
background-color: #4EDAA2;
}
</style>
border-color css
<style>
span { border-color: #4EDAA2; }
span { border-color: rgb(78,218,162); }
td.TdClassName
{
border-color: #4EDAA2;
}
.TagClassName
{
border-color: #4EDAA2;
}
</style>