Shades of Medium Aquamarine #4ED8A2
Tints of Medium Aquamarine #4ED8A2
RGB
CMYK
RGB Variations
Color information
#4ED8A2 (or 0x4ED8A2) is known color: Medium Aquamarine. HEX triplet: 4E, D8 and A2. RGB value is (78,216,162). Sum of RGB (Red+Green+Blue) = 78+216+162=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED8A2 is #B1275D. Grayscale: #A8A8A8. Windows color (decimal): -11609950 or 10672206. OLE color: 10672206.
HSL color Cylindrical-coordinate representation of color #4ED8A2: hue angle of 156.52º degrees, saturation: 0.64, 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 #4ED8A2 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 162 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.15 |
| HSL | 156.52º | 0.64% | 0.58% | - |
| HSV(B) | 156.52º | 0.64% | 0.85% | - |
| XYZ | 34.22 | 53.34 | 42.67 | - |
| YUV | 168.58 | 124.28 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 162 | 0.64 | 0 | 0.25 | 0.15 | 156.52 | 0.64 | 0.58 |
| Hex | 4E | D8 | A2 | 40 | 0 | 19 | F | 9D | 40 | 3A |
| Octal | 116 | 330 | 242 | 100 | 0 | 31 | 17 | 235 | 100 | 72 |
| Binary | 1001110 | 11011000 | 10100010 | 1000000 | 0 | 11001 | 1111 | 10011101 | 1000000 | 111010 |
Color Harmonies of #4ED8A2
Complementary color
Monochromatic Colors of #4ED8A2
Black with #4ED8A2
Text Example
Text Example
White with #4ED8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED8A2; }
p { color: rgb(78,216,162); }
H1.HeaderClassName
{
color: #4ED8A2;
}
.AnyTagClassName
{
color: #4ED8A2;
}
</style>
background-color css
<style>
a { background-color: #4ED8A2; }
a { background-color: rgb(78,216,162); }
div.DivClassName
{
background-color: #4ED8A2;
}
.BgClassName
{
background-color: #4ED8A2;
}
</style>
border-color css
<style>
span { border-color: #4ED8A2; }
span { border-color: rgb(78,216,162); }
td.TdClassName
{
border-color: #4ED8A2;
}
.TagClassName
{
border-color: #4ED8A2;
}
</style>