COLOR #74B89A

HEX: #74B89A RGB: (116,184,154)

Color info

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

RGB color model

#74B89A color RGB value is (116,184,154).

RGB: (116,184,154) (45%, 72%, 60%)

RGB channels and saturation

R 116 of 255 = 45%
G 184 of 255 = 72%
B 154 of 255 = 60%

116
184
154

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

Portions of RGB colors in percentages

R + G + B = 116 + 184 + 154 = 454 (100%)
R 116 of 454 ~ 25.55%
G 184 of 454 ~ 40.53%
B 154 of 454 ~ 33.92'%

%25.55
%40.53
%33.92

CMYK color model

#74B89A color CMYK value is (37,0,16,28).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 27.84%

CMYK: (37,0,16,28)
C37M0Y16K28 (37%, 0%, 16%, 28%)
(0.37 / 0.00 / 0.16 / 0.28)

CMYK percentages

%36.96
%0
%16.3
%27.84

Codes

Color #74B89A in popluar color models

74 B8 9A
RGB 116 184 154
HSL 154° 32.38% 58.82%
HSB/HSV 154° 36.96% 72.16%
CMYK 36.96% 0.00% 16.30%
27.84%

Color #74B89A in popluar number systems.

HEX 74 B8 9A
Decimal 116 184 154
Binary 1110100 10111000 10011010
Octal 164 270 232

Shades and tints

Shades of #74B89A

#74B89A
(116,184,154)
#6AA88C
(106,168,140)
#60987E
(96,152,126)
#568870
(86,136,112)
#4C7862
(76,120,98)
#426854
(66,104,84)
#385846
(56,88,70)
#2E4838
(46,72,56)
#24382A
(36,56,42)
#1A281C
(26,40,28)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #74B89A

#74B89A
(116,184,154)
#80BEA3
(128,190,163)
#8CC4AC
(140,196,172)
#98CAB5
(152,202,181)
#A4D0BE
(164,208,190)
#B0D6C7
(176,214,199)
#BCDCD0
(188,220,208)
#C8E2D9
(200,226,217)
#D4E8E2
(212,232,226)
#E0EEEB
(224,238,235)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B89A color. Also use rgb(116,184,154) instead hex code.

Text Font Color

.myTextColor { color: #74B89A; }

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

This text font color is #74B89A.

Background Color

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

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

This div background color is #74B89A.

Border color

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

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

This div border color is #74B89A.

Opacity

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

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

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

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

This text has shadow with #74B89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B89A.

Preview

Color preview on black background

This text has color #74B89A on black background.


Color preview on white background

This text has color #74B89A on white background.


Black color preview on #74B89A background

This text has black color on #74B89A background.


White color preview on #74B89A background

This text has white color on #74B89A background.


Related colors

Complementary color

Complementary color for #hex is #8B4765.


I love getcolorcode.com

Triadic colors

1 #9A74B8 and #B89A74 with #74B89A are triadic colors.

2 #9AB874 and #B8749A with #74B89A are triadic colors.