#4EDCA9

Color #4EDCA9 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4EDCA9

Tints of Medium Aquamarine #4EDCA9

Color information

#4EDCA9 (or 0x4EDCA9) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, DC and A9. RGB value is (78,220,169). Sum of RGB (Red+Green+Blue) = 78+220+169=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDCA9 is #B12356. Grayscale: #ABABAB. Windows color (decimal): -11608919 or 11131982. OLE color: 11131982.

HSL color Cylindrical-coordinate representation of color #4EDCA9: hue angle of 158.45º 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 #4EDCA9 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB78220169-
CMYK0.6500.230.14
HSL158.45º66.98%58.43%-
HSV(B)158.45º64.55%86.27%-
XYZ35.955.6746.39-
YUV171.73126.4661.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 16.70%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=16.70%
G=47.11%
B=36.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782201690.6500.230.14158.4566.9858.43
Hex4EDCA941017E9e433a
Octal1163342511010271623610372
Binary1001110110111001010100110000010101111110100111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EDCA9; }

 p { color: rgb(78,220,169); }

 H1.HeaderClassName
 {
   color: #4EDCA9;
 }
 .AnyTagClassName
 {
   color: #4EDCA9;
 }
</style>
background-color css

<style>
 a { background-color: #4EDCA9; }

 a { background-color: rgb(78,220,169); }

 div.DivClassName
 {
   background-color: #4EDCA9;
 }
 .BgClassName
 {
   background-color: #4EDCA9;
 }
</style>
border-color css

<style>
 span { border-color: #4EDCA9; }

 span { border-color: rgb(78,220,169); }

 td.TdClassName
 {
   border-color: #4EDCA9;
 }
 .TagClassName
 {
   border-color: #4EDCA9;
 }
</style>