HEX: #55A481
RGB: (85,164,129)
#55A481 contains mainly green and blue colors. Web safe color of #55A481 is #669999 (or #699).
#55A481 color RGB value is (85,164,129).
RGB: (85,164,129)
(33%, 64%, 51%)
R 85 of 255 = 33%
G 164 of 255 = 64%
B 129 of 255 = 51%
R + G + B ~ 49%. #55A481 is middle color (not dark and not light).
R + G + B = 85 + 164 + 129 = 378 (100%)
R 85 of 378 ~ 22.49%
G 164 of 378 ~ 43.39%
B 129 of 378 ~ 34.13'%
#55A481 color CMYK value is (48,0,21,36).
CMYK: (48,0,21,36)
C48M0Y21K36 (48%, 0%, 21%, 36%)
(0.48 / 0.00 / 0.21 / 0.36)
Color #55A481 in popluar color models
55 | A4 | 81 | |
---|---|---|---|
RGB | 85 | 164 | 129 |
HSL | 153° | 31.73% | 48.82% |
HSB/HSV | 153° | 48.17% | 64.31% |
CMYK | 48.17% | 0.00% | 21.34% |
35.69% |
Color #55A481 in popluar number systems.
HEX | 55 | A4 | 81 |
Decimal | 85 | 164 | 129 |
Binary | 1010101 | 10100100 | 10000001 |
Octal | 125 | 244 | 201 |
Shades of #55A481
Tints of #55A481
Examples of css and html codes for elements with #55A481 color. Also use rgb(85,164,129) instead hex code.
.myTextColor { color: #55A481; }
<p style="color:#55A481">This sample text font color is #55A481.</p>
This text font color is #55A481.
.myBgColor { background-color: #55A481; }
<div style="background-color:#55A481">Inner text</div>
This div background color is #55A481.
.myBorderColor { border: 1px solid #55A481; }
<div style="border:3px solid #55A481">Div</div>
This div border color is #55A481.
.myOpacity80 { color: #55A481; opacity: 0.8; }
<p style="color:#55A481;opacity:0.8;">80%</p>
Text with #55A481 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55A481;}
<p style="text-shadow: 3px 3px 1px #55A481">Text here.</p>
This text has shadow with #55A481 color.
.textShadow {text-shadow: 3px 3px 1px #55A481', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55A481, 5px 5px 20px red">Text here.</p>
This text has shadow with #55A481 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55A481, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55A481, Direction=45, Strength=4)">Text</p>
This text has shadow with #55A481 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55A481;
-webkit-box-shadow: 1px 1px 3px 2px #55A481;
box-shadow: 1px 1px 3px 2px #55A481;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55A481; -webkit-box-shadow: 1px 1px 3px 2px #55A481; box-shadow:1px 1px 3px 2px #55A481;">
Div content here
</div>
This text has color #55A481 on black background.
This text has color #55A481 on white background.
This text has black color on #55A481 background.
This text has white color on #55A481 background.
Complementary color for #hex is #AA5B7E.