COLOR #50CDBD

HEX: #50CDBD RGB: (80,205,189)

Color info

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

RGB color model

#50CDBD color RGB value is (80,205,189).

RGB: (80,205,189) (31%, 80%, 74%)

RGB channels and saturation

R 80 of 255 = 31%
G 205 of 255 = 80%
B 189 of 255 = 74%

80
205
189

R + G + B ~ 62%. #50CDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 80 + 205 + 189 = 474 (100%)
R 80 of 474 ~ 16.88%
G 205 of 474 ~ 43.25%
B 189 of 474 ~ 39.87'%

%16.88
%43.25
%39.87

CMYK color model

#50CDBD color CMYK value is (61,0,8,20).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 19.61%

CMYK: (61,0,8,20)
C61M0Y8K20 (61%, 0%, 8%, 20%)
(0.61 / 0.00 / 0.08 / 0.20)

CMYK percentages

%60.98
%0
%7.8
%19.61

Codes

Color #50CDBD in popluar color models

50 CD BD
RGB 80 205 189
HSL 172° 55.56% 55.88%
HSB/HSV 172° 60.98% 80.39%
CMYK 60.98% 0.00% 7.80%
19.61%

Color #50CDBD in popluar number systems.

HEX 50 CD BD
Decimal 80 205 189
Binary 1010000 11001101 10111101
Octal 120 315 275

Shades and tints

Shades of #50CDBD

#50CDBD
(80,205,189)
#49BBAC
(73,187,172)
#42A99B
(66,169,155)
#3B978A
(59,151,138)
#348579
(52,133,121)
#2D7368
(45,115,104)
#266157
(38,97,87)
#1F4F46
(31,79,70)
#183D35
(24,61,53)
#112B24
(17,43,36)
#0A1913
(10,25,19)
#000000
(0,0,0)

Tints of #50CDBD

#50CDBD
(80,205,189)
#5FD1C3
(95,209,195)
#6ED5C9
(110,213,201)
#7DD9CF
(125,217,207)
#8CDDD5
(140,221,213)
#9BE1DB
(155,225,219)
#AAE5E1
(170,229,225)
#B9E9E7
(185,233,231)
#C8EDED
(200,237,237)
#D7F1F3
(215,241,243)
#E6F5F9
(230,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CDBD color. Also use rgb(80,205,189) instead hex code.

Text Font Color

.myTextColor { color: #50CDBD; }

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

This text font color is #50CDBD.

Background Color

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

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

This div background color is #50CDBD.

Border color

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

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

This div border color is #50CDBD.

Opacity

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

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

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

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

This text has shadow with #50CDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50CDBD.

Preview

Color preview on black background

This text has color #50CDBD on black background.


Color preview on white background

This text has color #50CDBD on white background.


Black color preview on #50CDBD background

This text has black color on #50CDBD background.


White color preview on #50CDBD background

This text has white color on #50CDBD background.


Related colors

Complementary color

Complementary color for #hex is #AF3242.


I love getcolorcode.com

Triadic colors

1 #BD50CD and #CDBD50 with #50CDBD are triadic colors.

2 #BDCD50 and #CD50BD with #50CDBD are triadic colors.