#5edeac

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

Shades of Medium Aquamarine #5EDEAC

Tints of Medium Aquamarine #5EDEAC

Color information

#5EDEAC (or 0x5EDEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DE and AC. RGB value is (94,222,172). Sum of RGB (Red+Green+Blue) = 94+222+172=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEAC is #A12153. Grayscale: #B2B2B2. Windows color (decimal): -10559828 or 11329118. OLE color: 11329118.

HSL color Cylindrical-coordinate representation of color #5EDEAC: hue angle of 156.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEAC is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB94222172-
CMYK0.5800.230.13
HSL156.56º65.98%61.96%-
HSV(B)156.56º57.66%87.06%-
XYZ38.1857.648.14-
YUV178.03124.5968.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.26%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=19.26%
G=45.49%
B=35.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942221720.5800.230.13156.5665.9861.96
Hex5EDEAC3A017D9d423e
Octal136336254720271523510276
Binary101111011011110101011001110100101111101100111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5edeac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5edeac; }

 p { color: rgb(94,222,172); }

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

<style>
 a { background-color: #5edeac; }

 a { background-color: rgb(94,222,172); }

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

<style>
 span { border-color: #5edeac; }

 span { border-color: rgb(94,222,172); }

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