Shades of Medium Aquamarine #4EDAAC
Tints of Medium Aquamarine #4EDAAC
RGB
CMYK
RGB Variations
Color information
#4EDAAC (or 0x4EDAAC) is known color: Medium Aquamarine. HEX triplet: 4E, DA and AC. RGB value is (78,218,172). Sum of RGB (Red+Green+Blue) = 78+218+172=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDAAC is #B12553. Grayscale: #AAAAAA. Windows color (decimal): -11609428 or 11328078. OLE color: 11328078.
HSL color Cylindrical-coordinate representation of color #4EDAAC: hue angle of 160.29º 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 #4EDAAC is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 172 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.15 |
| HSL | 160.29º | 0.65% | 0.58% | - |
| HSV(B) | 160.29º | 0.64% | 0.85% | - |
| XYZ | 35.66 | 54.74 | 47.72 | - |
| YUV | 170.9 | 128.62 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 172 | 0.64 | 0 | 0.21 | 0.15 | 160.29 | 0.65 | 0.58 |
| Hex | 4E | DA | AC | 40 | 0 | 15 | F | A0 | 41 | 3A |
| Octal | 116 | 332 | 254 | 100 | 0 | 25 | 17 | 240 | 101 | 72 |
| Binary | 1001110 | 11011010 | 10101100 | 1000000 | 0 | 10101 | 1111 | 10100000 | 1000001 | 111010 |
Color Harmonies of #4EDAAC
Complementary color
Monochromatic Colors of #4EDAAC
Black with #4EDAAC
Text Example
Text Example
White with #4EDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDAAC; }
p { color: rgb(78,218,172); }
H1.HeaderClassName
{
color: #4EDAAC;
}
.AnyTagClassName
{
color: #4EDAAC;
}
</style>
background-color css
<style>
a { background-color: #4EDAAC; }
a { background-color: rgb(78,218,172); }
div.DivClassName
{
background-color: #4EDAAC;
}
.BgClassName
{
background-color: #4EDAAC;
}
</style>
border-color css
<style>
span { border-color: #4EDAAC; }
span { border-color: rgb(78,218,172); }
td.TdClassName
{
border-color: #4EDAAC;
}
.TagClassName
{
border-color: #4EDAAC;
}
</style>