#4EEDAD

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

Shades of Medium Aquamarine #4EEDAD

Tints of Medium Aquamarine #4EEDAD

Color information

#4EEDAD (or 0x4EEDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, ED and AD. RGB value is (78,237,173). Sum of RGB (Red+Green+Blue) = 78+237+173=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EEDAD is #B11252. Grayscale: #B6B6B6. Windows color (decimal): -11604563 or 11398478. OLE color: 11398478.

HSL color Cylindrical-coordinate representation of color #4EEDAD: hue angle of 155.85º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDAD is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB78237173-
CMYK0.6700.270.07
HSL155.85º81.54%61.76%-
HSV(B)155.85º67.09%92.94%-
XYZ40.9765.2149.96-
YUV182.16122.8253.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.98%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=15.98%
G=48.57%
B=35.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782371730.6700.270.07155.8581.5461.76
Hex4EEDAD4301B79c523e
Octal116355255103033723412276
Binary100111011101101101011011000011011011111100111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,237,173); }

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

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

 a { background-color: rgb(78,237,173); }

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

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

 span { border-color: rgb(78,237,173); }

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