COLOR #50A999

HEX: #50A999
RGB: (80,169,153)

Color info

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

RGB color model

#50A999 color RGB value is (80,169,153).

  • red value is 80;
  • green value is 169;
  • blue value is 153.
RGB:
(80,169,153)
(31%,66%,60%)

RGB channels and saturation

R 80 of 255 = 31%
G 169 of 255 = 66%
B 153 of 255 = 60%

80
169
153

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

Portions of RGB colors in percentages

R + G + B =
80 + 169 + 153 = 402 (100%)
R 80 of 402 ~ 19.9%
G 169 of 402 ~ 42.04%
B 153 of 402 ~ 38.06%

%19.9
%42.04
%38.06

CMYK color model

#50A999 color CMYK value is (53,0,9,34).

  • cyan value is 52.66%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 33.73%
CMYK:
(53,0,9,34)
C53M0Y9K34 
(53%,0%,9%,34%)
(0.53/0.00/0.09/0.34)	

CMYK percentages

%52.66
%0
%9.47
%33.73

Codes

Color #50A999 in popluar color models

50A999
RGB80169153
HSL169°35.74%48.82%
HSB/HSV169°52.66%66.27%
CMYK52.66%0.00%9.47%
33.73%

Color #50A999 in popluar number systems.

HEX50A999
Decimal80169153
Binary10100001010100110011001
Octal120251231

Shades and tints

Shades of #50A999

#50A999
(80,169,153)
#499A8C
(73,154,140)
#428B7F
(66,139,127)
#3B7C72
(59,124,114)
#346D65
(52,109,101)
#2D5E58
(45,94,88)
#264F4B
(38,79,75)
#1F403E
(31,64,62)
#183131
(24,49,49)
#112224
(17,34,36)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #50A999

#50A999
(80,169,153)
#5FB0A2
(95,176,162)
#6EB7AB
(110,183,171)
#7DBEB4
(125,190,180)
#8CC5BD
(140,197,189)
#9BCCC6
(155,204,198)
#AAD3CF
(170,211,207)
#B9DAD8
(185,218,216)
#C8E1E1
(200,225,225)
#D7E8EA
(215,232,234)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A999 color. Also use rgb(80,169,153) instead hex code.

Text Font Color

.myTextColor { color: #50A999; }

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

This text font color is #50A999.


Background Color

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

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

This div background color is #50A999.


Border color

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

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

This div border color is #50A999.


Opacity

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

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

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

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

This text has shadow with #50A999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A999 on black background.


Color preview on white background

This text has color #50A999 on white background.



Black color preview on #50A999 background

This text has black color on #50A999 background.


White color preview on #50A999 background

This text has white color on #50A999 background.