HEX: #74ABAA
RGB: (116,171,170)
#74ABAA contains red, green and blue colors in about the same proportion. Web safe color of #74ABAA is #669999 (or #699).
#74ABAA color RGB value is (116,171,170).
RGB: (116,171,170)
(45%, 67%, 67%)
R 116 of 255 = 45%
G 171 of 255 = 67%
B 170 of 255 = 67%
R + G + B ~ 60%. #74ABAA is middle color (not dark and not light).
R + G + B = 116 + 171 + 170 = 457 (100%)
R 116 of 457 ~ 25.38%
G 171 of 457 ~ 37.42%
B 170 of 457 ~ 37.2'%
#74ABAA color CMYK value is (32,0,1,33).
CMYK: (32,0,1,33)
C32M0Y1K33 (32%, 0%, 1%, 33%)
(0.32 / 0.00 / 0.01 / 0.33)
Color #74ABAA in popluar color models
74 | AB | AA | |
---|---|---|---|
RGB | 116 | 171 | 170 |
HSL | 179° | 24.66% | 56.27% |
HSB/HSV | 179° | 32.16% | 67.06% |
CMYK | 32.16% | 0.00% | 0.58% |
32.94% |
Color #74ABAA in popluar number systems.
HEX | 74 | AB | AA |
Decimal | 116 | 171 | 170 |
Binary | 1110100 | 10101011 | 10101010 |
Octal | 164 | 253 | 252 |
Shades of #74ABAA
Tints of #74ABAA
Examples of css and html codes for elements with #74ABAA color. Also use rgb(116,171,170) instead hex code.
.myTextColor { color: #74ABAA; }
<p style="color:#74ABAA">This sample text font color is #74ABAA.</p>
This text font color is #74ABAA.
.myBgColor { background-color: #74ABAA; }
<div style="background-color:#74ABAA">Inner text</div>
This div background color is #74ABAA.
.myBorderColor { border: 1px solid #74ABAA; }
<div style="border:3px solid #74ABAA">Div</div>
This div border color is #74ABAA.
.myOpacity80 { color: #74ABAA; opacity: 0.8; }
<p style="color:#74ABAA;opacity:0.8;">80%</p>
Text with #74ABAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74ABAA;}
<p style="text-shadow: 3px 3px 1px #74ABAA">Text here.</p>
This text has shadow with #74ABAA color.
.textShadow {text-shadow: 3px 3px 1px #74ABAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74ABAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #74ABAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74ABAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74ABAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #74ABAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74ABAA;
-webkit-box-shadow: 1px 1px 3px 2px #74ABAA;
box-shadow: 1px 1px 3px 2px #74ABAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74ABAA; -webkit-box-shadow: 1px 1px 3px 2px #74ABAA; box-shadow:1px 1px 3px 2px #74ABAA;">
Div content here
</div>
This text has color #74ABAA on black background.
This text has color #74ABAA on white background.
This text has black color on #74ABAA background.
This text has white color on #74ABAA background.
Complementary color for #hex is #8B5455.