COLOR #50B7A0

HEX: #50B7A0
RGB: (80,183,160)

Color info

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

RGB color model

#50B7A0 color RGB value is (80,183,160).

  • red value is 80;
  • green value is 183;
  • blue value is 160.
RGB:
(80,183,160)
(31%,72%,63%)

RGB channels and saturation

R 80 of 255 = 31%
G 183 of 255 = 72%
B 160 of 255 = 63%

80
183
160

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

Portions of RGB colors in percentages

R + G + B =
80 + 183 + 160 = 423 (100%)
R 80 of 423 ~ 18.91%
G 183 of 423 ~ 43.26%
B 160 of 423 ~ 37.83%

%18.91
%43.26
%37.83

CMYK color model

#50B7A0 color CMYK value is (56,0,13,28).

  • cyan value is 56.28%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 28.24%
CMYK:
(56,0,13,28)
C56M0Y13K28 
(56%,0%,13%,28%)
(0.56/0.00/0.13/0.28)	

CMYK percentages

%56.28
%0
%12.57
%28.24

Codes

Color #50B7A0 in popluar color models

50B7A0
RGB80183160
HSL167°41.70%51.57%
HSB/HSV167°56.28%71.76%
CMYK56.28%0.00%12.57%
28.24%

Color #50B7A0 in popluar number systems.

HEX50B7A0
Decimal80183160
Binary10100001011011110100000
Octal120267240

Shades and tints

Shades of #50B7A0

#50B7A0
(80,183,160)
#49A792
(73,167,146)
#429784
(66,151,132)
#3B8776
(59,135,118)
#347768
(52,119,104)
#2D675A
(45,103,90)
#26574C
(38,87,76)
#1F473E
(31,71,62)
#183730
(24,55,48)
#112722
(17,39,34)
#0A1714
(10,23,20)
#000000
(0,0,0)

Tints of #50B7A0

#50B7A0
(80,183,160)
#5FBDA8
(95,189,168)
#6EC3B0
(110,195,176)
#7DC9B8
(125,201,184)
#8CCFC0
(140,207,192)
#9BD5C8
(155,213,200)
#AADBD0
(170,219,208)
#B9E1D8
(185,225,216)
#C8E7E0
(200,231,224)
#D7EDE8
(215,237,232)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B7A0 color. Also use rgb(80,183,160) instead hex code.

Text Font Color

.myTextColor { color: #50B7A0; }

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

This text font color is #50B7A0.


Background Color

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

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

This div background color is #50B7A0.


Border color

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

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

This div border color is #50B7A0.


Opacity

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

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

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

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

This text has shadow with #50B7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B7A0 on black background.


Color preview on white background

This text has color #50B7A0 on white background.



Black color preview on #50B7A0 background

This text has black color on #50B7A0 background.


White color preview on #50B7A0 background

This text has white color on #50B7A0 background.