#4ED5AE

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

Shades of Medium Aquamarine #4ED5AE

Tints of Medium Aquamarine #4ED5AE

Color information

#4ED5AE (or 0x4ED5AE) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, D5 and AE. RGB value is (78,213,174). Sum of RGB (Red+Green+Blue) = 78+213+174=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED5AE is #B12A51. Grayscale: #A8A8A8. Windows color (decimal): -11610706 or 11457870. OLE color: 11457870.

HSL color Cylindrical-coordinate representation of color #4ED5AE: hue angle of 162.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED5AE is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB78213174-
CMYK0.6300.180.16
HSL162.67º61.64%57.06%-
HSV(B)162.67º63.38%83.53%-
XYZ34.5852.2648.31-
YUV168.19131.2763.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.77%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=16.77%
G=45.81%
B=37.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal782131740.6300.180.16162.6761.6457.06
Hex4ED5AE3F01210a33e39
Octal11632525677022202437671
Binary100111011010101101011101111110100101000010100011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,213,174); }

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

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

 a { background-color: rgb(78,213,174); }

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

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

 span { border-color: rgb(78,213,174); }

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