COLOR #74B9AC

HEX: #74B9AC
RGB: (116,185,172)

Color info

#74B9AC contains mainly green and blue colors. Web safe color of #74B9AC is #66CC99 (or #6C9).

RGB color model

#74B9AC color RGB value is (116,185,172).

  • red value is 116;
  • green value is 185;
  • blue value is 172.
RGB:
(116,185,172)
(45%,73%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 185 of 255 = 73%
B 172 of 255 = 67%

116
185
172

R + G + B ~ 62%. #74B9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 185 + 172 = 473 (100%)
R 116 of 473 ~ 24.52%
G 185 of 473 ~ 39.11%
B 172 of 473 ~ 36.36%

%24.52
%39.11
%36.36

CMYK color model

#74B9AC color CMYK value is (37,0,7,27).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(37,0,7,27)
C37M0Y7K27 
(37%,0%,7%,27%)
(0.37/0.00/0.07/0.27)	

CMYK percentages

%37.3
%0
%7.03
%27.45

Codes

Color #74B9AC in popluar color models

74B9AC
RGB116185172
HSL169°33.01%59.02%
HSB/HSV169°37.30%72.55%
CMYK37.30%0.00%7.03%
27.45%

Color #74B9AC in popluar number systems.

HEX74B9AC
Decimal116185172
Binary11101001011100110101100
Octal164271254

Shades and tints

Shades of #74B9AC

#74B9AC
(116,185,172)
#6AA99D
(106,169,157)
#60998E
(96,153,142)
#56897F
(86,137,127)
#4C7970
(76,121,112)
#426961
(66,105,97)
#385952
(56,89,82)
#2E4943
(46,73,67)
#243934
(36,57,52)
#1A2925
(26,41,37)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #74B9AC

#74B9AC
(116,185,172)
#80BFB3
(128,191,179)
#8CC5BA
(140,197,186)
#98CBC1
(152,203,193)
#A4D1C8
(164,209,200)
#B0D7CF
(176,215,207)
#BCDDD6
(188,221,214)
#C8E3DD
(200,227,221)
#D4E9E4
(212,233,228)
#E0EFEB
(224,239,235)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B9AC color. Also use rgb(116,185,172) instead hex code.

Text Font Color

.myTextColor { color: #74B9AC; }

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

This text font color is #74B9AC.


Background Color

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

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

This div background color is #74B9AC.


Border color

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

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

This div border color is #74B9AC.


Opacity

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

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

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

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

This text has shadow with #74B9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B9AC on black background.


Color preview on white background

This text has color #74B9AC on white background.



Black color preview on #74B9AC background

This text has black color on #74B9AC background.


White color preview on #74B9AC background

This text has white color on #74B9AC background.