HEX: #50BEA9
RGB: (80,190,169)
#50BEA9 contains mainly green and blue colors. Web safe color of #50BEA9 is #66CC99 (or #6C9).
#50BEA9 color RGB value is (80,190,169).
RGB: (80,190,169)
(31%, 75%, 66%)
R 80 of 255 = 31%
G 190 of 255 = 75%
B 169 of 255 = 66%
R + G + B ~ 57%. #50BEA9 is middle color (not dark and not light).
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'%
#50BEA9 color CMYK value is (58,0,11,25).
CMYK: (58,0,11,25)
C58M0Y11K25 (58%, 0%, 11%, 25%)
(0.58 / 0.00 / 0.11 / 0.25)
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 of #50BEA9
Tints of #50BEA9
Examples of css and html codes for elements with #50BEA9 color. Also use rgb(80,190,169) instead hex code.
.myTextColor { color: #50BEA9; }
<p style="color:#50BEA9">This sample text font color is #50BEA9.</p>
This text font color is #50BEA9.
.myBgColor { background-color: #50BEA9; }
<div style="background-color:#50BEA9">Inner text</div>
This div background color is #50BEA9.
.myBorderColor { border: 1px solid #50BEA9; }
<div style="border:3px solid #50BEA9">Div</div>
This div border color is #50BEA9.
.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%.
.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.
/* 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 text has color #50BEA9 on black background.
This text has color #50BEA9 on white background.
This text has black color on #50BEA9 background.
This text has white color on #50BEA9 background.
Complementary color for #hex is #AF4156.