COLOR #74B7A8

HEX: #74B7A8
RGB: (116,183,168)

Color info

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

RGB color model

#74B7A8 color RGB value is (116,183,168).

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

RGB channels and saturation

R 116 of 255 = 45%
G 183 of 255 = 72%
B 168 of 255 = 66%

116
183
168

R + G + B ~ 61%. #74B7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 183 + 168 = 467 (100%)
R 116 of 467 ~ 24.84%
G 183 of 467 ~ 39.19%
B 168 of 467 ~ 35.97%

%24.84
%39.19
%35.97

CMYK color model

#74B7A8 color CMYK value is (37,0,8,28).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 28.24%
CMYK:
(37,0,8,28)
C37M0Y8K28 
(37%,0%,8%,28%)
(0.37/0.00/0.08/0.28)	

CMYK percentages

%36.61
%0
%8.2
%28.24

Codes

Color #74B7A8 in popluar color models

74B7A8
RGB116183168
HSL167°31.75%58.63%
HSB/HSV167°36.61%71.76%
CMYK36.61%0.00%8.20%
28.24%

Color #74B7A8 in popluar number systems.

HEX74B7A8
Decimal116183168
Binary11101001011011110101000
Octal164267250

Shades and tints

Shades of #74B7A8

#74B7A8
(116,183,168)
#6AA799
(106,167,153)
#60978A
(96,151,138)
#56877B
(86,135,123)
#4C776C
(76,119,108)
#42675D
(66,103,93)
#38574E
(56,87,78)
#2E473F
(46,71,63)
#243730
(36,55,48)
#1A2721
(26,39,33)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #74B7A8

#74B7A8
(116,183,168)
#80BDAF
(128,189,175)
#8CC3B6
(140,195,182)
#98C9BD
(152,201,189)
#A4CFC4
(164,207,196)
#B0D5CB
(176,213,203)
#BCDBD2
(188,219,210)
#C8E1D9
(200,225,217)
#D4E7E0
(212,231,224)
#E0EDE7
(224,237,231)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B7A8; }

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

This text font color is #74B7A8.


Background Color

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

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

This div background color is #74B7A8.


Border color

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

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

This div border color is #74B7A8.


Opacity

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

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

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

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

This text has shadow with #74B7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B7A8 on black background.


Color preview on white background

This text has color #74B7A8 on white background.



Black color preview on #74B7A8 background

This text has black color on #74B7A8 background.


White color preview on #74B7A8 background

This text has white color on #74B7A8 background.