HEX: #51AD82
RGB: (81,173,130)
#51AD82 contains mainly green and blue colors. Web safe color of #51AD82 is #669999 (or #699).
#51AD82 color RGB value is (81,173,130).
RGB: (81,173,130)
(32%, 68%, 51%)
R 81 of 255 = 32%
G 173 of 255 = 68%
B 130 of 255 = 51%
R + G + B ~ 50%. #51AD82 is middle color (not dark and not light).
R + G + B = 81 + 173 + 130 = 384 (100%)
R 81 of 384 ~ 21.09%
G 173 of 384 ~ 45.05%
B 130 of 384 ~ 33.85'%
#51AD82 color CMYK value is (53,0,25,32).
CMYK: (53,0,25,32) C53M0Y25K32 (53%,0%,25%,32%) (0.53/0.00/0.25/0.32)
Color #51AD82 in popluar color models
51 | AD | 82 | |
---|---|---|---|
RGB | 81 | 173 | 130 |
HSL | 152° | 36.22% | 49.80% |
HSB/HSV | 152° | 53.18% | 67.84% |
CMYK | 53.18% | 0.00% | 24.86% |
32.16% |
Color #51AD82 in popluar number systems.
HEX | 51 | AD | 82 |
Decimal | 81 | 173 | 130 |
Binary | 1010001 | 10101101 | 10000010 |
Octal | 121 | 255 | 202 |
Shades of #51AD82
Tints of #51AD82
Examples of css and html codes for elements with #51AD82 color. Also use rgb(81,173,130) instead hex code.
.myTextColor { color: #51AD82; }
<p style="color:#51AD82">This sample text font color is #51AD82.</p>
This text font color is #51AD82.
.myBgColor { background-color: #51AD82; }
<div style="background-color:#51AD82">Inner text</div>
This div background color is #51AD82.
.myBorderColor { border: 1px solid #51AD82; }
<div style="border:3px solid #51AD82">Div</div>
This div border color is #51AD82.
.myOpacity80 { color: #51AD82; opacity: 0.8; }
<p style="color:#51AD82;opacity:0.8;">80%</p>
Text with #51AD82 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51AD82;}
<p style="text-shadow: 3px 3px 1px #51AD82">Text here.</p>
This text has shadow with #51AD82 color.
.textShadow {text-shadow: 3px 3px 1px #51AD82', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51AD82, 5px 5px 20px red">Text here.</p>
This text has shadow with #51AD82 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51AD82, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51AD82, Direction=45, Strength=4)">Text</p>
This text has shadow with #51AD82 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51AD82;
-webkit-box-shadow: 1px 1px 3px 2px #51AD82;
box-shadow: 1px 1px 3px 2px #51AD82;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51AD82; -webkit-box-shadow: 1px 1px 3px 2px #51AD82; box-shadow:1px 1px 3px 2px #51AD82;">
Div content here
</div>
This text has color #51AD82 on black background.
This text has color #51AD82 on white background.
This text has black color on #51AD82 background.
This text has white color on #51AD82 background.
Complementary color for #hex is #AE527D.