#5ED6B0

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

Shades of Medium Aquamarine #5ED6B0

Tints of Medium Aquamarine #5ED6B0

Color information

#5ED6B0 (or 0x5ED6B0) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D6 and B0. RGB value is (94,214,176). Sum of RGB (Red+Green+Blue) = 94+214+176=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED6B0 is #A1294F. Grayscale: #ADADAD. Windows color (decimal): -10561872 or 11589214. OLE color: 11589214.

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

Color convert

RGB94214176-
CMYK0.5600.180.16
HSL161º59.41%60.39%-
HSV(B)161º56.07%83.92%-
XYZ36.553.6149.5-
YUV173.79129.2471.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=19.42%
G=44.21%
B=36.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal942141760.5600.180.1616159.4160.39
Hex5ED6B03801210a13b3c
Octal13632626070022202417374
Binary101111011010110101100001110000100101000010100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,214,176); }

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

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

 a { background-color: rgb(94,214,176); }

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

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

 span { border-color: rgb(94,214,176); }

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