COLOR #50B996

HEX: #50B996
RGB: (80,185,150)

Color info

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

RGB color model

#50B996 color RGB value is (80,185,150).

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

RGB channels and saturation

R 80 of 255 = 31%
G 185 of 255 = 73%
B 150 of 255 = 59%

80
185
150

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

Portions of RGB colors in percentages

R + G + B =
80 + 185 + 150 = 415 (100%)
R 80 of 415 ~ 19.28%
G 185 of 415 ~ 44.58%
B 150 of 415 ~ 36.14%

%19.28
%44.58
%36.14

CMYK color model

#50B996 color CMYK value is (57,0,19,27).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(57,0,19,27)
C57M0Y19K27 
(57%,0%,19%,27%)
(0.57/0.00/0.19/0.27)	

CMYK percentages

%56.76
%0
%18.92
%27.45

Codes

Color #50B996 in popluar color models

50B996
RGB80185150
HSL160°42.86%51.96%
HSB/HSV160°56.76%72.55%
CMYK56.76%0.00%18.92%
27.45%

Color #50B996 in popluar number systems.

HEX50B996
Decimal80185150
Binary10100001011100110010110
Octal120271226

Shades and tints

Shades of #50B996

#50B996
(80,185,150)
#49A989
(73,169,137)
#42997C
(66,153,124)
#3B896F
(59,137,111)
#347962
(52,121,98)
#2D6955
(45,105,85)
#265948
(38,89,72)
#1F493B
(31,73,59)
#18392E
(24,57,46)
#112921
(17,41,33)
#0A1914
(10,25,20)
#000000
(0,0,0)

Tints of #50B996

#50B996
(80,185,150)
#5FBF9F
(95,191,159)
#6EC5A8
(110,197,168)
#7DCBB1
(125,203,177)
#8CD1BA
(140,209,186)
#9BD7C3
(155,215,195)
#AADDCC
(170,221,204)
#B9E3D5
(185,227,213)
#C8E9DE
(200,233,222)
#D7EFE7
(215,239,231)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50B996; }

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

This text font color is #50B996.


Background Color

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

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

This div background color is #50B996.


Border color

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

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

This div border color is #50B996.


Opacity

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

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

Text with #50B996 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 #50B996;}

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

This text has shadow with #50B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B996 on black background.


Color preview on white background

This text has color #50B996 on white background.



Black color preview on #50B996 background

This text has black color on #50B996 background.


White color preview on #50B996 background

This text has white color on #50B996 background.