HEX: #51998C
RGB: (81,153,140)
#51998C contains mainly green and blue colors. Web safe color of #51998C is #669999 (or #699).
#51998C color RGB value is (81,153,140).
RGB: (81,153,140)
(32%, 60%, 55%)
R 81 of 255 = 32%
G 153 of 255 = 60%
B 140 of 255 = 55%
R + G + B ~ 49%. #51998C is middle color (not dark and not light).
R + G + B = 81 + 153 + 140 = 374 (100%)
R 81 of 374 ~ 21.66%
G 153 of 374 ~ 40.91%
B 140 of 374 ~ 37.43'%
#51998C color CMYK value is (47,0,8,40).
CMYK: (47,0,8,40)
C47M0Y8K40 (47%, 0%, 8%, 40%)
(0.47 / 0.00 / 0.08 / 0.40)
Color #51998C in popluar color models
51 | 99 | 8C | |
---|---|---|---|
RGB | 81 | 153 | 140 |
HSL | 169° | 30.77% | 45.88% |
HSB/HSV | 169° | 47.06% | 60.00% |
CMYK | 47.06% | 0.00% | 8.50% |
40.00% |
Color #51998C in popluar number systems.
HEX | 51 | 99 | 8C |
Decimal | 81 | 153 | 140 |
Binary | 1010001 | 10011001 | 10001100 |
Octal | 121 | 231 | 214 |
Shades of #51998C
Tints of #51998C
Examples of css and html codes for elements with #51998C color. Also use rgb(81,153,140) instead hex code.
.myTextColor { color: #51998C; }
<p style="color:#51998C">This sample text font color is #51998C.</p>
This text font color is #51998C.
.myBgColor { background-color: #51998C; }
<div style="background-color:#51998C">Inner text</div>
This div background color is #51998C.
.myBorderColor { border: 1px solid #51998C; }
<div style="border:3px solid #51998C">Div</div>
This div border color is #51998C.
.myOpacity80 { color: #51998C; opacity: 0.8; }
<p style="color:#51998C;opacity:0.8;">80%</p>
Text with #51998C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51998C;}
<p style="text-shadow: 3px 3px 1px #51998C">Text here.</p>
This text has shadow with #51998C color.
.textShadow {text-shadow: 3px 3px 1px #51998C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51998C, 5px 5px 20px red">Text here.</p>
This text has shadow with #51998C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51998C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51998C, Direction=45, Strength=4)">Text</p>
This text has shadow with #51998C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51998C;
-webkit-box-shadow: 1px 1px 3px 2px #51998C;
box-shadow: 1px 1px 3px 2px #51998C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51998C; -webkit-box-shadow: 1px 1px 3px 2px #51998C; box-shadow:1px 1px 3px 2px #51998C;">
Div content here
</div>
This text has color #51998C on black background.
This text has color #51998C on white background.
This text has black color on #51998C background.
This text has white color on #51998C background.
Complementary color for #hex is #AE6673.