COLOR #74BBA0

HEX: #74BBA0
RGB: (116,187,160)

Color info

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

RGB color model

#74BBA0 color RGB value is (116,187,160).

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

RGB channels and saturation

R 116 of 255 = 45%
G 187 of 255 = 73%
B 160 of 255 = 63%

116
187
160

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

Portions of RGB colors in percentages

R + G + B =
116 + 187 + 160 = 463 (100%)
R 116 of 463 ~ 25.05%
G 187 of 463 ~ 40.39%
B 160 of 463 ~ 34.56%

%25.05
%40.39
%34.56

CMYK color model

#74BBA0 color CMYK value is (38,0,14,27).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(38,0,14,27)
C38M0Y14K27 
(38%,0%,14%,27%)
(0.38/0.00/0.14/0.27)	

CMYK percentages

%37.97
%0
%14.44
%26.67

Codes

Color #74BBA0 in popluar color models

74BBA0
RGB116187160
HSL157°34.30%59.41%
HSB/HSV157°37.97%73.33%
CMYK37.97%0.00%14.44%
26.67%

Color #74BBA0 in popluar number systems.

HEX74BBA0
Decimal116187160
Binary11101001011101110100000
Octal164273240

Shades and tints

Shades of #74BBA0

#74BBA0
(116,187,160)
#6AAA92
(106,170,146)
#609984
(96,153,132)
#568876
(86,136,118)
#4C7768
(76,119,104)
#42665A
(66,102,90)
#38554C
(56,85,76)
#2E443E
(46,68,62)
#243330
(36,51,48)
#1A2222
(26,34,34)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #74BBA0

#74BBA0
(116,187,160)
#80C1A8
(128,193,168)
#8CC7B0
(140,199,176)
#98CDB8
(152,205,184)
#A4D3C0
(164,211,192)
#B0D9C8
(176,217,200)
#BCDFD0
(188,223,208)
#C8E5D8
(200,229,216)
#D4EBE0
(212,235,224)
#E0F1E8
(224,241,232)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BBA0; }

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

This text font color is #74BBA0.


Background Color

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

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

This div background color is #74BBA0.


Border color

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

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

This div border color is #74BBA0.


Opacity

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

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

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

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

This text has shadow with #74BBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BBA0 on black background.


Color preview on white background

This text has color #74BBA0 on white background.



Black color preview on #74BBA0 background

This text has black color on #74BBA0 background.


White color preview on #74BBA0 background

This text has white color on #74BBA0 background.