#5EDCAC

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

Shades of Medium Aquamarine #5EDCAC

Tints of Medium Aquamarine #5EDCAC

Color information

#5EDCAC (or 0x5EDCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DC and AC. RGB value is (94,220,172). Sum of RGB (Red+Green+Blue) = 94+220+172=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDCAC is #A12353. Grayscale: #B0B0B0. Windows color (decimal): -10560340 or 11328606. OLE color: 11328606.

HSL color Cylindrical-coordinate representation of color #5EDCAC: hue angle of 157.14º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCAC is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB94220172-
CMYK0.5700.220.14
HSL157.14º64.29%61.57%-
HSV(B)157.14º57.27%86.27%-
XYZ37.6656.5447.96-
YUV176.85125.2668.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.34%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=19.34%
G=45.27%
B=35.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942201720.5700.220.14157.1464.2961.57
Hex5EDCAC39016E9d403e
Octal136334254710261623510076
Binary101111011011100101011001110010101101110100111011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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