COLOR #50DACD

HEX: #50DACD
RGB: (80,218,205)

Color info

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

RGB color model

#50DACD color RGB value is (80,218,205).

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

RGB channels and saturation

R 80 of 255 = 31%
G 218 of 255 = 85%
B 205 of 255 = 80%

80
218
205

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

Portions of RGB colors in percentages

R + G + B =
80 + 218 + 205 = 503 (100%)
R 80 of 503 ~ 15.9%
G 218 of 503 ~ 43.34%
B 205 of 503 ~ 40.76%

%15.9
%43.34
%40.76

CMYK color model

#50DACD color CMYK value is (63,0,6,15).

  • cyan value is 63.30%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 14.51%
CMYK:
(63,0,6,15)
C63M0Y6K15 
(63%,0%,6%,15%)
(0.63/0.00/0.06/0.15)	

CMYK percentages

%63.3
%0
%5.96
%14.51

Codes

Color #50DACD in popluar color models

50DACD
RGB80218205
HSL174°65.09%58.43%
HSB/HSV174°63.30%85.49%
CMYK63.30%0.00%5.96%
14.51%

Color #50DACD in popluar number systems.

HEX50DACD
Decimal80218205
Binary10100001101101011001101
Octal120332315

Shades and tints

Shades of #50DACD

#50DACD
(80,218,205)
#49C7BB
(73,199,187)
#42B4A9
(66,180,169)
#3BA197
(59,161,151)
#348E85
(52,142,133)
#2D7B73
(45,123,115)
#266861
(38,104,97)
#1F554F
(31,85,79)
#18423D
(24,66,61)
#112F2B
(17,47,43)
#0A1C19
(10,28,25)
#000000
(0,0,0)

Tints of #50DACD

#50DACD
(80,218,205)
#5FDDD1
(95,221,209)
#6EE0D5
(110,224,213)
#7DE3D9
(125,227,217)
#8CE6DD
(140,230,221)
#9BE9E1
(155,233,225)
#AAECE5
(170,236,229)
#B9EFE9
(185,239,233)
#C8F2ED
(200,242,237)
#D7F5F1
(215,245,241)
#E6F8F5
(230,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50DACD; }

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

This text font color is #50DACD.


Background Color

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

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

This div background color is #50DACD.


Border color

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

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

This div border color is #50DACD.


Opacity

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

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

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

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

This text has shadow with #50DACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50DACD on black background.


Color preview on white background

This text has color #50DACD on white background.



Black color preview on #50DACD background

This text has black color on #50DACD background.


White color preview on #50DACD background

This text has white color on #50DACD background.