#5EDDAA

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

Shades of Medium Aquamarine #5EDDAA

Tints of Medium Aquamarine #5EDDAA

Color information

#5EDDAA (or 0x5EDDAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DD and AA. RGB value is (94,221,170). Sum of RGB (Red+Green+Blue) = 94+221+170=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDDAA is #A12255. Grayscale: #B1B1B1. Windows color (decimal): -10560086 or 11197790. OLE color: 11197790.

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

Color convert

RGB94221170-
CMYK0.5700.230.13
HSL155.91º65.13%61.76%-
HSV(B)155.91º57.47%86.67%-
XYZ37.7356.9947.04-
YUV177.21123.9268.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.38%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=19.38%
G=45.57%
B=35.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942211700.5700.230.13155.9165.1361.76
Hex5EDDAA39017D9c413e
Octal136335252710271523410176
Binary101111011011101101010101110010101111101100111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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