COLOR #74BFA0

HEX: #74BFA0
RGB: (116,191,160)

Color info

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

RGB color model

#74BFA0 color RGB value is (116,191,160).

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

RGB channels and saturation

R 116 of 255 = 45%
G 191 of 255 = 75%
B 160 of 255 = 63%

116
191
160

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

Portions of RGB colors in percentages

R + G + B =
116 + 191 + 160 = 467 (100%)
R 116 of 467 ~ 24.84%
G 191 of 467 ~ 40.9%
B 160 of 467 ~ 34.26%

%24.84
%40.9
%34.26

CMYK color model

#74BFA0 color CMYK value is (39,0,16,25).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(39,0,16,25)
C39M0Y16K25 
(39%,0%,16%,25%)
(0.39/0.00/0.16/0.25)	

CMYK percentages

%39.27
%0
%16.23
%25.1

Codes

Color #74BFA0 in popluar color models

74BFA0
RGB116191160
HSL155°36.95%60.20%
HSB/HSV155°39.27%74.90%
CMYK39.27%0.00%16.23%
25.10%

Color #74BFA0 in popluar number systems.

HEX74BFA0
Decimal116191160
Binary11101001011111110100000
Octal164277240

Shades and tints

Shades of #74BFA0

#74BFA0
(116,191,160)
#6AAE92
(106,174,146)
#609D84
(96,157,132)
#568C76
(86,140,118)
#4C7B68
(76,123,104)
#426A5A
(66,106,90)
#38594C
(56,89,76)
#2E483E
(46,72,62)
#243730
(36,55,48)
#1A2622
(26,38,34)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #74BFA0

#74BFA0
(116,191,160)
#80C4A8
(128,196,168)
#8CC9B0
(140,201,176)
#98CEB8
(152,206,184)
#A4D3C0
(164,211,192)
#B0D8C8
(176,216,200)
#BCDDD0
(188,221,208)
#C8E2D8
(200,226,216)
#D4E7E0
(212,231,224)
#E0ECE8
(224,236,232)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BFA0; }

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

This text font color is #74BFA0.


Background Color

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

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

This div background color is #74BFA0.


Border color

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

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

This div border color is #74BFA0.


Opacity

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

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

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

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

This text has shadow with #74BFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BFA0 on black background.


Color preview on white background

This text has color #74BFA0 on white background.



Black color preview on #74BFA0 background

This text has black color on #74BFA0 background.


White color preview on #74BFA0 background

This text has white color on #74BFA0 background.