COLOR #50B6A9

HEX: #50B6A9 RGB: (80,182,169)

Color info

#50B6A9 contains mainly green and blue colors. Web safe color of #50B6A9 is #66CC99 (or #6C9).

RGB color model

#50B6A9 color RGB value is (80,182,169).

RGB: (80,182,169) (31%, 71%, 66%)

RGB channels and saturation

R 80 of 255 = 31%
G 182 of 255 = 71%
B 169 of 255 = 66%

80
182
169

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

Portions of RGB colors in percentages

R + G + B = 80 + 182 + 169 = 431 (100%)
R 80 of 431 ~ 18.56%
G 182 of 431 ~ 42.23%
B 169 of 431 ~ 39.21'%

%18.56
%42.23
%39.21

CMYK color model

#50B6A9 color CMYK value is (56,0,7,29).

  • cyan value is 56.04%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 28.63%

CMYK: (56,0,7,29)
C56M0Y7K29 (56%, 0%, 7%, 29%)
(0.56 / 0.00 / 0.07 / 0.29)

CMYK percentages

%56.04
%0
%7.14
%28.63

Codes

Color #50B6A9 in popluar color models

50 B6 A9
RGB 80 182 169
HSL 172° 41.13% 51.37%
HSB/HSV 172° 56.04% 71.37%
CMYK 56.04% 0.00% 7.14%
28.63%

Color #50B6A9 in popluar number systems.

HEX 50 B6 A9
Decimal 80 182 169
Binary 1010000 10110110 10101001
Octal 120 266 251

Shades and tints

Shades of #50B6A9

#50B6A9
(80,182,169)
#49A69A
(73,166,154)
#42968B
(66,150,139)
#3B867C
(59,134,124)
#34766D
(52,118,109)
#2D665E
(45,102,94)
#26564F
(38,86,79)
#1F4640
(31,70,64)
#183631
(24,54,49)
#112622
(17,38,34)
#0A1613
(10,22,19)
#000000
(0,0,0)

Tints of #50B6A9

#50B6A9
(80,182,169)
#5FBCB0
(95,188,176)
#6EC2B7
(110,194,183)
#7DC8BE
(125,200,190)
#8CCEC5
(140,206,197)
#9BD4CC
(155,212,204)
#AADAD3
(170,218,211)
#B9E0DA
(185,224,218)
#C8E6E1
(200,230,225)
#D7ECE8
(215,236,232)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50B6A9; }

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

This text font color is #50B6A9.

Background Color

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

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

This div background color is #50B6A9.

Border color

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

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

This div border color is #50B6A9.

Opacity

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

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

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

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

This text has shadow with #50B6A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50B6A9.

Preview

Color preview on black background

This text has color #50B6A9 on black background.


Color preview on white background

This text has color #50B6A9 on white background.


Black color preview on #50B6A9 background

This text has black color on #50B6A9 background.


White color preview on #50B6A9 background

This text has white color on #50B6A9 background.


Related colors

Complementary color

Complementary color for #hex is #AF4956.


I love getcolorcode.com

Triadic colors

1 #A950B6 and #B6A950 with #50B6A9 are triadic colors.

2 #A9B650 and #B650A9 with #50B6A9 are triadic colors.