COLOR #74BA9B

HEX: #74BA9B RGB: (116,186,155)

Color info

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

RGB color model

#74BA9B color RGB value is (116,186,155).

RGB: (116,186,155) (45%, 73%, 61%)

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 155 of 255 = 61%

116
186
155

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

Portions of RGB colors in percentages

R + G + B = 116 + 186 + 155 = 457 (100%)
R 116 of 457 ~ 25.38%
G 186 of 457 ~ 40.7%
B 155 of 457 ~ 33.92'%

%25.38
%40.7
%33.92

CMYK color model

#74BA9B color CMYK value is (38,0,17,27).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 27.06%

CMYK: (38,0,17,27)
C38M0Y17K27 (38%, 0%, 17%, 27%)
(0.38 / 0.00 / 0.17 / 0.27)

CMYK percentages

%37.63
%0
%16.67
%27.06

Codes

Color #74BA9B in popluar color models

74 BA 9B
RGB 116 186 155
HSL 153° 33.65% 59.22%
HSB/HSV 153° 37.63% 72.94%
CMYK 37.63% 0.00% 16.67%
27.06%

Color #74BA9B in popluar number systems.

HEX 74 BA 9B
Decimal 116 186 155
Binary 1110100 10111010 10011011
Octal 164 272 233

Shades and tints

Shades of #74BA9B

#74BA9B
(116,186,155)
#6AAA8D
(106,170,141)
#609A7F
(96,154,127)
#568A71
(86,138,113)
#4C7A63
(76,122,99)
#426A55
(66,106,85)
#385A47
(56,90,71)
#2E4A39
(46,74,57)
#243A2B
(36,58,43)
#1A2A1D
(26,42,29)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #74BA9B

#74BA9B
(116,186,155)
#80C0A4
(128,192,164)
#8CC6AD
(140,198,173)
#98CCB6
(152,204,182)
#A4D2BF
(164,210,191)
#B0D8C8
(176,216,200)
#BCDED1
(188,222,209)
#C8E4DA
(200,228,218)
#D4EAE3
(212,234,227)
#E0F0EC
(224,240,236)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BA9B color. Also use rgb(116,186,155) instead hex code.

Text Font Color

.myTextColor { color: #74BA9B; }

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

This text font color is #74BA9B.

Background Color

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

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

This div background color is #74BA9B.

Border color

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

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

This div border color is #74BA9B.

Opacity

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

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

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

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

This text has shadow with #74BA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BA9B.

Preview

Color preview on black background

This text has color #74BA9B on black background.


Color preview on white background

This text has color #74BA9B on white background.


Black color preview on #74BA9B background

This text has black color on #74BA9B background.


White color preview on #74BA9B background

This text has white color on #74BA9B background.


Related colors

Complementary color

Complementary color for #hex is #8B4564.


I love getcolorcode.com

Triadic colors

1 #9B74BA and #BA9B74 with #74BA9B are triadic colors.

2 #9BBA74 and #BA749B with #74BA9B are triadic colors.