COLOR #74AE96

HEX: #74AE96 RGB: (116,174,150)

Color info

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

RGB color model

#74AE96 color RGB value is (116,174,150).

RGB: (116,174,150) (45%, 68%, 59%)

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 150 of 255 = 59%

116
174
150

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

Portions of RGB colors in percentages

R + G + B = 116 + 174 + 150 = 440 (100%)
R 116 of 440 ~ 26.36%
G 174 of 440 ~ 39.55%
B 150 of 440 ~ 34.09'%

%26.36
%39.55
%34.09

CMYK color model

#74AE96 color CMYK value is (33,0,14,32).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK: (33,0,14,32) C33M0Y14K32 (33%,0%,14%,32%) (0.33/0.00/0.14/0.32) 

CMYK percentages

%33.33
%0
%13.79
%31.76

Codes

Color #74AE96 in popluar color models

74 AE 96
RGB 116 174 150
HSL 155° 26.36% 56.86%
HSB/HSV 155° 33.33% 68.24%
CMYK 33.33% 0.00% 13.79%
31.76%

Color #74AE96 in popluar number systems.

HEX 74 AE 96
Decimal 116 174 150
Binary 1110100 10101110 10010110
Octal 164 256 226

Shades and tints

Shades of #74AE96

#74AE96
(116,174,150)
#6A9F89
(106,159,137)
#60907C
(96,144,124)
#56816F
(86,129,111)
#4C7262
(76,114,98)
#426355
(66,99,85)
#385448
(56,84,72)
#2E453B
(46,69,59)
#24362E
(36,54,46)
#1A2721
(26,39,33)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #74AE96

#74AE96
(116,174,150)
#80B59F
(128,181,159)
#8CBCA8
(140,188,168)
#98C3B1
(152,195,177)
#A4CABA
(164,202,186)
#B0D1C3
(176,209,195)
#BCD8CC
(188,216,204)
#C8DFD5
(200,223,213)
#D4E6DE
(212,230,222)
#E0EDE7
(224,237,231)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AE96; }

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

This text font color is #74AE96.

Background Color

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

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

This div background color is #74AE96.

Border color

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

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

This div border color is #74AE96.

Opacity

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

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

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

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

This text has shadow with #74AE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AE96.

Preview

Color preview on black background

This text has color #74AE96 on black background.


Color preview on white background

This text has color #74AE96 on white background.


Black color preview on #74AE96 background

This text has black color on #74AE96 background.


White color preview on #74AE96 background

This text has white color on #74AE96 background.


Related colors

Complementary color

Complementary color for #hex is #8B5169.


I love getcolorcode.com

Triadic colors

1 #9674AE and #AE9674 with #74AE96 are triadic colors.

2 #96AE74 and #AE7496 with #74AE96 are triadic colors.