COLOR #50B39E

HEX: #50B39E RGB: (80,179,158)

Color info

#50B39E contains mainly green and blue colors. Web safe color of #50B39E is #669999 (or #699).

RGB color model

#50B39E color RGB value is (80,179,158).

RGB: (80,179,158) (31%, 70%, 62%)

RGB channels and saturation

R 80 of 255 = 31%
G 179 of 255 = 70%
B 158 of 255 = 62%

80
179
158

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

Portions of RGB colors in percentages

R + G + B = 80 + 179 + 158 = 417 (100%)
R 80 of 417 ~ 19.18%
G 179 of 417 ~ 42.93%
B 158 of 417 ~ 37.89'%

%19.18
%42.93
%37.89

CMYK color model

#50B39E color CMYK value is (55,0,12,30).

  • cyan value is 55.31%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 29.80%

CMYK: (55,0,12,30)
C55M0Y12K30 (55%, 0%, 12%, 30%)
(0.55 / 0.00 / 0.12 / 0.30)

CMYK percentages

%55.31
%0
%11.73
%29.8

Codes

Color #50B39E in popluar color models

50 B3 9E
RGB 80 179 158
HSL 167° 39.44% 50.78%
HSB/HSV 167° 55.31% 70.20%
CMYK 55.31% 0.00% 11.73%
29.80%

Color #50B39E in popluar number systems.

HEX 50 B3 9E
Decimal 80 179 158
Binary 1010000 10110011 10011110
Octal 120 263 236

Shades and tints

Shades of #50B39E

#50B39E
(80,179,158)
#49A390
(73,163,144)
#429382
(66,147,130)
#3B8374
(59,131,116)
#347366
(52,115,102)
#2D6358
(45,99,88)
#26534A
(38,83,74)
#1F433C
(31,67,60)
#18332E
(24,51,46)
#112320
(17,35,32)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #50B39E

#50B39E
(80,179,158)
#5FB9A6
(95,185,166)
#6EBFAE
(110,191,174)
#7DC5B6
(125,197,182)
#8CCBBE
(140,203,190)
#9BD1C6
(155,209,198)
#AAD7CE
(170,215,206)
#B9DDD6
(185,221,214)
#C8E3DE
(200,227,222)
#D7E9E6
(215,233,230)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B39E color. Also use rgb(80,179,158) instead hex code.

Text Font Color

.myTextColor { color: #50B39E; }

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

This text font color is #50B39E.

Background Color

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

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

This div background color is #50B39E.

Border color

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

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

This div border color is #50B39E.

Opacity

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

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

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

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

This text has shadow with #50B39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50B39E.

Preview

Color preview on black background

This text has color #50B39E on black background.


Color preview on white background

This text has color #50B39E on white background.


Black color preview on #50B39E background

This text has black color on #50B39E background.


White color preview on #50B39E background

This text has white color on #50B39E background.


Related colors

Complementary color

Complementary color for #hex is #AF4C61.


I love getcolorcode.com

Triadic colors

1 #9E50B3 and #B39E50 with #50B39E are triadic colors.

2 #9EB350 and #B3509E with #50B39E are triadic colors.