COLOR #50A698

HEX: #50A698 RGB: (80,166,152)

Color info

#50A698 contains mainly green and blue colors. Web safe color of #50A698 is #669999 (or #699).

RGB color model

#50A698 color RGB value is (80,166,152).

RGB: (80,166,152) (31%, 65%, 60%)

RGB channels and saturation

R 80 of 255 = 31%
G 166 of 255 = 65%
B 152 of 255 = 60%

80
166
152

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

Portions of RGB colors in percentages

R + G + B = 80 + 166 + 152 = 398 (100%)
R 80 of 398 ~ 20.1%
G 166 of 398 ~ 41.71%
B 152 of 398 ~ 38.19'%

%20.1
%41.71
%38.19

CMYK color model

#50A698 color CMYK value is (52,0,8,35).

  • cyan value is 51.81%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 34.90%

CMYK: (52,0,8,35)
C52M0Y8K35 (52%, 0%, 8%, 35%)
(0.52 / 0.00 / 0.08 / 0.35)

CMYK percentages

%51.81
%0
%8.43
%34.9

Codes

Color #50A698 in popluar color models

50 A6 98
RGB 80 166 152
HSL 170° 34.96% 48.24%
HSB/HSV 170° 51.81% 65.10%
CMYK 51.81% 0.00% 8.43%
34.90%

Color #50A698 in popluar number systems.

HEX 50 A6 98
Decimal 80 166 152
Binary 1010000 10100110 10011000
Octal 120 246 230

Shades and tints

Shades of #50A698

#50A698
(80,166,152)
#49978B
(73,151,139)
#42887E
(66,136,126)
#3B7971
(59,121,113)
#346A64
(52,106,100)
#2D5B57
(45,91,87)
#264C4A
(38,76,74)
#1F3D3D
(31,61,61)
#182E30
(24,46,48)
#111F23
(17,31,35)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #50A698

#50A698
(80,166,152)
#5FAEA1
(95,174,161)
#6EB6AA
(110,182,170)
#7DBEB3
(125,190,179)
#8CC6BC
(140,198,188)
#9BCEC5
(155,206,197)
#AAD6CE
(170,214,206)
#B9DED7
(185,222,215)
#C8E6E0
(200,230,224)
#D7EEE9
(215,238,233)
#E6F6F2
(230,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A698 color. Also use rgb(80,166,152) instead hex code.

Text Font Color

.myTextColor { color: #50A698; }

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

This text font color is #50A698.

Background Color

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

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

This div background color is #50A698.

Border color

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

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

This div border color is #50A698.

Opacity

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

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

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

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

This text has shadow with #50A698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A698.

Preview

Color preview on black background

This text has color #50A698 on black background.


Color preview on white background

This text has color #50A698 on white background.


Black color preview on #50A698 background

This text has black color on #50A698 background.


White color preview on #50A698 background

This text has white color on #50A698 background.


Related colors

Complementary color

Complementary color for #hex is #AF5967.


I love getcolorcode.com

Triadic colors

1 #9850A6 and #A69850 with #50A698 are triadic colors.

2 #98A650 and #A65098 with #50A698 are triadic colors.