COLOR #50AAA0

HEX: #50AAA0
RGB: (80,170,160)

Color info

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

RGB color model

#50AAA0 color RGB value is (80,170,160).

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

RGB channels and saturation

R 80 of 255 = 31%
G 170 of 255 = 67%
B 160 of 255 = 63%

80
170
160

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

Portions of RGB colors in percentages

R + G + B =
80 + 170 + 160 = 410 (100%)
R 80 of 410 ~ 19.51%
G 170 of 410 ~ 41.46%
B 160 of 410 ~ 39.02%

%19.51
%41.46
%39.02

CMYK color model

#50AAA0 color CMYK value is (53,0,6,33).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 33.33%
CMYK:
(53,0,6,33)
C53M0Y6K33 
(53%,0%,6%,33%)
(0.53/0.00/0.06/0.33)	

CMYK percentages

%52.94
%0
%5.88
%33.33

Codes

Color #50AAA0 in popluar color models

50AAA0
RGB80170160
HSL173°36.00%49.02%
HSB/HSV173°52.94%66.67%
CMYK52.94%0.00%5.88%
33.33%

Color #50AAA0 in popluar number systems.

HEX50AAA0
Decimal80170160
Binary10100001010101010100000
Octal120252240

Shades and tints

Shades of #50AAA0

#50AAA0
(80,170,160)
#499B92
(73,155,146)
#428C84
(66,140,132)
#3B7D76
(59,125,118)
#346E68
(52,110,104)
#2D5F5A
(45,95,90)
#26504C
(38,80,76)
#1F413E
(31,65,62)
#183230
(24,50,48)
#112322
(17,35,34)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #50AAA0

#50AAA0
(80,170,160)
#5FB1A8
(95,177,168)
#6EB8B0
(110,184,176)
#7DBFB8
(125,191,184)
#8CC6C0
(140,198,192)
#9BCDC8
(155,205,200)
#AAD4D0
(170,212,208)
#B9DBD8
(185,219,216)
#C8E2E0
(200,226,224)
#D7E9E8
(215,233,232)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AAA0; }

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

This text font color is #50AAA0.


Background Color

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

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

This div background color is #50AAA0.


Border color

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

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

This div border color is #50AAA0.


Opacity

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

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

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

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

This text has shadow with #50AAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AAA0 on black background.


Color preview on white background

This text has color #50AAA0 on white background.



Black color preview on #50AAA0 background

This text has black color on #50AAA0 background.


White color preview on #50AAA0 background

This text has white color on #50AAA0 background.