COLOR #50B989

HEX: #50B989
RGB: (80,185,137)

Color info

#50B989 contains mainly green and blue colors. Web safe color of #50B989 is #66CC99 (or #6C9).

RGB color model

#50B989 color RGB value is (80,185,137).

  • red value is 80;
  • green value is 185;
  • blue value is 137.
RGB:
(80,185,137)
(31%,73%,54%)

RGB channels and saturation

R 80 of 255 = 31%
G 185 of 255 = 73%
B 137 of 255 = 54%

80
185
137

R + G + B ~ 53%. #50B989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 185 + 137 = 402 (100%)
R 80 of 402 ~ 19.9%
G 185 of 402 ~ 46.02%
B 137 of 402 ~ 34.08%

%19.9
%46.02
%34.08

CMYK color model

#50B989 color CMYK value is (57,0,26,27).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 27.45%
CMYK:
(57,0,26,27)
C57M0Y26K27 
(57%,0%,26%,27%)
(0.57/0.00/0.26/0.27)	

CMYK percentages

%56.76
%0
%25.95
%27.45

Codes

Color #50B989 in popluar color models

50B989
RGB80185137
HSL153°42.86%51.96%
HSB/HSV153°56.76%72.55%
CMYK56.76%0.00%25.95%
27.45%

Color #50B989 in popluar number systems.

HEX50B989
Decimal80185137
Binary10100001011100110001001
Octal120271211

Shades and tints

Shades of #50B989

#50B989
(80,185,137)
#49A97D
(73,169,125)
#429971
(66,153,113)
#3B8965
(59,137,101)
#347959
(52,121,89)
#2D694D
(45,105,77)
#265941
(38,89,65)
#1F4935
(31,73,53)
#183929
(24,57,41)
#11291D
(17,41,29)
#0A1911
(10,25,17)
#000000
(0,0,0)

Tints of #50B989

#50B989
(80,185,137)
#5FBF93
(95,191,147)
#6EC59D
(110,197,157)
#7DCBA7
(125,203,167)
#8CD1B1
(140,209,177)
#9BD7BB
(155,215,187)
#AADDC5
(170,221,197)
#B9E3CF
(185,227,207)
#C8E9D9
(200,233,217)
#D7EFE3
(215,239,227)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B989 color. Also use rgb(80,185,137) instead hex code.

Text Font Color

.myTextColor { color: #50B989; }

<p style="color:#50B989">This sample text font color is #50B989.</p>

This text font color is #50B989.


Background Color

.myBgColor { background-color: #50B989; }

<div style="background-color:#50B989">Inner text</div>

This div background color is #50B989.


Border color

.myBorderColor { border: 1px solid #50B989; }

<div style="border:3px solid #50B989">Div</div>

This div border color is #50B989.


Opacity

.myOpacity80 { color: #50B989; opacity: 0.8; }

<p style="color:#50B989;opacity:0.8;">80%</p>

Text with #50B989 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50B989;}

<p style="text-shadow: 3px 3px 1px #50B989">Text here.</p>

This text has shadow with #50B989 color.

.textShadow {text-shadow: 3px 3px 1px #50B989, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50B989, 5px 5px 20px red">Text here.</p>

This text has shadow with #50B989 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50B989, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50B989, Direction=45, Strength=4)">Text</p>

This text has shadow with #50B989 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #50B989;
  -webkit-box-shadow:	1px 1px 3px 2px #50B989;
  box-shadow:		1px 1px 3px 2px #50B989;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50B989;
-webkit-box-shadow: 1px 1px 3px 2px #50B989;
box-shadow:1px 1px 3px 2px #50B989;">
Div content here</div>
This div box has shadow with color #50B989.

Preview

Color preview on black background

This text has color #50B989 on black background.


Color preview on white background

This text has color #50B989 on white background.



Black color preview on #50B989 background

This text has black color on #50B989 background.


White color preview on #50B989 background

This text has white color on #50B989 background.