COLOR #50C8A1

HEX: #50C8A1
RGB: (80,200,161)

Color info

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

RGB color model

#50C8A1 color RGB value is (80,200,161).

  • red value is 80;
  • green value is 200;
  • blue value is 161.
RGB:
(80,200,161)
(31%,78%,63%)

RGB channels and saturation

R 80 of 255 = 31%
G 200 of 255 = 78%
B 161 of 255 = 63%

80
200
161

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

Portions of RGB colors in percentages

R + G + B =
80 + 200 + 161 = 441 (100%)
R 80 of 441 ~ 18.14%
G 200 of 441 ~ 45.35%
B 161 of 441 ~ 36.51%

%18.14
%45.35
%36.51

CMYK color model

#50C8A1 color CMYK value is (60,0,20,22).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 19.50%
  • key color value is 21.57%
CMYK:
(60,0,20,22)
C60M0Y20K22 
(60%,0%,20%,22%)
(0.60/0.00/0.20/0.22)	

CMYK percentages

%60
%0
%19.5
%21.57

Codes

Color #50C8A1 in popluar color models

50C8A1
RGB80200161
HSL161°52.17%54.90%
HSB/HSV161°60.00%78.43%
CMYK60.00%0.00%19.50%
21.57%

Color #50C8A1 in popluar number systems.

HEX50C8A1
Decimal80200161
Binary10100001100100010100001
Octal120310241

Shades and tints

Shades of #50C8A1

#50C8A1
(80,200,161)
#49B693
(73,182,147)
#42A485
(66,164,133)
#3B9277
(59,146,119)
#348069
(52,128,105)
#2D6E5B
(45,110,91)
#265C4D
(38,92,77)
#1F4A3F
(31,74,63)
#183831
(24,56,49)
#112623
(17,38,35)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #50C8A1

#50C8A1
(80,200,161)
#5FCDA9
(95,205,169)
#6ED2B1
(110,210,177)
#7DD7B9
(125,215,185)
#8CDCC1
(140,220,193)
#9BE1C9
(155,225,201)
#AAE6D1
(170,230,209)
#B9EBD9
(185,235,217)
#C8F0E1
(200,240,225)
#D7F5E9
(215,245,233)
#E6FAF1
(230,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C8A1 color. Also use rgb(80,200,161) instead hex code.

Text Font Color

.myTextColor { color: #50C8A1; }

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

This text font color is #50C8A1.


Background Color

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

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

This div background color is #50C8A1.


Border color

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

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

This div border color is #50C8A1.


Opacity

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

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

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

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

This text has shadow with #50C8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C8A1 on black background.


Color preview on white background

This text has color #50C8A1 on white background.



Black color preview on #50C8A1 background

This text has black color on #50C8A1 background.


White color preview on #50C8A1 background

This text has white color on #50C8A1 background.