#4ED5B2

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

Shades of Medium Aquamarine #4ED5B2

Tints of Medium Aquamarine #4ED5B2

Color information

#4ED5B2 (or 0x4ED5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, D5 and B2. RGB value is (78,213,178). Sum of RGB (Red+Green+Blue) = 78+213+178=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED5B2 is #B12A4D. Grayscale: #A8A8A8. Windows color (decimal): -11610702 or 11720014. OLE color: 11720014.

HSL color Cylindrical-coordinate representation of color #4ED5B2: hue angle of 164.44º 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 #4ED5B2 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB78213178-
CMYK0.6300.160.16
HSL164.44º61.64%57.06%-
HSV(B)164.44º63.38%83.53%-
XYZ34.9752.4250.39-
YUV168.64133.2763.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.63%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=16.63%
G=45.42%
B=37.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal782131780.6300.160.16164.4461.6457.06
Hex4ED5B23F01010a43e39
Octal11632526277020202447671
Binary100111011010101101100101111110100001000010100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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