COLOR #74A994

HEX: #74A994 RGB: (116,169,148)

Color info

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

RGB color model

#74A994 color RGB value is (116,169,148).

RGB: (116,169,148) (45%, 66%, 58%)

RGB channels and saturation

R 116 of 255 = 45%
G 169 of 255 = 66%
B 148 of 255 = 58%

116
169
148

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

Portions of RGB colors in percentages

R + G + B = 116 + 169 + 148 = 433 (100%)
R 116 of 433 ~ 26.79%
G 169 of 433 ~ 39.03%
B 148 of 433 ~ 34.18'%

%26.79
%39.03
%34.18

CMYK color model

#74A994 color CMYK value is (31,0,12,34).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 33.73%

CMYK: (31,0,12,34)
C31M0Y12K34 (31%, 0%, 12%, 34%)
(0.31 / 0.00 / 0.12 / 0.34)

CMYK percentages

%31.36
%0
%12.43
%33.73

Codes

Color #74A994 in popluar color models

74 A9 94
RGB 116 169 148
HSL 156° 23.56% 55.88%
HSB/HSV 156° 31.36% 66.27%
CMYK 31.36% 0.00% 12.43%
33.73%

Color #74A994 in popluar number systems.

HEX 74 A9 94
Decimal 116 169 148
Binary 1110100 10101001 10010100
Octal 164 251 224

Shades and tints

Shades of #74A994

#74A994
(116,169,148)
#6A9A87
(106,154,135)
#608B7A
(96,139,122)
#567C6D
(86,124,109)
#4C6D60
(76,109,96)
#425E53
(66,94,83)
#384F46
(56,79,70)
#2E4039
(46,64,57)
#24312C
(36,49,44)
#1A221F
(26,34,31)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #74A994

#74A994
(116,169,148)
#80B09D
(128,176,157)
#8CB7A6
(140,183,166)
#98BEAF
(152,190,175)
#A4C5B8
(164,197,184)
#B0CCC1
(176,204,193)
#BCD3CA
(188,211,202)
#C8DAD3
(200,218,211)
#D4E1DC
(212,225,220)
#E0E8E5
(224,232,229)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A994; }

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

This text font color is #74A994.

Background Color

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

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

This div background color is #74A994.

Border color

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

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

This div border color is #74A994.

Opacity

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

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

Text with #74A994 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 #74A994;}

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

This text has shadow with #74A994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A994.

Preview

Color preview on black background

This text has color #74A994 on black background.


Color preview on white background

This text has color #74A994 on white background.


Black color preview on #74A994 background

This text has black color on #74A994 background.


White color preview on #74A994 background

This text has white color on #74A994 background.


Related colors

Complementary color

Complementary color for #hex is #8B566B.


I love getcolorcode.com

Triadic colors

1 #9474A9 and #A99474 with #74A994 are triadic colors.

2 #94A974 and #A97494 with #74A994 are triadic colors.