#4EDCB5

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

Shades of Medium Aquamarine #4EDCB5

Tints of Medium Aquamarine #4EDCB5

Color information

#4EDCB5 (or 0x4EDCB5) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, DC and B5. RGB value is (78,220,181). Sum of RGB (Red+Green+Blue) = 78+220+181=479 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.28% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCB5 is #B1234A. Grayscale: #ADADAD. Windows color (decimal): -11608907 or 11918414. OLE color: 11918414.

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

Color convert

RGB78220181-
CMYK0.6500.180.14
HSL163.52º66.98%58.43%-
HSV(B)163.52º64.55%86.27%-
XYZ37.0856.1452.6-
YUV173.1132.4660.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.28%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=16.28%
G=45.93%
B=37.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782201810.6500.180.14163.5266.9858.43
Hex4EDCB541012Ea4433a
Octal1163342651010221624410372
Binary1001110110111001011010110000010100101110101001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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