COLOR #50B6C0

HEX: #50B6C0 RGB: (80,182,192)

Color info

#50B6C0 contains mainly green and blue colors. Web safe color of #50B6C0 is #66CCCC (or #6CC).

RGB color model

#50B6C0 color RGB value is (80,182,192).

RGB: (80,182,192) (31%, 71%, 75%)

RGB channels and saturation

R 80 of 255 = 31%
G 182 of 255 = 71%
B 192 of 255 = 75%

80
182
192

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

Portions of RGB colors in percentages

R + G + B = 80 + 182 + 192 = 454 (100%)
R 80 of 454 ~ 17.62%
G 182 of 454 ~ 40.09%
B 192 of 454 ~ 42.29'%

%17.62
%40.09
%42.29

CMYK color model

#50B6C0 color CMYK value is (58,5,0,25).

  • cyan value is 58.33%
  • magenta value is 5.21%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (58,5,0,25) C58M5Y0K25 (58%,5%,0%,25%) (0.58/0.05/0.00/0.25) 

CMYK percentages

%58.33
%5.21
%0
%24.71

Codes

Color #50B6C0 in popluar color models

50 B6 C0
RGB 80 182 192
HSL 185° 47.06% 53.33%
HSB/HSV 185° 58.33% 75.29%
CMYK 58.33% 5.21% 0.00%
24.71%

Color #50B6C0 in popluar number systems.

HEX 50 B6 C0
Decimal 80 182 192
Binary 1010000 10110110 11000000
Octal 120 266 300

Shades and tints

Shades of #50B6C0

#50B6C0
(80,182,192)
#49A6AF
(73,166,175)
#42969E
(66,150,158)
#3B868D
(59,134,141)
#34767C
(52,118,124)
#2D666B
(45,102,107)
#26565A
(38,86,90)
#1F4649
(31,70,73)
#183638
(24,54,56)
#112627
(17,38,39)
#0A1616
(10,22,22)
#000000
(0,0,0)

Tints of #50B6C0

#50B6C0
(80,182,192)
#5FBCC5
(95,188,197)
#6EC2CA
(110,194,202)
#7DC8CF
(125,200,207)
#8CCED4
(140,206,212)
#9BD4D9
(155,212,217)
#AADADE
(170,218,222)
#B9E0E3
(185,224,227)
#C8E6E8
(200,230,232)
#D7ECED
(215,236,237)
#E6F2F2
(230,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50B6C0; }

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

This text font color is #50B6C0.

Background Color

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

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

This div background color is #50B6C0.

Border color

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

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

This div border color is #50B6C0.

Opacity

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

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

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

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

This text has shadow with #50B6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50B6C0.

Preview

Color preview on black background

This text has color #50B6C0 on black background.


Color preview on white background

This text has color #50B6C0 on white background.


Black color preview on #50B6C0 background

This text has black color on #50B6C0 background.


White color preview on #50B6C0 background

This text has white color on #50B6C0 background.


Related colors

Complementary color

Complementary color for #hex is #AF493F.


I love getcolorcode.com

Triadic colors

1 #C050B6 and #B6C050 with #50B6C0 are triadic colors.

2 #C0B650 and #B650C0 with #50B6C0 are triadic colors.