COLOR #50AE9D

HEX: #50AE9D RGB: (80,174,157)

Color info

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

RGB color model

#50AE9D color RGB value is (80,174,157).

RGB: (80,174,157) (31%, 68%, 62%)

RGB channels and saturation

R 80 of 255 = 31%
G 174 of 255 = 68%
B 157 of 255 = 62%

80
174
157

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

Portions of RGB colors in percentages

R + G + B = 80 + 174 + 157 = 411 (100%)
R 80 of 411 ~ 19.46%
G 174 of 411 ~ 42.34%
B 157 of 411 ~ 38.2'%

%19.46
%42.34
%38.2

CMYK color model

#50AE9D color CMYK value is (54,0,10,32).

  • cyan value is 54.02%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 31.76%

CMYK: (54,0,10,32)
C54M0Y10K32 (54%, 0%, 10%, 32%)
(0.54 / 0.00 / 0.10 / 0.32)

CMYK percentages

%54.02
%0
%9.77
%31.76

Codes

Color #50AE9D in popluar color models

50 AE 9D
RGB 80 174 157
HSL 169° 37.01% 49.80%
HSB/HSV 169° 54.02% 68.24%
CMYK 54.02% 0.00% 9.77%
31.76%

Color #50AE9D in popluar number systems.

HEX 50 AE 9D
Decimal 80 174 157
Binary 1010000 10101110 10011101
Octal 120 256 235

Shades and tints

Shades of #50AE9D

#50AE9D
(80,174,157)
#499F8F
(73,159,143)
#429081
(66,144,129)
#3B8173
(59,129,115)
#347265
(52,114,101)
#2D6357
(45,99,87)
#265449
(38,84,73)
#1F453B
(31,69,59)
#18362D
(24,54,45)
#11271F
(17,39,31)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #50AE9D

#50AE9D
(80,174,157)
#5FB5A5
(95,181,165)
#6EBCAD
(110,188,173)
#7DC3B5
(125,195,181)
#8CCABD
(140,202,189)
#9BD1C5
(155,209,197)
#AAD8CD
(170,216,205)
#B9DFD5
(185,223,213)
#C8E6DD
(200,230,221)
#D7EDE5
(215,237,229)
#E6F4ED
(230,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AE9D color. Also use rgb(80,174,157) instead hex code.

Text Font Color

.myTextColor { color: #50AE9D; }

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

This text font color is #50AE9D.

Background Color

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

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

This div background color is #50AE9D.

Border color

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

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

This div border color is #50AE9D.

Opacity

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

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

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

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

This text has shadow with #50AE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50AE9D.

Preview

Color preview on black background

This text has color #50AE9D on black background.


Color preview on white background

This text has color #50AE9D on white background.


Black color preview on #50AE9D background

This text has black color on #50AE9D background.


White color preview on #50AE9D background

This text has white color on #50AE9D background.


Related colors

Complementary color

Complementary color for #hex is #AF5162.


I love getcolorcode.com

Triadic colors

1 #9D50AE and #AE9D50 with #50AE9D are triadic colors.

2 #9DAE50 and #AE509D with #50AE9D are triadic colors.