HEX: #74BAAD
RGB: (116,186,173)
#74BAAD contains mainly green and blue colors. Web safe color of #74BAAD is #66CC99 (or #6C9).
#74BAAD color RGB value is (116,186,173).
RGB: (116,186,173)
(45%, 73%, 68%)
R 116 of 255 = 45%
G 186 of 255 = 73%
B 173 of 255 = 68%
R + G + B ~ 62%. #74BAAD is quite light color.
R + G + B = 116 + 186 + 173 = 475 (100%)
R 116 of 475 ~ 24.42%
G 186 of 475 ~ 39.16%
B 173 of 475 ~ 36.42'%
#74BAAD color CMYK value is (38,0,7,27).
CMYK: (38,0,7,27)
C38M0Y7K27 (38%, 0%, 7%, 27%)
(0.38 / 0.00 / 0.07 / 0.27)
Color #74BAAD in popluar color models
74 | BA | AD | |
---|---|---|---|
RGB | 116 | 186 | 173 |
HSL | 169° | 33.65% | 59.22% |
HSB/HSV | 169° | 37.63% | 72.94% |
CMYK | 37.63% | 0.00% | 6.99% |
27.06% |
Color #74BAAD in popluar number systems.
HEX | 74 | BA | AD |
Decimal | 116 | 186 | 173 |
Binary | 1110100 | 10111010 | 10101101 |
Octal | 164 | 272 | 255 |
Shades of #74BAAD
Tints of #74BAAD
Examples of css and html codes for elements with #74BAAD color. Also use rgb(116,186,173) instead hex code.
.myTextColor { color: #74BAAD; }
<p style="color:#74BAAD">This sample text font color is #74BAAD.</p>
This text font color is #74BAAD.
.myBgColor { background-color: #74BAAD; }
<div style="background-color:#74BAAD">Inner text</div>
This div background color is #74BAAD.
.myBorderColor { border: 1px solid #74BAAD; }
<div style="border:3px solid #74BAAD">Div</div>
This div border color is #74BAAD.
.myOpacity80 { color: #74BAAD; opacity: 0.8; }
<p style="color:#74BAAD;opacity:0.8;">80%</p>
Text with #74BAAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74BAAD;}
<p style="text-shadow: 3px 3px 1px #74BAAD">Text here.</p>
This text has shadow with #74BAAD color.
.textShadow {text-shadow: 3px 3px 1px #74BAAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74BAAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #74BAAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74BAAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74BAAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #74BAAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74BAAD;
-webkit-box-shadow: 1px 1px 3px 2px #74BAAD;
box-shadow: 1px 1px 3px 2px #74BAAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74BAAD; -webkit-box-shadow: 1px 1px 3px 2px #74BAAD; box-shadow:1px 1px 3px 2px #74BAAD;">
Div content here
</div>
This text has color #74BAAD on black background.
This text has color #74BAAD on white background.
This text has black color on #74BAAD background.
This text has white color on #74BAAD background.
Complementary color for #hex is #8B4552.