COLOR #50A9AF

HEX: #50A9AF
RGB: (80,169,175)

Color info

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

RGB color model

#50A9AF color RGB value is (80,169,175).

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

RGB channels and saturation

R 80 of 255 = 31%
G 169 of 255 = 66%
B 175 of 255 = 69%

80
169
175

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

Portions of RGB colors in percentages

R + G + B =
80 + 169 + 175 = 424 (100%)
R 80 of 424 ~ 18.87%
G 169 of 424 ~ 39.86%
B 175 of 424 ~ 41.27%

%18.87
%39.86
%41.27

CMYK color model

#50A9AF color CMYK value is (54,3,0,31).

  • cyan value is 54.29%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(54,3,0,31)
C54M3Y0K31 
(54%,3%,0%,31%)
(0.54/0.03/0.00/0.31)	

CMYK percentages

%54.29
%3.43
%0
%31.37

Codes

Color #50A9AF in popluar color models

50A9AF
RGB80169175
HSL184°37.25%50.00%
HSB/HSV184°54.29%68.63%
CMYK54.29%3.43%0.00%
31.37%

Color #50A9AF in popluar number systems.

HEX50A9AF
Decimal80169175
Binary10100001010100110101111
Octal120251257

Shades and tints

Shades of #50A9AF

#50A9AF
(80,169,175)
#499AA0
(73,154,160)
#428B91
(66,139,145)
#3B7C82
(59,124,130)
#346D73
(52,109,115)
#2D5E64
(45,94,100)
#264F55
(38,79,85)
#1F4046
(31,64,70)
#183137
(24,49,55)
#112228
(17,34,40)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #50A9AF

#50A9AF
(80,169,175)
#5FB0B6
(95,176,182)
#6EB7BD
(110,183,189)
#7DBEC4
(125,190,196)
#8CC5CB
(140,197,203)
#9BCCD2
(155,204,210)
#AAD3D9
(170,211,217)
#B9DAE0
(185,218,224)
#C8E1E7
(200,225,231)
#D7E8EE
(215,232,238)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A9AF; }

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

This text font color is #50A9AF.


Background Color

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

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

This div background color is #50A9AF.


Border color

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

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

This div border color is #50A9AF.


Opacity

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

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

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

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

This text has shadow with #50A9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A9AF on black background.


Color preview on white background

This text has color #50A9AF on white background.



Black color preview on #50A9AF background

This text has black color on #50A9AF background.


White color preview on #50A9AF background

This text has white color on #50A9AF background.