COLOR #50AB9A

HEX: #50AB9A RGB: (80,171,154)

Color info

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

RGB color model

#50AB9A color RGB value is (80,171,154).

RGB: (80,171,154) (31%, 67%, 60%)

RGB channels and saturation

R 80 of 255 = 31%
G 171 of 255 = 67%
B 154 of 255 = 60%

80
171
154

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

Portions of RGB colors in percentages

R + G + B = 80 + 171 + 154 = 405 (100%)
R 80 of 405 ~ 19.75%
G 171 of 405 ~ 42.22%
B 154 of 405 ~ 38.02'%

%19.75
%42.22
%38.02

CMYK color model

#50AB9A color CMYK value is (53,0,10,33).

  • cyan value is 53.22%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 32.94%

CMYK: (53,0,10,33)
C53M0Y10K33 (53%, 0%, 10%, 33%)
(0.53 / 0.00 / 0.10 / 0.33)

CMYK percentages

%53.22
%0
%9.94
%32.94

Codes

Color #50AB9A in popluar color models

50 AB 9A
RGB 80 171 154
HSL 169° 36.25% 49.22%
HSB/HSV 169° 53.22% 67.06%
CMYK 53.22% 0.00% 9.94%
32.94%

Color #50AB9A in popluar number systems.

HEX 50 AB 9A
Decimal 80 171 154
Binary 1010000 10101011 10011010
Octal 120 253 232

Shades and tints

Shades of #50AB9A

#50AB9A
(80,171,154)
#499C8C
(73,156,140)
#428D7E
(66,141,126)
#3B7E70
(59,126,112)
#346F62
(52,111,98)
#2D6054
(45,96,84)
#265146
(38,81,70)
#1F4238
(31,66,56)
#18332A
(24,51,42)
#11241C
(17,36,28)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #50AB9A

#50AB9A
(80,171,154)
#5FB2A3
(95,178,163)
#6EB9AC
(110,185,172)
#7DC0B5
(125,192,181)
#8CC7BE
(140,199,190)
#9BCEC7
(155,206,199)
#AAD5D0
(170,213,208)
#B9DCD9
(185,220,217)
#C8E3E2
(200,227,226)
#D7EAEB
(215,234,235)
#E6F1F4
(230,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AB9A color. Also use rgb(80,171,154) instead hex code.

Text Font Color

.myTextColor { color: #50AB9A; }

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

This text font color is #50AB9A.

Background Color

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

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

This div background color is #50AB9A.

Border color

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

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

This div border color is #50AB9A.

Opacity

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

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

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

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

This text has shadow with #50AB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50AB9A.

Preview

Color preview on black background

This text has color #50AB9A on black background.


Color preview on white background

This text has color #50AB9A on white background.


Black color preview on #50AB9A background

This text has black color on #50AB9A background.


White color preview on #50AB9A background

This text has white color on #50AB9A background.


Related colors

Complementary color

Complementary color for #hex is #AF5465.


I love getcolorcode.com

Triadic colors

1 #9A50AB and #AB9A50 with #50AB9A are triadic colors.

2 #9AAB50 and #AB509A with #50AB9A are triadic colors.