COLOR #50DA9A

HEX: #50DA9A RGB: (80,218,154)

Color info

#50DA9A contains mainly green color. Web safe color of #50DA9A is #66CC99 (or #6C9).

RGB color model

#50DA9A color RGB value is (80,218,154).

RGB: (80,218,154) (31%, 85%, 60%)

RGB channels and saturation

R 80 of 255 = 31%
G 218 of 255 = 85%
B 154 of 255 = 60%

80
218
154

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

Portions of RGB colors in percentages

R + G + B = 80 + 218 + 154 = 452 (100%)
R 80 of 452 ~ 17.7%
G 218 of 452 ~ 48.23%
B 154 of 452 ~ 34.07'%

%17.7
%48.23
%34.07

CMYK color model

#50DA9A color CMYK value is (63,0,29,15).

  • cyan value is 63.30%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 14.51%

CMYK: (63,0,29,15)
C63M0Y29K15 (63%, 0%, 29%, 15%)
(0.63 / 0.00 / 0.29 / 0.15)

CMYK percentages

%63.3
%0
%29.36
%14.51

Codes

Color #50DA9A in popluar color models

50 DA 9A
RGB 80 218 154
HSL 152° 65.09% 58.43%
HSB/HSV 152° 63.30% 85.49%
CMYK 63.30% 0.00% 29.36%
14.51%

Color #50DA9A in popluar number systems.

HEX 50 DA 9A
Decimal 80 218 154
Binary 1010000 11011010 10011010
Octal 120 332 232

Shades and tints

Shades of #50DA9A

#50DA9A
(80,218,154)
#49C78C
(73,199,140)
#42B47E
(66,180,126)
#3BA170
(59,161,112)
#348E62
(52,142,98)
#2D7B54
(45,123,84)
#266846
(38,104,70)
#1F5538
(31,85,56)
#18422A
(24,66,42)
#112F1C
(17,47,28)
#0A1C0E
(10,28,14)
#000000
(0,0,0)

Tints of #50DA9A

#50DA9A
(80,218,154)
#5FDDA3
(95,221,163)
#6EE0AC
(110,224,172)
#7DE3B5
(125,227,181)
#8CE6BE
(140,230,190)
#9BE9C7
(155,233,199)
#AAECD0
(170,236,208)
#B9EFD9
(185,239,217)
#C8F2E2
(200,242,226)
#D7F5EB
(215,245,235)
#E6F8F4
(230,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50DA9A color. Also use rgb(80,218,154) instead hex code.

Text Font Color

.myTextColor { color: #50DA9A; }

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

This text font color is #50DA9A.

Background Color

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

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

This div background color is #50DA9A.

Border color

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

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

This div border color is #50DA9A.

Opacity

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

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

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

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

This text has shadow with #50DA9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50DA9A.

Preview

Color preview on black background

This text has color #50DA9A on black background.


Color preview on white background

This text has color #50DA9A on white background.


Black color preview on #50DA9A background

This text has black color on #50DA9A background.


White color preview on #50DA9A background

This text has white color on #50DA9A background.


Related colors

Complementary color

Complementary color for #hex is #AF2565.


I love getcolorcode.com

Triadic colors

1 #9A50DA and #DA9A50 with #50DA9A are triadic colors.

2 #9ADA50 and #DA509A with #50DA9A are triadic colors.