HEX: #76AD94
RGB: (118,173,148)
#76AD94 contains red, green and blue colors in about the same proportion. Web safe color of #76AD94 is #669999 (or #699).
#76AD94 color RGB value is (118,173,148).
RGB: (118,173,148)
(46%, 68%, 58%)
R 118 of 255 = 46%
G 173 of 255 = 68%
B 148 of 255 = 58%
R + G + B ~ 57%. #76AD94 is middle color (not dark and not light).
R + G + B = 118 + 173 + 148 = 439 (100%)
R 118 of 439 ~ 26.88%
G 173 of 439 ~ 39.41%
B 148 of 439 ~ 33.71'%
#76AD94 color CMYK value is (32,0,14,32).
CMYK: (32,0,14,32)
C32M0Y14K32 (32%, 0%, 14%, 32%)
(0.32 / 0.00 / 0.14 / 0.32)
Color #76AD94 in popluar color models
76 | AD | 94 | |
---|---|---|---|
RGB | 118 | 173 | 148 |
HSL | 153° | 25.11% | 57.06% |
HSB/HSV | 153° | 31.79% | 67.84% |
CMYK | 31.79% | 0.00% | 14.45% |
32.16% |
Color #76AD94 in popluar number systems.
HEX | 76 | AD | 94 |
Decimal | 118 | 173 | 148 |
Binary | 1110110 | 10101101 | 10010100 |
Octal | 166 | 255 | 224 |
Shades of #76AD94
Tints of #76AD94
Examples of css and html codes for elements with #76AD94 color. Also use rgb(118,173,148) instead hex code.
.myTextColor { color: #76AD94; }
<p style="color:#76AD94">This sample text font color is #76AD94.</p>
This text font color is #76AD94.
.myBgColor { background-color: #76AD94; }
<div style="background-color:#76AD94">Inner text</div>
This div background color is #76AD94.
.myBorderColor { border: 1px solid #76AD94; }
<div style="border:3px solid #76AD94">Div</div>
This div border color is #76AD94.
.myOpacity80 { color: #76AD94; opacity: 0.8; }
<p style="color:#76AD94;opacity:0.8;">80%</p>
Text with #76AD94 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76AD94;}
<p style="text-shadow: 3px 3px 1px #76AD94">Text here.</p>
This text has shadow with #76AD94 color.
.textShadow {text-shadow: 3px 3px 1px #76AD94', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76AD94, 5px 5px 20px red">Text here.</p>
This text has shadow with #76AD94 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76AD94, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76AD94, Direction=45, Strength=4)">Text</p>
This text has shadow with #76AD94 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76AD94;
-webkit-box-shadow: 1px 1px 3px 2px #76AD94;
box-shadow: 1px 1px 3px 2px #76AD94;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76AD94; -webkit-box-shadow: 1px 1px 3px 2px #76AD94; box-shadow:1px 1px 3px 2px #76AD94;">
Div content here
</div>
This text has color #76AD94 on black background.
This text has color #76AD94 on white background.
This text has black color on #76AD94 background.
This text has white color on #76AD94 background.
Complementary color for #hex is #89526B.