#5ED5AB

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

Shades of Medium Aquamarine #5ED5AB

Tints of Medium Aquamarine #5ED5AB

Color information

#5ED5AB (or 0x5ED5AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D5 and AB. RGB value is (94,213,171). Sum of RGB (Red+Green+Blue) = 94+213+171=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED5AB is #A12A54. Grayscale: #ACACAC. Windows color (decimal): -10562133 or 11261278. OLE color: 11261278.

HSL color Cylindrical-coordinate representation of color #5ED5AB: hue angle of 158.82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED5AB is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB94213171-
CMYK0.5600.200.16
HSL158.82º58.62%60.2%-
HSV(B)158.82º55.87%83.53%-
XYZ35.7652.9146.86-
YUV172.63127.0871.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.67%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=19.67%
G=44.56%
B=35.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal942131710.5600.200.16158.8258.6260.2
Hex5ED5AB38014109f3b3c
Octal13632525370024202377374
Binary101111011010101101010111110000101001000010011111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,213,171); }

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

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

 a { background-color: rgb(94,213,171); }

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

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

 span { border-color: rgb(94,213,171); }

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