#50DA9D

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

Shades of Medium Aquamarine #50DA9D

Tints of Medium Aquamarine #50DA9D

Color information

#50DA9D (or 0x50DA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DA and 9D. RGB value is (80,218,157). Sum of RGB (Red+Green+Blue) = 80+218+157=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA9D is #AF2562. Grayscale: #A9A9A9. Windows color (decimal): -11478371 or 10345040. OLE color: 10345040.

HSL color Cylindrical-coordinate representation of color #50DA9D: hue angle of 153.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DA9D is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB80218157-
CMYK0.6300.280.15
HSL153.48º65.09%58.43%-
HSV(B)153.48º63.3%85.49%-
XYZ34.4754.2840.56-
YUV169.78120.7863.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 218 (85.55% from 255) = 47.91%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=17.58%
G=47.91%
B=34.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802181570.6300.280.15153.4865.0958.43
Hex50DA9D3F01CF99413a
Octal120332235770341723110172
Binary101000011011010100111011111110111001111100110011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,218,157); }

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

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

 a { background-color: rgb(80,218,157); }

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

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

 span { border-color: rgb(80,218,157); }

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