COLOR #50DDCC

HEX: #50DDCC RGB: (80,221,204)

Color info

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

RGB color model

#50DDCC color RGB value is (80,221,204).

RGB: (80,221,204) (31%, 87%, 80%)

RGB channels and saturation

R 80 of 255 = 31%
G 221 of 255 = 87%
B 204 of 255 = 80%

80
221
204

R + G + B ~ 66%. #50DDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 80 + 221 + 204 = 505 (100%)
R 80 of 505 ~ 15.84%
G 221 of 505 ~ 43.76%
B 204 of 505 ~ 40.4'%

%15.84
%43.76
%40.4

CMYK color model

#50DDCC color CMYK value is (64,0,8,13).

  • cyan value is 63.80%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%

CMYK: (64,0,8,13)
C64M0Y8K13 (64%, 0%, 8%, 13%)
(0.64 / 0.00 / 0.08 / 0.13)

CMYK percentages

%63.8
%0
%7.69
%13.33

Codes

Color #50DDCC in popluar color models

50 DD CC
RGB 80 221 204
HSL 173° 67.46% 59.02%
HSB/HSV 173° 63.80% 86.67%
CMYK 63.80% 0.00% 7.69%
13.33%

Color #50DDCC in popluar number systems.

HEX 50 DD CC
Decimal 80 221 204
Binary 1010000 11011101 11001100
Octal 120 335 314

Shades and tints

Shades of #50DDCC

#50DDCC
(80,221,204)
#49C9BA
(73,201,186)
#42B5A8
(66,181,168)
#3BA196
(59,161,150)
#348D84
(52,141,132)
#2D7972
(45,121,114)
#266560
(38,101,96)
#1F514E
(31,81,78)
#183D3C
(24,61,60)
#11292A
(17,41,42)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #50DDCC

#50DDCC
(80,221,204)
#5FE0D0
(95,224,208)
#6EE3D4
(110,227,212)
#7DE6D8
(125,230,216)
#8CE9DC
(140,233,220)
#9BECE0
(155,236,224)
#AAEFE4
(170,239,228)
#B9F2E8
(185,242,232)
#C8F5EC
(200,245,236)
#D7F8F0
(215,248,240)
#E6FBF4
(230,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50DDCC; }

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

This text font color is #50DDCC.

Background Color

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

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

This div background color is #50DDCC.

Border color

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

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

This div border color is #50DDCC.

Opacity

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

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

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

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

This text has shadow with #50DDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50DDCC.

Preview

Color preview on black background

This text has color #50DDCC on black background.


Color preview on white background

This text has color #50DDCC on white background.


Black color preview on #50DDCC background

This text has black color on #50DDCC background.


White color preview on #50DDCC background

This text has white color on #50DDCC background.


Related colors

Complementary color

Complementary color for #hex is #AF2233.


I love getcolorcode.com

Triadic colors

1 #CC50DD and #DDCC50 with #50DDCC are triadic colors.

2 #CCDD50 and #DD50CC with #50DDCC are triadic colors.