#50E5AE

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

Shades of Medium Aquamarine #50E5AE

Tints of Medium Aquamarine #50E5AE

Color information

#50E5AE (or 0x50E5AE) is unknown color: approx Medium Aquamarine. HEX triplet: 50, E5 and AE. RGB value is (80,229,174). Sum of RGB (Red+Green+Blue) = 80+229+174=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E5AE is #AF1A51. Grayscale: #B2B2B2. Windows color (decimal): -11475538 or 11461968. OLE color: 11461968.

HSL color Cylindrical-coordinate representation of color #50E5AE: hue angle of 157.85º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5AE is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB80229174-
CMYK0.6500.240.10
HSL157.85º74.13%60.59%-
HSV(B)157.85º65.07%89.8%-
XYZ38.9760.849.73-
YUV178.18125.6457.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 229 (89.84% from 255) = 47.41%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=16.56%
G=47.41%
B=36.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802291740.6500.240.10157.8574.1360.59
Hex50E5AE41018A9e4a3d
Octal1203452561010301223611275
Binary1010000111001011010111010000010110001010100111101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50E5AE; }

 p { color: rgb(80,229,174); }

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

<style>
 a { background-color: #50E5AE; }

 a { background-color: rgb(80,229,174); }

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

<style>
 span { border-color: #50E5AE; }

 span { border-color: rgb(80,229,174); }

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