COLOR #50AC90

HEX: #50AC90 RGB: (80,172,144)

Color info

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

RGB color model

#50AC90 color RGB value is (80,172,144).

RGB: (80,172,144) (31%, 67%, 56%)

RGB channels and saturation

R 80 of 255 = 31%
G 172 of 255 = 67%
B 144 of 255 = 56%

80
172
144

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

Portions of RGB colors in percentages

R + G + B = 80 + 172 + 144 = 396 (100%)
R 80 of 396 ~ 20.2%
G 172 of 396 ~ 43.43%
B 144 of 396 ~ 36.36'%

%20.2
%43.43
%36.36

CMYK color model

#50AC90 color CMYK value is (53,0,16,33).

  • cyan value is 53.49%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 32.55%

CMYK: (53,0,16,33)
C53M0Y16K33 (53%, 0%, 16%, 33%)
(0.53 / 0.00 / 0.16 / 0.33)

CMYK percentages

%53.49
%0
%16.28
%32.55

Codes

Color #50AC90 in popluar color models

50 AC 90
RGB 80 172 144
HSL 162° 36.51% 49.41%
HSB/HSV 162° 53.49% 67.45%
CMYK 53.49% 0.00% 16.28%
32.55%

Color #50AC90 in popluar number systems.

HEX 50 AC 90
Decimal 80 172 144
Binary 1010000 10101100 10010000
Octal 120 254 220

Shades and tints

Shades of #50AC90

#50AC90
(80,172,144)
#499D83
(73,157,131)
#428E76
(66,142,118)
#3B7F69
(59,127,105)
#34705C
(52,112,92)
#2D614F
(45,97,79)
#265242
(38,82,66)
#1F4335
(31,67,53)
#183428
(24,52,40)
#11251B
(17,37,27)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #50AC90

#50AC90
(80,172,144)
#5FB39A
(95,179,154)
#6EBAA4
(110,186,164)
#7DC1AE
(125,193,174)
#8CC8B8
(140,200,184)
#9BCFC2
(155,207,194)
#AAD6CC
(170,214,204)
#B9DDD6
(185,221,214)
#C8E4E0
(200,228,224)
#D7EBEA
(215,235,234)
#E6F2F4
(230,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AC90 color. Also use rgb(80,172,144) instead hex code.

Text Font Color

.myTextColor { color: #50AC90; }

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

This text font color is #50AC90.

Background Color

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

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

This div background color is #50AC90.

Border color

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

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

This div border color is #50AC90.

Opacity

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

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

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

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

This text has shadow with #50AC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50AC90.

Preview

Color preview on black background

This text has color #50AC90 on black background.


Color preview on white background

This text has color #50AC90 on white background.


Black color preview on #50AC90 background

This text has black color on #50AC90 background.


White color preview on #50AC90 background

This text has white color on #50AC90 background.


Related colors

Complementary color

Complementary color for #hex is #AF536F.


I love getcolorcode.com

Triadic colors

1 #9050AC and #AC9050 with #50AC90 are triadic colors.

2 #90AC50 and #AC5090 with #50AC90 are triadic colors.