COLOR #50F9CC

HEX: #50F9CC
RGB: (80,249,204)

Color info

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

RGB color model

#50F9CC color RGB value is (80,249,204).

  • red value is 80;
  • green value is 249;
  • blue value is 204.
RGB:
(80,249,204)
(31%,98%,80%)

RGB channels and saturation

R 80 of 255 = 31%
G 249 of 255 = 98%
B 204 of 255 = 80%

80
249
204

R + G + B ~ 70%. #50F9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 249 + 204 = 533 (100%)
R 80 of 533 ~ 15.01%
G 249 of 533 ~ 46.72%
B 204 of 533 ~ 38.27%

%15.01
%46.72
%38.27

CMYK color model

#50F9CC color CMYK value is (68,0,18,2).

  • cyan value is 67.87%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(68,0,18,2)
C68M0Y18K2 
(68%,0%,18%,2%)
(0.68/0.00/0.18/0.02)	

CMYK percentages

%67.87
%0
%18.07
%2.35

Codes

Color #50F9CC in popluar color models

50F9CC
RGB80249204
HSL164°93.37%64.51%
HSB/HSV164°67.87%97.65%
CMYK67.87%0.00%18.07%
2.35%

Color #50F9CC in popluar number systems.

HEX50F9CC
Decimal80249204
Binary10100001111100111001100
Octal120371314

Shades and tints

Shades of #50F9CC

#50F9CC
(80,249,204)
#49E3BA
(73,227,186)
#42CDA8
(66,205,168)
#3BB796
(59,183,150)
#34A184
(52,161,132)
#2D8B72
(45,139,114)
#267560
(38,117,96)
#1F5F4E
(31,95,78)
#18493C
(24,73,60)
#11332A
(17,51,42)
#0A1D18
(10,29,24)
#000000
(0,0,0)

Tints of #50F9CC

#50F9CC
(80,249,204)
#5FF9D0
(95,249,208)
#6EF9D4
(110,249,212)
#7DF9D8
(125,249,216)
#8CF9DC
(140,249,220)
#9BF9E0
(155,249,224)
#AAF9E4
(170,249,228)
#B9F9E8
(185,249,232)
#C8F9EC
(200,249,236)
#D7F9F0
(215,249,240)
#E6F9F4
(230,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50F9CC color. Also use rgb(80,249,204) instead hex code.

Text Font Color

.myTextColor { color: #50F9CC; }

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

This text font color is #50F9CC.


Background Color

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

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

This div background color is #50F9CC.


Border color

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

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

This div border color is #50F9CC.


Opacity

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

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

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

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

This text has shadow with #50F9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50F9CC on black background.


Color preview on white background

This text has color #50F9CC on white background.



Black color preview on #50F9CC background

This text has black color on #50F9CC background.


White color preview on #50F9CC background

This text has white color on #50F9CC background.