#50b984

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

Shades of Emerald #50B984

Tints of Emerald #50B984

Color information

#50B984 (or 0x50B984) is unknown color: approx Emerald. HEX triplet: 50, B9 and 84. RGB value is (80,185,132). Sum of RGB (Red+Green+Blue) = 80+185+132=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #50B984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B984 is #AF467B. Grayscale: #939393. Windows color (decimal): -11486844 or 8698192. OLE color: 8698192.

HSL color Cylindrical-coordinate representation of color #50B984: hue angle of 149.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B984 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB80185132-
CMYK0.5700.290.27
HSL149.71º42.86%51.96%-
HSV(B)149.71º56.76%72.55%-
XYZ24.8238.0727.87-
YUV147.56119.2179.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=20.15%
G=46.60%
B=33.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851320.5700.290.27149.7142.8651.96
Hex50B9843901D1B962b34
Octal12027120471035332265364
Binary101000010111001100001001110010111011101110010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,132); }

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

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

 a { background-color: rgb(80,185,132); }

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

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

 span { border-color: rgb(80,185,132); }

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