#5EDDAE

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

Shades of Medium Aquamarine #5EDDAE

Tints of Medium Aquamarine #5EDDAE

Color information

#5EDDAE (or 0x5EDDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DD and AE. RGB value is (94,221,174). Sum of RGB (Red+Green+Blue) = 94+221+174=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDDAE is #A12251. Grayscale: #B1B1B1. Windows color (decimal): -10560082 or 11459934. OLE color: 11459934.

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

Color convert

RGB94221174-
CMYK0.5700.210.13
HSL157.8º65.13%61.76%-
HSV(B)157.8º57.47%86.67%-
XYZ38.1157.1549.07-
YUV177.67125.9268.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.22%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=19.22%
G=45.19%
B=35.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942211740.5700.210.13157.865.1361.76
Hex5EDDAE39015D9e413e
Octal136335256710251523610176
Binary101111011011101101011101110010101011101100111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,221,174); }

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

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

 a { background-color: rgb(94,221,174); }

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

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

 span { border-color: rgb(94,221,174); }

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