#5EDEAD

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

Shades of Medium Aquamarine #5EDEAD

Tints of Medium Aquamarine #5EDEAD

Color information

#5EDEAD (or 0x5EDEAD) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DE and AD. RGB value is (94,222,173). Sum of RGB (Red+Green+Blue) = 94+222+173=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEAD is #A12152. Grayscale: #B2B2B2. Windows color (decimal): -10559827 or 11394654. OLE color: 11394654.

HSL color Cylindrical-coordinate representation of color #5EDEAD: hue angle of 157.03º 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 #5EDEAD is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB94222173-
CMYK0.5800.220.13
HSL157.03º65.98%61.96%-
HSV(B)157.03º57.66%87.06%-
XYZ38.2857.6448.64-
YUV178.14125.0967.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.22%
GREEN value IS 222 (87.11% from 255) = 45.40%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=19.22%
G=45.40%
B=35.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942221730.5800.220.13157.0365.9861.96
Hex5EDEAD3A016D9d423e
Octal136336255720261523510276
Binary101111011011110101011011110100101101101100111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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