Shades of Medium Aquamarine #4EDCA1
Tints of Medium Aquamarine #4EDCA1
RGB
CMYK
RGB Variations
Color information
#4EDCA1 (or 0x4EDCA1) is known color: Medium Aquamarine. HEX triplet: 4E, DC and A1. RGB value is (78,220,161). Sum of RGB (Red+Green+Blue) = 78+220+161=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDCA1 is #B1235E. Grayscale: #AAAAAA. Windows color (decimal): -11608927 or 10607694. OLE color: 10607694.
HSL color Cylindrical-coordinate representation of color #4EDCA1: hue angle of 155.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCA1 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 161 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.14 |
| HSL | 155.07º | 0.67% | 0.58% | - |
| HSV(B) | 155.07º | 0.65% | 0.86% | - |
| XYZ | 35.17 | 55.38 | 42.55 | - |
| YUV | 170.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 161 | 0.65 | 0 | 0.27 | 0.14 | 155.07 | 0.67 | 0.58 |
| Hex | 4E | DC | A1 | 41 | 0 | 1B | E | 9B | 43 | 3A |
| Octal | 116 | 334 | 241 | 101 | 0 | 33 | 16 | 233 | 103 | 72 |
| Binary | 1001110 | 11011100 | 10100001 | 1000001 | 0 | 11011 | 1110 | 10011011 | 1000011 | 111010 |
Color Harmonies of #4EDCA1
Complementary color
Monochromatic Colors of #4EDCA1
Black with #4EDCA1
Text Example
Text Example
White with #4EDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCA1; }
p { color: rgb(78,220,161); }
H1.HeaderClassName
{
color: #4EDCA1;
}
.AnyTagClassName
{
color: #4EDCA1;
}
</style>
background-color css
<style>
a { background-color: #4EDCA1; }
a { background-color: rgb(78,220,161); }
div.DivClassName
{
background-color: #4EDCA1;
}
.BgClassName
{
background-color: #4EDCA1;
}
</style>
border-color css
<style>
span { border-color: #4EDCA1; }
span { border-color: rgb(78,220,161); }
td.TdClassName
{
border-color: #4EDCA1;
}
.TagClassName
{
border-color: #4EDCA1;
}
</style>