COLOR #74B4A0

HEX: #74B4A0
RGB: (116,180,160)

Color info

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

RGB color model

#74B4A0 color RGB value is (116,180,160).

  • red value is 116;
  • green value is 180;
  • blue value is 160.
RGB:
(116,180,160)
(45%,71%,63%)

RGB channels and saturation

R 116 of 255 = 45%
G 180 of 255 = 71%
B 160 of 255 = 63%

116
180
160

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

Portions of RGB colors in percentages

R + G + B =
116 + 180 + 160 = 456 (100%)
R 116 of 456 ~ 25.44%
G 180 of 456 ~ 39.47%
B 160 of 456 ~ 35.09%

%25.44
%39.47
%35.09

CMYK color model

#74B4A0 color CMYK value is (36,0,11,29).

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(36,0,11,29)
C36M0Y11K29 
(36%,0%,11%,29%)
(0.36/0.00/0.11/0.29)	

CMYK percentages

%35.56
%0
%11.11
%29.41

Codes

Color #74B4A0 in popluar color models

74B4A0
RGB116180160
HSL161°29.91%58.04%
HSB/HSV161°35.56%70.59%
CMYK35.56%0.00%11.11%
29.41%

Color #74B4A0 in popluar number systems.

HEX74B4A0
Decimal116180160
Binary11101001011010010100000
Octal164264240

Shades and tints

Shades of #74B4A0

#74B4A0
(116,180,160)
#6AA492
(106,164,146)
#609484
(96,148,132)
#568476
(86,132,118)
#4C7468
(76,116,104)
#42645A
(66,100,90)
#38544C
(56,84,76)
#2E443E
(46,68,62)
#243430
(36,52,48)
#1A2422
(26,36,34)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #74B4A0

#74B4A0
(116,180,160)
#80BAA8
(128,186,168)
#8CC0B0
(140,192,176)
#98C6B8
(152,198,184)
#A4CCC0
(164,204,192)
#B0D2C8
(176,210,200)
#BCD8D0
(188,216,208)
#C8DED8
(200,222,216)
#D4E4E0
(212,228,224)
#E0EAE8
(224,234,232)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B4A0 color. Also use rgb(116,180,160) instead hex code.

Text Font Color

.myTextColor { color: #74B4A0; }

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

This text font color is #74B4A0.


Background Color

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

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

This div background color is #74B4A0.


Border color

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

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

This div border color is #74B4A0.


Opacity

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

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

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

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

This text has shadow with #74B4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B4A0 on black background.


Color preview on white background

This text has color #74B4A0 on white background.



Black color preview on #74B4A0 background

This text has black color on #74B4A0 background.


White color preview on #74B4A0 background

This text has white color on #74B4A0 background.