Shades of Medium Aquamarine #4EDEAA
Tints of Medium Aquamarine #4EDEAA
RGB
CMYK
RGB Variations
Color information
#4EDEAA (or 0x4EDEAA) is known color: Medium Aquamarine. HEX triplet: 4E, DE and AA. RGB value is (78,222,170). Sum of RGB (Red+Green+Blue) = 78+222+170=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDEAA is #B12155. Grayscale: #ADADAD. Windows color (decimal): -11608406 or 11198030. OLE color: 11198030.
HSL color Cylindrical-coordinate representation of color #4EDEAA: hue angle of 158.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDEAA is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 170 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.13 |
| HSL | 158.33º | 0.69% | 0.59% | - |
| HSV(B) | 158.33º | 0.65% | 0.87% | - |
| XYZ | 36.52 | 56.76 | 47.06 | - |
| YUV | 173.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 170 | 0.65 | 0 | 0.23 | 0.13 | 158.33 | 0.69 | 0.59 |
| Hex | 4E | DE | AA | 41 | 0 | 17 | D | 9E | 45 | 3B |
| Octal | 116 | 336 | 252 | 101 | 0 | 27 | 15 | 236 | 105 | 73 |
| Binary | 1001110 | 11011110 | 10101010 | 1000001 | 0 | 10111 | 1101 | 10011110 | 1000101 | 111011 |
Color Harmonies of #4EDEAA
Complementary color
Monochromatic Colors of #4EDEAA
Black with #4EDEAA
Text Example
Text Example
White with #4EDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEAA; }
p { color: rgb(78,222,170); }
H1.HeaderClassName
{
color: #4EDEAA;
}
.AnyTagClassName
{
color: #4EDEAA;
}
</style>
background-color css
<style>
a { background-color: #4EDEAA; }
a { background-color: rgb(78,222,170); }
div.DivClassName
{
background-color: #4EDEAA;
}
.BgClassName
{
background-color: #4EDEAA;
}
</style>
border-color css
<style>
span { border-color: #4EDEAA; }
span { border-color: rgb(78,222,170); }
td.TdClassName
{
border-color: #4EDEAA;
}
.TagClassName
{
border-color: #4EDEAA;
}
</style>