#4EDBA6

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

Shades of Medium Aquamarine #4EDBA6

Tints of Medium Aquamarine #4EDBA6

Color information

#4EDBA6 (or 0x4EDBA6) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, DB and A6. RGB value is (78,219,166). Sum of RGB (Red+Green+Blue) = 78+219+166=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDBA6 is #B12459. Grayscale: #AAAAAA. Windows color (decimal): -11609178 or 10935118. OLE color: 10935118.

HSL color Cylindrical-coordinate representation of color #4EDBA6: hue angle of 157.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDBA6 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB78219166-
CMYK0.6400.240.14
HSL157.45º66.2%58.24%-
HSV(B)157.45º64.38%85.88%-
XYZ35.3655.0444.84-
YUV170.8125.2961.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.85%
GREEN value IS 219 (85.94% from 255) = 47.30%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=16.85%
G=47.30%
B=35.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782191660.6400.240.14157.4566.258.24
Hex4EDBA640018E9d423a
Octal1163332461000301623510272
Binary1001110110110111010011010000000110001110100111011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,219,166); }

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

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

 a { background-color: rgb(78,219,166); }

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

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

 span { border-color: rgb(78,219,166); }

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