HEX: #55C997
RGB: (85,201,151)
#55C997 contains mainly green and blue colors. Web safe color of #55C997 is #66CC99 (or #6C9).
#55C997 color RGB value is (85,201,151).
RGB: (85,201,151)
(33%, 79%, 59%)
R 85 of 255 = 33%
G 201 of 255 = 79%
B 151 of 255 = 59%
R + G + B ~ 57%. #55C997 is middle color (not dark and not light).
R + G + B = 85 + 201 + 151 = 437 (100%)
R 85 of 437 ~ 19.45%
G 201 of 437 ~ 46%
B 151 of 437 ~ 34.55'%
#55C997 color CMYK value is (58,0,25,21).
CMYK: (58,0,25,21)
C58M0Y25K21 (58%, 0%, 25%, 21%)
(0.58 / 0.00 / 0.25 / 0.21)
Color #55C997 in popluar color models
55 | C9 | 97 | |
---|---|---|---|
RGB | 85 | 201 | 151 |
HSL | 154° | 51.79% | 56.08% |
HSB/HSV | 154° | 57.71% | 78.82% |
CMYK | 57.71% | 0.00% | 24.88% |
21.18% |
Color #55C997 in popluar number systems.
HEX | 55 | C9 | 97 |
Decimal | 85 | 201 | 151 |
Binary | 1010101 | 11001001 | 10010111 |
Octal | 125 | 311 | 227 |
Shades of #55C997
Tints of #55C997
Examples of css and html codes for elements with #55C997 color. Also use rgb(85,201,151) instead hex code.
.myTextColor { color: #55C997; }
<p style="color:#55C997">This sample text font color is #55C997.</p>
This text font color is #55C997.
.myBgColor { background-color: #55C997; }
<div style="background-color:#55C997">Inner text</div>
This div background color is #55C997.
.myBorderColor { border: 1px solid #55C997; }
<div style="border:3px solid #55C997">Div</div>
This div border color is #55C997.
.myOpacity80 { color: #55C997; opacity: 0.8; }
<p style="color:#55C997;opacity:0.8;">80%</p>
Text with #55C997 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55C997;}
<p style="text-shadow: 3px 3px 1px #55C997">Text here.</p>
This text has shadow with #55C997 color.
.textShadow {text-shadow: 3px 3px 1px #55C997', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55C997, 5px 5px 20px red">Text here.</p>
This text has shadow with #55C997 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55C997, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55C997, Direction=45, Strength=4)">Text</p>
This text has shadow with #55C997 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55C997;
-webkit-box-shadow: 1px 1px 3px 2px #55C997;
box-shadow: 1px 1px 3px 2px #55C997;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55C997; -webkit-box-shadow: 1px 1px 3px 2px #55C997; box-shadow:1px 1px 3px 2px #55C997;">
Div content here
</div>
This text has color #55C997 on black background.
This text has color #55C997 on white background.
This text has black color on #55C997 background.
This text has white color on #55C997 background.
Complementary color for #hex is #AA3668.