COLOR #50CBB1

HEX: #50CBB1
RGB: (80,203,177)

Color info

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

RGB color model

#50CBB1 color RGB value is (80,203,177).

  • red value is 80;
  • green value is 203;
  • blue value is 177.
RGB:
(80,203,177)
(31%,80%,69%)

RGB channels and saturation

R 80 of 255 = 31%
G 203 of 255 = 80%
B 177 of 255 = 69%

80
203
177

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

Portions of RGB colors in percentages

R + G + B =
80 + 203 + 177 = 460 (100%)
R 80 of 460 ~ 17.39%
G 203 of 460 ~ 44.13%
B 177 of 460 ~ 38.48%

%17.39
%44.13
%38.48

CMYK color model

#50CBB1 color CMYK value is (61,0,13,20).

  • cyan value is 60.59%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 20.39%
CMYK:
(61,0,13,20)
C61M0Y13K20 
(61%,0%,13%,20%)
(0.61/0.00/0.13/0.20)	

CMYK percentages

%60.59
%0
%12.81
%20.39

Codes

Color #50CBB1 in popluar color models

50CBB1
RGB80203177
HSL167°54.19%55.49%
HSB/HSV167°60.59%79.61%
CMYK60.59%0.00%12.81%
20.39%

Color #50CBB1 in popluar number systems.

HEX50CBB1
Decimal80203177
Binary10100001100101110110001
Octal120313261

Shades and tints

Shades of #50CBB1

#50CBB1
(80,203,177)
#49B9A1
(73,185,161)
#42A791
(66,167,145)
#3B9581
(59,149,129)
#348371
(52,131,113)
#2D7161
(45,113,97)
#265F51
(38,95,81)
#1F4D41
(31,77,65)
#183B31
(24,59,49)
#112921
(17,41,33)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #50CBB1

#50CBB1
(80,203,177)
#5FCFB8
(95,207,184)
#6ED3BF
(110,211,191)
#7DD7C6
(125,215,198)
#8CDBCD
(140,219,205)
#9BDFD4
(155,223,212)
#AAE3DB
(170,227,219)
#B9E7E2
(185,231,226)
#C8EBE9
(200,235,233)
#D7EFF0
(215,239,240)
#E6F3F7
(230,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CBB1 color. Also use rgb(80,203,177) instead hex code.

Text Font Color

.myTextColor { color: #50CBB1; }

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

This text font color is #50CBB1.


Background Color

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

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

This div background color is #50CBB1.


Border color

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

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

This div border color is #50CBB1.


Opacity

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

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

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

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

This text has shadow with #50CBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50CBB1 on black background.


Color preview on white background

This text has color #50CBB1 on white background.



Black color preview on #50CBB1 background

This text has black color on #50CBB1 background.


White color preview on #50CBB1 background

This text has white color on #50CBB1 background.