COLOR #50E8D8

HEX: #50E8D8
RGB: (80,232,216)

Color info

#50E8D8 contains mainly green and blue colors. Web safe color of #50E8D8 is #66FFCC (or #6FC).

RGB color model

#50E8D8 color RGB value is (80,232,216).

  • red value is 80;
  • green value is 232;
  • blue value is 216.
RGB:
(80,232,216)
(31%,91%,85%)

RGB channels and saturation

R 80 of 255 = 31%
G 232 of 255 = 91%
B 216 of 255 = 85%

80
232
216

R + G + B ~ 69%. #50E8D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 232 + 216 = 528 (100%)
R 80 of 528 ~ 15.15%
G 232 of 528 ~ 43.94%
B 216 of 528 ~ 40.91%

%15.15
%43.94
%40.91

CMYK color model

#50E8D8 color CMYK value is (66,0,7,9).

  • cyan value is 65.52%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 9.02%
CMYK:
(66,0,7,9)
C66M0Y7K9 
(66%,0%,7%,9%)
(0.66/0.00/0.07/0.09)	

CMYK percentages

%65.52
%0
%6.9
%9.02

Codes

Color #50E8D8 in popluar color models

50E8D8
RGB80232216
HSL174°76.77%61.18%
HSB/HSV174°65.52%90.98%
CMYK65.52%0.00%6.90%
9.02%

Color #50E8D8 in popluar number systems.

HEX50E8D8
Decimal80232216
Binary10100001110100011011000
Octal120350330

Shades and tints

Shades of #50E8D8

#50E8D8
(80,232,216)
#49D3C5
(73,211,197)
#42BEB2
(66,190,178)
#3BA99F
(59,169,159)
#34948C
(52,148,140)
#2D7F79
(45,127,121)
#266A66
(38,106,102)
#1F5553
(31,85,83)
#184040
(24,64,64)
#112B2D
(17,43,45)
#0A161A
(10,22,26)
#000000
(0,0,0)

Tints of #50E8D8

#50E8D8
(80,232,216)
#5FEADB
(95,234,219)
#6EECDE
(110,236,222)
#7DEEE1
(125,238,225)
#8CF0E4
(140,240,228)
#9BF2E7
(155,242,231)
#AAF4EA
(170,244,234)
#B9F6ED
(185,246,237)
#C8F8F0
(200,248,240)
#D7FAF3
(215,250,243)
#E6FCF6
(230,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E8D8 color. Also use rgb(80,232,216) instead hex code.

Text Font Color

.myTextColor { color: #50E8D8; }

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

This text font color is #50E8D8.


Background Color

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

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

This div background color is #50E8D8.


Border color

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

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

This div border color is #50E8D8.


Opacity

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

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

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

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

This text has shadow with #50E8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E8D8 on black background.


Color preview on white background

This text has color #50E8D8 on white background.



Black color preview on #50E8D8 background

This text has black color on #50E8D8 background.


White color preview on #50E8D8 background

This text has white color on #50E8D8 background.