COLOR #50D4CD

HEX: #50D4CD
RGB: (80,212,205)

Color info

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

RGB color model

#50D4CD color RGB value is (80,212,205).

  • red value is 80;
  • green value is 212;
  • blue value is 205.
RGB:
(80,212,205)
(31%,83%,80%)

RGB channels and saturation

R 80 of 255 = 31%
G 212 of 255 = 83%
B 205 of 255 = 80%

80
212
205

R + G + B ~ 65%. #50D4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 212 + 205 = 497 (100%)
R 80 of 497 ~ 16.1%
G 212 of 497 ~ 42.66%
B 205 of 497 ~ 41.25%

%16.1
%42.66
%41.25

CMYK color model

#50D4CD color CMYK value is (62,0,3,17).

  • cyan value is 62.26%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 16.86%
CMYK:
(62,0,3,17)
C62M0Y3K17 
(62%,0%,3%,17%)
(0.62/0.00/0.03/0.17)	

CMYK percentages

%62.26
%0
%3.3
%16.86

Codes

Color #50D4CD in popluar color models

50D4CD
RGB80212205
HSL177°60.55%57.25%
HSB/HSV177°62.26%83.14%
CMYK62.26%0.00%3.30%
16.86%

Color #50D4CD in popluar number systems.

HEX50D4CD
Decimal80212205
Binary10100001101010011001101
Octal120324315

Shades and tints

Shades of #50D4CD

#50D4CD
(80,212,205)
#49C1BB
(73,193,187)
#42AEA9
(66,174,169)
#3B9B97
(59,155,151)
#348885
(52,136,133)
#2D7573
(45,117,115)
#266261
(38,98,97)
#1F4F4F
(31,79,79)
#183C3D
(24,60,61)
#11292B
(17,41,43)
#0A1619
(10,22,25)
#000000
(0,0,0)

Tints of #50D4CD

#50D4CD
(80,212,205)
#5FD7D1
(95,215,209)
#6EDAD5
(110,218,213)
#7DDDD9
(125,221,217)
#8CE0DD
(140,224,221)
#9BE3E1
(155,227,225)
#AAE6E5
(170,230,229)
#B9E9E9
(185,233,233)
#C8ECED
(200,236,237)
#D7EFF1
(215,239,241)
#E6F2F5
(230,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50D4CD color. Also use rgb(80,212,205) instead hex code.

Text Font Color

.myTextColor { color: #50D4CD; }

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

This text font color is #50D4CD.


Background Color

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

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

This div background color is #50D4CD.


Border color

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

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

This div border color is #50D4CD.


Opacity

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

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

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

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

This text has shadow with #50D4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50D4CD on black background.


Color preview on white background

This text has color #50D4CD on white background.



Black color preview on #50D4CD background

This text has black color on #50D4CD background.


White color preview on #50D4CD background

This text has white color on #50D4CD background.