COLOR #74B7AF

HEX: #74B7AF
RGB: (116,183,175)

Color info

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

RGB color model

#74B7AF color RGB value is (116,183,175).

  • red value is 116;
  • green value is 183;
  • blue value is 175.
RGB:
(116,183,175)
(45%,72%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 183 of 255 = 72%
B 175 of 255 = 69%

116
183
175

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

Portions of RGB colors in percentages

R + G + B =
116 + 183 + 175 = 474 (100%)
R 116 of 474 ~ 24.47%
G 183 of 474 ~ 38.61%
B 175 of 474 ~ 36.92%

%24.47
%38.61
%36.92

CMYK color model

#74B7AF color CMYK value is (37,0,4,28).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK:
(37,0,4,28)
C37M0Y4K28 
(37%,0%,4%,28%)
(0.37/0.00/0.04/0.28)	

CMYK percentages

%36.61
%0
%4.37
%28.24

Codes

Color #74B7AF in popluar color models

74B7AF
RGB116183175
HSL173°31.75%58.63%
HSB/HSV173°36.61%71.76%
CMYK36.61%0.00%4.37%
28.24%

Color #74B7AF in popluar number systems.

HEX74B7AF
Decimal116183175
Binary11101001011011110101111
Octal164267257

Shades and tints

Shades of #74B7AF

#74B7AF
(116,183,175)
#6AA7A0
(106,167,160)
#609791
(96,151,145)
#568782
(86,135,130)
#4C7773
(76,119,115)
#426764
(66,103,100)
#385755
(56,87,85)
#2E4746
(46,71,70)
#243737
(36,55,55)
#1A2728
(26,39,40)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #74B7AF

#74B7AF
(116,183,175)
#80BDB6
(128,189,182)
#8CC3BD
(140,195,189)
#98C9C4
(152,201,196)
#A4CFCB
(164,207,203)
#B0D5D2
(176,213,210)
#BCDBD9
(188,219,217)
#C8E1E0
(200,225,224)
#D4E7E7
(212,231,231)
#E0EDEE
(224,237,238)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B7AF color. Also use rgb(116,183,175) instead hex code.

Text Font Color

.myTextColor { color: #74B7AF; }

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

This text font color is #74B7AF.


Background Color

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

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

This div background color is #74B7AF.


Border color

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

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

This div border color is #74B7AF.


Opacity

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

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

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

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

This text has shadow with #74B7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B7AF on black background.


Color preview on white background

This text has color #74B7AF on white background.



Black color preview on #74B7AF background

This text has black color on #74B7AF background.


White color preview on #74B7AF background

This text has white color on #74B7AF background.