COLOR #50BEA9

HEX: #50BEA9 RGB: (80,190,169)

Color info

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

RGB color model

#50BEA9 color RGB value is (80,190,169).

RGB: (80,190,169) (31%, 75%, 66%)

RGB channels and saturation

R 80 of 255 = 31%
G 190 of 255 = 75%
B 169 of 255 = 66%

80
190
169

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

Portions of RGB colors in percentages

R + G + B = 80 + 190 + 169 = 439 (100%)
R 80 of 439 ~ 18.22%
G 190 of 439 ~ 43.28%
B 169 of 439 ~ 38.5'%

%18.22
%43.28
%38.5

CMYK color model

#50BEA9 color CMYK value is (58,0,11,25).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 25.49%

CMYK: (58,0,11,25)
C58M0Y11K25 (58%, 0%, 11%, 25%)
(0.58 / 0.00 / 0.11 / 0.25)

CMYK percentages

%57.89
%0
%11.05
%25.49

Codes

Color #50BEA9 in popluar color models

50 BE A9
RGB 80 190 169
HSL 169° 45.83% 52.94%
HSB/HSV 169° 57.89% 74.51%
CMYK 57.89% 0.00% 11.05%
25.49%

Color #50BEA9 in popluar number systems.

HEX 50 BE A9
Decimal 80 190 169
Binary 1010000 10111110 10101001
Octal 120 276 251

Shades and tints

Shades of #50BEA9

#50BEA9
(80,190,169)
#49AD9A
(73,173,154)
#429C8B
(66,156,139)
#3B8B7C
(59,139,124)
#347A6D
(52,122,109)
#2D695E
(45,105,94)
#26584F
(38,88,79)
#1F4740
(31,71,64)
#183631
(24,54,49)
#112522
(17,37,34)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #50BEA9

#50BEA9
(80,190,169)
#5FC3B0
(95,195,176)
#6EC8B7
(110,200,183)
#7DCDBE
(125,205,190)
#8CD2C5
(140,210,197)
#9BD7CC
(155,215,204)
#AADCD3
(170,220,211)
#B9E1DA
(185,225,218)
#C8E6E1
(200,230,225)
#D7EBE8
(215,235,232)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BEA9 color. Also use rgb(80,190,169) instead hex code.

Text Font Color

.myTextColor { color: #50BEA9; }

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

This text font color is #50BEA9.

Background Color

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

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

This div background color is #50BEA9.

Border color

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

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

This div border color is #50BEA9.

Opacity

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

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

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

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

This text has shadow with #50BEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50BEA9.

Preview

Color preview on black background

This text has color #50BEA9 on black background.


Color preview on white background

This text has color #50BEA9 on white background.


Black color preview on #50BEA9 background

This text has black color on #50BEA9 background.


White color preview on #50BEA9 background

This text has white color on #50BEA9 background.


Related colors

Complementary color

Complementary color for #hex is #AF4156.


I love getcolorcode.com

Triadic colors

1 #A950BE and #BEA950 with #50BEA9 are triadic colors.

2 #A9BE50 and #BE50A9 with #50BEA9 are triadic colors.