COLOR #74AA8F

HEX: #74AA8F
RGB: (116,170,143)

Color info

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

RGB color model

#74AA8F color RGB value is (116,170,143).

  • red value is 116;
  • green value is 170;
  • blue value is 143.
RGB:
(116,170,143)
(45%,67%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 143 of 255 = 56%

116
170
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 170 + 143 = 429 (100%)
R 116 of 429 ~ 27.04%
G 170 of 429 ~ 39.63%
B 143 of 429 ~ 33.33%

%27.04
%39.63
%33.33

CMYK color model

#74AA8F color CMYK value is (32,0,16,33).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(32,0,16,33)
C32M0Y16K33 
(32%,0%,16%,33%)
(0.32/0.00/0.16/0.33)	

CMYK percentages

%31.76
%0
%15.88
%33.33

Codes

Color #74AA8F in popluar color models

74AA8F
RGB116170143
HSL150°24.11%56.08%
HSB/HSV150°31.76%66.67%
CMYK31.76%0.00%15.88%
33.33%

Color #74AA8F in popluar number systems.

HEX74AA8F
Decimal116170143
Binary11101001010101010001111
Octal164252217

Shades and tints

Shades of #74AA8F

#74AA8F
(116,170,143)
#6A9B82
(106,155,130)
#608C75
(96,140,117)
#567D68
(86,125,104)
#4C6E5B
(76,110,91)
#425F4E
(66,95,78)
#385041
(56,80,65)
#2E4134
(46,65,52)
#243227
(36,50,39)
#1A231A
(26,35,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #74AA8F

#74AA8F
(116,170,143)
#80B199
(128,177,153)
#8CB8A3
(140,184,163)
#98BFAD
(152,191,173)
#A4C6B7
(164,198,183)
#B0CDC1
(176,205,193)
#BCD4CB
(188,212,203)
#C8DBD5
(200,219,213)
#D4E2DF
(212,226,223)
#E0E9E9
(224,233,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AA8F color. Also use rgb(116,170,143) instead hex code.

Text Font Color

.myTextColor { color: #74AA8F; }

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

This text font color is #74AA8F.


Background Color

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

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

This div background color is #74AA8F.


Border color

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

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

This div border color is #74AA8F.


Opacity

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

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

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

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

This text has shadow with #74AA8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AA8F on black background.


Color preview on white background

This text has color #74AA8F on white background.



Black color preview on #74AA8F background

This text has black color on #74AA8F background.


White color preview on #74AA8F background

This text has white color on #74AA8F background.