COLOR #74A996

HEX: #74A996
RGB: (116,169,150)

Color info

#74A996 contains red, green and blue colors in about the same proportion. Web safe color of #74A996 is #669999 (or #699).

RGB color model

#74A996 color RGB value is (116,169,150).

  • red value is 116;
  • green value is 169;
  • blue value is 150.
RGB:
(116,169,150)
(45%,66%,59%)

RGB channels and saturation

R 116 of 255 = 45%
G 169 of 255 = 66%
B 150 of 255 = 59%

116
169
150

R + G + B ~ 57%. #74A996 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 169 + 150 = 435 (100%)
R 116 of 435 ~ 26.67%
G 169 of 435 ~ 38.85%
B 150 of 435 ~ 34.48%

%26.67
%38.85
%34.48

CMYK color model

#74A996 color CMYK value is (31,0,11,34).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK:
(31,0,11,34)
C31M0Y11K34 
(31%,0%,11%,34%)
(0.31/0.00/0.11/0.34)	

CMYK percentages

%31.36
%0
%11.24
%33.73

Codes

Color #74A996 in popluar color models

74A996
RGB116169150
HSL158°23.56%55.88%
HSB/HSV158°31.36%66.27%
CMYK31.36%0.00%11.24%
33.73%

Color #74A996 in popluar number systems.

HEX74A996
Decimal116169150
Binary11101001010100110010110
Octal164251226

Shades and tints

Shades of #74A996

#74A996
(116,169,150)
#6A9A89
(106,154,137)
#608B7C
(96,139,124)
#567C6F
(86,124,111)
#4C6D62
(76,109,98)
#425E55
(66,94,85)
#384F48
(56,79,72)
#2E403B
(46,64,59)
#24312E
(36,49,46)
#1A2221
(26,34,33)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #74A996

#74A996
(116,169,150)
#80B09F
(128,176,159)
#8CB7A8
(140,183,168)
#98BEB1
(152,190,177)
#A4C5BA
(164,197,186)
#B0CCC3
(176,204,195)
#BCD3CC
(188,211,204)
#C8DAD5
(200,218,213)
#D4E1DE
(212,225,222)
#E0E8E7
(224,232,231)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A996 color. Also use rgb(116,169,150) instead hex code.

Text Font Color

.myTextColor { color: #74A996; }

<p style="color:#74A996">This sample text font color is #74A996.</p>

This text font color is #74A996.


Background Color

.myBgColor { background-color: #74A996; }

<div style="background-color:#74A996">Inner text</div>

This div background color is #74A996.


Border color

.myBorderColor { border: 1px solid #74A996; }

<div style="border:3px solid #74A996">Div</div>

This div border color is #74A996.


Opacity

.myOpacity80 { color: #74A996; opacity: 0.8; }

<p style="color:#74A996;opacity:0.8;">80%</p>

Text with #74A996 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #74A996;}

<p style="text-shadow: 3px 3px 1px #74A996">Text here.</p>

This text has shadow with #74A996 color.

.textShadow {text-shadow: 3px 3px 1px #74A996, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #74A996, 5px 5px 20px red">Text here.</p>

This text has shadow with #74A996 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A996, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#74A996, Direction=45, Strength=4)">Text</p>

This text has shadow with #74A996 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #74A996;
  -webkit-box-shadow:	1px 1px 3px 2px #74A996;
  box-shadow:		1px 1px 3px 2px #74A996;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A996;
-webkit-box-shadow: 1px 1px 3px 2px #74A996;
box-shadow:1px 1px 3px 2px #74A996;">
Div content here</div>
This div box has shadow with color #74A996.

Preview

Color preview on black background

This text has color #74A996 on black background.


Color preview on white background

This text has color #74A996 on white background.



Black color preview on #74A996 background

This text has black color on #74A996 background.


White color preview on #74A996 background

This text has white color on #74A996 background.