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