HEX: #75BB88
RGB: (117,187,136)
#75BB88 contains mainly green and blue colors. Web safe color of #75BB88 is #66CC99 (or #6C9).
#75BB88 color RGB value is (117,187,136).
RGB: (117,187,136)
(46%, 73%, 53%)
R 117 of 255 = 46%
G 187 of 255 = 73%
B 136 of 255 = 53%
R + G + B ~ 57%. #75BB88 is middle color (not dark and not light).
R + G + B = 117 + 187 + 136 = 440 (100%)
R 117 of 440 ~ 26.59%
G 187 of 440 ~ 42.5%
B 136 of 440 ~ 30.91'%
#75BB88 color CMYK value is (37,0,27,27).
CMYK: (37,0,27,27) C37M0Y27K27 (37%,0%,27%,27%) (0.37/0.00/0.27/0.27)
Color #75BB88 in popluar color models
75 | BB | 88 | |
---|---|---|---|
RGB | 117 | 187 | 136 |
HSL | 136° | 33.98% | 59.61% |
HSB/HSV | 136° | 37.43% | 73.33% |
CMYK | 37.43% | 0.00% | 27.27% |
26.67% |
Color #75BB88 in popluar number systems.
HEX | 75 | BB | 88 |
Decimal | 117 | 187 | 136 |
Binary | 1110101 | 10111011 | 10001000 |
Octal | 165 | 273 | 210 |
Shades of #75BB88
Tints of #75BB88
Examples of css and html codes for elements with #75BB88 color. Also use rgb(117,187,136) instead hex code.
.myTextColor { color: #75BB88; }
<p style="color:#75BB88">This sample text font color is #75BB88.</p>
This text font color is #75BB88.
.myBgColor { background-color: #75BB88; }
<div style="background-color:#75BB88">Inner text</div>
This div background color is #75BB88.
.myBorderColor { border: 1px solid #75BB88; }
<div style="border:3px solid #75BB88">Div</div>
This div border color is #75BB88.
.myOpacity80 { color: #75BB88; opacity: 0.8; }
<p style="color:#75BB88;opacity:0.8;">80%</p>
Text with #75BB88 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75BB88;}
<p style="text-shadow: 3px 3px 1px #75BB88">Text here.</p>
This text has shadow with #75BB88 color.
.textShadow {text-shadow: 3px 3px 1px #75BB88', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75BB88, 5px 5px 20px red">Text here.</p>
This text has shadow with #75BB88 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75BB88, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75BB88, Direction=45, Strength=4)">Text</p>
This text has shadow with #75BB88 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75BB88;
-webkit-box-shadow: 1px 1px 3px 2px #75BB88;
box-shadow: 1px 1px 3px 2px #75BB88;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75BB88; -webkit-box-shadow: 1px 1px 3px 2px #75BB88; box-shadow:1px 1px 3px 2px #75BB88;">
Div content here
</div>
This text has color #75BB88 on black background.
This text has color #75BB88 on white background.
This text has black color on #75BB88 background.
This text has white color on #75BB88 background.
Complementary color for #hex is #8A4477.