COLOR #50A894

HEX: #50A894
RGB: (80,168,148)

Color info

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

RGB color model

#50A894 color RGB value is (80,168,148).

  • red value is 80;
  • green value is 168;
  • blue value is 148.
RGB:
(80,168,148)
(31%,66%,58%)

RGB channels and saturation

R 80 of 255 = 31%
G 168 of 255 = 66%
B 148 of 255 = 58%

80
168
148

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

Portions of RGB colors in percentages

R + G + B =
80 + 168 + 148 = 396 (100%)
R 80 of 396 ~ 20.2%
G 168 of 396 ~ 42.42%
B 148 of 396 ~ 37.37%

%20.2
%42.42
%37.37

CMYK color model

#50A894 color CMYK value is (52,0,12,34).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(52,0,12,34)
C52M0Y12K34 
(52%,0%,12%,34%)
(0.52/0.00/0.12/0.34)	

CMYK percentages

%52.38
%0
%11.9
%34.12

Codes

Color #50A894 in popluar color models

50A894
RGB80168148
HSL166°35.48%48.63%
HSB/HSV166°52.38%65.88%
CMYK52.38%0.00%11.90%
34.12%

Color #50A894 in popluar number systems.

HEX50A894
Decimal80168148
Binary10100001010100010010100
Octal120250224

Shades and tints

Shades of #50A894

#50A894
(80,168,148)
#499987
(73,153,135)
#428A7A
(66,138,122)
#3B7B6D
(59,123,109)
#346C60
(52,108,96)
#2D5D53
(45,93,83)
#264E46
(38,78,70)
#1F3F39
(31,63,57)
#18302C
(24,48,44)
#11211F
(17,33,31)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #50A894

#50A894
(80,168,148)
#5FAF9D
(95,175,157)
#6EB6A6
(110,182,166)
#7DBDAF
(125,189,175)
#8CC4B8
(140,196,184)
#9BCBC1
(155,203,193)
#AAD2CA
(170,210,202)
#B9D9D3
(185,217,211)
#C8E0DC
(200,224,220)
#D7E7E5
(215,231,229)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A894 color. Also use rgb(80,168,148) instead hex code.

Text Font Color

.myTextColor { color: #50A894; }

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

This text font color is #50A894.


Background Color

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

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

This div background color is #50A894.


Border color

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

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

This div border color is #50A894.


Opacity

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

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

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

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

This text has shadow with #50A894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A894 on black background.


Color preview on white background

This text has color #50A894 on white background.



Black color preview on #50A894 background

This text has black color on #50A894 background.


White color preview on #50A894 background

This text has white color on #50A894 background.