HEX: #59B1AB
RGB: (89,177,171)
#59B1AB contains mainly green and blue colors. Web safe color of #59B1AB is #669999 (or #699).
#59B1AB color RGB value is (89,177,171).
RGB: (89,177,171) (35%,69%,67%)
R 89 of 255 = 35%
G 177 of 255 = 69%
B 171 of 255 = 67%
R + G + B ~ 57%. #59B1AB is middle color (not dark and not light).
R + G + B =
89 + 177 + 171 = 437 (100%)
R 89 of 437 ~ 20.37%
G 177 of 437 ~ 40.5%
B 171 of 437 ~ 39.13%
#59B1AB color CMYK value is (50,0,3,31).
CMYK: (50,0,3,31) C50M0Y3K31 (50%,0%,3%,31%) (0.50/0.00/0.03/0.31)
59 | B1 | AB | |
---|---|---|---|
RGB | 89 | 177 | 171 |
HSL | 176° | 36.07% | 52.16% |
HSB/HSV | 176° | 49.72% | 69.41% |
CMYK | 49.72% | 0.00% | 3.39% |
30.59% |
HEX | 59 | B1 | AB |
Decimal | 89 | 177 | 171 |
Binary | 1011001 | 10110001 | 10101011 |
Octal | 131 | 261 | 253 |
Examples of css and html codes for elements with #59B1AB color. Also use rgb(89,177,171) instead hex code.
.myTextColor { color: #59B1AB; }
<p style="color:#59B1AB">This sample text font color is #59B1AB.</p>
This text font color is #59B1AB.
.myBgColor { background-color: #59B1AB; }
<div style="background-color:#59B1AB">Inner text</div>
This div background color is #59B1AB.
.myBorderColor { border: 1px solid #59B1AB; }
<div style="border:3px solid #59B1AB">Div</div>
This div border color is #59B1AB.
.myOpacity80 { color: #59B1AB; opacity: 0.8; }
<p style="color:#59B1AB;opacity:0.8;">80%</p>
Text with #59B1AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59B1AB;}
<p style="text-shadow: 3px 3px 1px #59B1AB">Text here.</p>
This text has shadow with #59B1AB color.
.textShadow {text-shadow: 3px 3px 1px #59B1AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59B1AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #59B1AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59B1AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59B1AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #59B1AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59B1AB; -webkit-box-shadow: 1px 1px 3px 2px #59B1AB; box-shadow: 1px 1px 3px 2px #59B1AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59B1AB; -webkit-box-shadow: 1px 1px 3px 2px #59B1AB; box-shadow:1px 1px 3px 2px #59B1AB;">
Div content here</div>
This text has color #59B1AB on black background.
This text has color #59B1AB on white background.
This text has black color on #59B1AB background.
This text has white color on #59B1AB background.