COLOR #50AEA5

HEX: #50AEA5
RGB: (80,174,165)

Color info

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

RGB color model

#50AEA5 color RGB value is (80,174,165).

  • red value is 80;
  • green value is 174;
  • blue value is 165.
RGB:
(80,174,165)
(31%,68%,65%)

RGB channels and saturation

R 80 of 255 = 31%
G 174 of 255 = 68%
B 165 of 255 = 65%

80
174
165

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

Portions of RGB colors in percentages

R + G + B =
80 + 174 + 165 = 419 (100%)
R 80 of 419 ~ 19.09%
G 174 of 419 ~ 41.53%
B 165 of 419 ~ 39.38%

%19.09
%41.53
%39.38

CMYK color model

#50AEA5 color CMYK value is (54,0,5,32).

  • cyan value is 54.02%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(54,0,5,32)
C54M0Y5K32 
(54%,0%,5%,32%)
(0.54/0.00/0.05/0.32)	

CMYK percentages

%54.02
%0
%5.17
%31.76

Codes

Color #50AEA5 in popluar color models

50AEA5
RGB80174165
HSL174°37.01%49.80%
HSB/HSV174°54.02%68.24%
CMYK54.02%0.00%5.17%
31.76%

Color #50AEA5 in popluar number systems.

HEX50AEA5
Decimal80174165
Binary10100001010111010100101
Octal120256245

Shades and tints

Shades of #50AEA5

#50AEA5
(80,174,165)
#499F96
(73,159,150)
#429087
(66,144,135)
#3B8178
(59,129,120)
#347269
(52,114,105)
#2D635A
(45,99,90)
#26544B
(38,84,75)
#1F453C
(31,69,60)
#18362D
(24,54,45)
#11271E
(17,39,30)
#0A180F
(10,24,15)
#000000
(0,0,0)

Tints of #50AEA5

#50AEA5
(80,174,165)
#5FB5AD
(95,181,173)
#6EBCB5
(110,188,181)
#7DC3BD
(125,195,189)
#8CCAC5
(140,202,197)
#9BD1CD
(155,209,205)
#AAD8D5
(170,216,213)
#B9DFDD
(185,223,221)
#C8E6E5
(200,230,229)
#D7EDED
(215,237,237)
#E6F4F5
(230,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AEA5; }

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

This text font color is #50AEA5.


Background Color

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

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

This div background color is #50AEA5.


Border color

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

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

This div border color is #50AEA5.


Opacity

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

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

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

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

This text has shadow with #50AEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AEA5 on black background.


Color preview on white background

This text has color #50AEA5 on white background.



Black color preview on #50AEA5 background

This text has black color on #50AEA5 background.


White color preview on #50AEA5 background

This text has white color on #50AEA5 background.