HEX: #76BE9A
RGB: (118,190,154)
#76BE9A contains mainly green and blue colors. Web safe color of #76BE9A is #66CC99 (or #6C9).
#76BE9A color RGB value is (118,190,154).
RGB: (118,190,154)
(46%, 75%, 60%)
R 118 of 255 = 46%
G 190 of 255 = 75%
B 154 of 255 = 60%
R + G + B ~ 60%. #76BE9A is middle color (not dark and not light).
R + G + B = 118 + 190 + 154 = 462 (100%)
R 118 of 462 ~ 25.54%
G 190 of 462 ~ 41.13%
B 154 of 462 ~ 33.33'%
#76BE9A color CMYK value is (38,0,19,25).
CMYK: (38,0,19,25) C38M0Y19K25 (38%,0%,19%,25%) (0.38/0.00/0.19/0.25)
Color #76BE9A in popluar color models
76 | BE | 9A | |
---|---|---|---|
RGB | 118 | 190 | 154 |
HSL | 150° | 35.64% | 60.39% |
HSB/HSV | 150° | 37.89% | 74.51% |
CMYK | 37.89% | 0.00% | 18.95% |
25.49% |
Color #76BE9A in popluar number systems.
HEX | 76 | BE | 9A |
Decimal | 118 | 190 | 154 |
Binary | 1110110 | 10111110 | 10011010 |
Octal | 166 | 276 | 232 |
Shades of #76BE9A
Tints of #76BE9A
Examples of css and html codes for elements with #76BE9A color. Also use rgb(118,190,154) instead hex code.
.myTextColor { color: #76BE9A; }
<p style="color:#76BE9A">This sample text font color is #76BE9A.</p>
This text font color is #76BE9A.
.myBgColor { background-color: #76BE9A; }
<div style="background-color:#76BE9A">Inner text</div>
This div background color is #76BE9A.
.myBorderColor { border: 1px solid #76BE9A; }
<div style="border:3px solid #76BE9A">Div</div>
This div border color is #76BE9A.
.myOpacity80 { color: #76BE9A; opacity: 0.8; }
<p style="color:#76BE9A;opacity:0.8;">80%</p>
Text with #76BE9A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76BE9A;}
<p style="text-shadow: 3px 3px 1px #76BE9A">Text here.</p>
This text has shadow with #76BE9A color.
.textShadow {text-shadow: 3px 3px 1px #76BE9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76BE9A, 5px 5px 20px red">Text here.</p>
This text has shadow with #76BE9A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76BE9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76BE9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76BE9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76BE9A;
-webkit-box-shadow: 1px 1px 3px 2px #76BE9A;
box-shadow: 1px 1px 3px 2px #76BE9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76BE9A; -webkit-box-shadow: 1px 1px 3px 2px #76BE9A; box-shadow:1px 1px 3px 2px #76BE9A;">
Div content here
</div>
This text has color #76BE9A on black background.
This text has color #76BE9A on white background.
This text has black color on #76BE9A background.
This text has white color on #76BE9A background.
Complementary color for #hex is #894165.