COLOR #50E5D5

HEX: #50E5D5
RGB: (80,229,213)

Color info

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

RGB color model

#50E5D5 color RGB value is (80,229,213).

  • red value is 80;
  • green value is 229;
  • blue value is 213.
RGB:
(80,229,213)
(31%,90%,84%)

RGB channels and saturation

R 80 of 255 = 31%
G 229 of 255 = 90%
B 213 of 255 = 84%

80
229
213

R + G + B ~ 68%. #50E5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 229 + 213 = 522 (100%)
R 80 of 522 ~ 15.33%
G 229 of 522 ~ 43.87%
B 213 of 522 ~ 40.8%

%15.33
%43.87
%40.8

CMYK color model

#50E5D5 color CMYK value is (65,0,7,10).

  • cyan value is 65.07%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 10.20%
CMYK:
(65,0,7,10)
C65M0Y7K10 
(65%,0%,7%,10%)
(0.65/0.00/0.07/0.10)	

CMYK percentages

%65.07
%0
%6.99
%10.2

Codes

Color #50E5D5 in popluar color models

50E5D5
RGB80229213
HSL174°74.13%60.59%
HSB/HSV174°65.07%89.80%
CMYK65.07%0.00%6.99%
10.20%

Color #50E5D5 in popluar number systems.

HEX50E5D5
Decimal80229213
Binary10100001110010111010101
Octal120345325

Shades and tints

Shades of #50E5D5

#50E5D5
(80,229,213)
#49D1C2
(73,209,194)
#42BDAF
(66,189,175)
#3BA99C
(59,169,156)
#349589
(52,149,137)
#2D8176
(45,129,118)
#266D63
(38,109,99)
#1F5950
(31,89,80)
#18453D
(24,69,61)
#11312A
(17,49,42)
#0A1D17
(10,29,23)
#000000
(0,0,0)

Tints of #50E5D5

#50E5D5
(80,229,213)
#5FE7D8
(95,231,216)
#6EE9DB
(110,233,219)
#7DEBDE
(125,235,222)
#8CEDE1
(140,237,225)
#9BEFE4
(155,239,228)
#AAF1E7
(170,241,231)
#B9F3EA
(185,243,234)
#C8F5ED
(200,245,237)
#D7F7F0
(215,247,240)
#E6F9F3
(230,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E5D5 color. Also use rgb(80,229,213) instead hex code.

Text Font Color

.myTextColor { color: #50E5D5; }

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

This text font color is #50E5D5.


Background Color

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

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

This div background color is #50E5D5.


Border color

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

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

This div border color is #50E5D5.


Opacity

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

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

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

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

This text has shadow with #50E5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E5D5 on black background.


Color preview on white background

This text has color #50E5D5 on white background.



Black color preview on #50E5D5 background

This text has black color on #50E5D5 background.


White color preview on #50E5D5 background

This text has white color on #50E5D5 background.