#5ED5B5

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

Shades of Medium Aquamarine #5ED5B5

Tints of Medium Aquamarine #5ED5B5

Color information

#5ED5B5 (or 0x5ED5B5) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D5 and B5. RGB value is (94,213,181). Sum of RGB (Red+Green+Blue) = 94+213+181=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED5B5 is #A12A4A. Grayscale: #ADADAD. Windows color (decimal): -10562123 or 11916638. OLE color: 11916638.

HSL color Cylindrical-coordinate representation of color #5ED5B5: hue angle of 163.87º 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 #5ED5B5 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB94213181-
CMYK0.5600.150.16
HSL163.87º58.62%60.2%-
HSV(B)163.87º55.87%83.53%-
XYZ36.7553.352.07-
YUV173.77132.0871.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.26%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=19.26%
G=43.65%
B=37.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal942131810.5600.150.16163.8758.6260.2
Hex5ED5B5380F10a43b3c
Octal13632526570017202447374
Binary10111101101010110110101111000011111000010100100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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