COLOR #74C9B4

HEX: #74C9B4 RGB: (116,201,180)

Color info

#74C9B4 contains mainly green and blue colors. Web safe color of #74C9B4 is #66CCCC (or #6CC).

RGB color model

#74C9B4 color RGB value is (116,201,180).

RGB: (116,201,180) (45%, 79%, 71%)

RGB channels and saturation

R 116 of 255 = 45%
G 201 of 255 = 79%
B 180 of 255 = 71%

116
201
180

R + G + B ~ 65%. #74C9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 201 + 180 = 497 (100%)
R 116 of 497 ~ 23.34%
G 201 of 497 ~ 40.44%
B 180 of 497 ~ 36.22'%

%23.34
%40.44
%36.22

CMYK color model

#74C9B4 color CMYK value is (42,0,10,21).

  • cyan value is 42.29%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 21.18%

CMYK: (42,0,10,21)
C42M0Y10K21 (42%, 0%, 10%, 21%)
(0.42 / 0.00 / 0.10 / 0.21)

CMYK percentages

%42.29
%0
%10.45
%21.18

Codes

Color #74C9B4 in popluar color models

74 C9 B4
RGB 116 201 180
HSL 165° 44.04% 62.16%
HSB/HSV 165° 42.29% 78.82%
CMYK 42.29% 0.00% 10.45%
21.18%

Color #74C9B4 in popluar number systems.

HEX 74 C9 B4
Decimal 116 201 180
Binary 1110100 11001001 10110100
Octal 164 311 264

Shades and tints

Shades of #74C9B4

#74C9B4
(116,201,180)
#6AB7A4
(106,183,164)
#60A594
(96,165,148)
#569384
(86,147,132)
#4C8174
(76,129,116)
#426F64
(66,111,100)
#385D54
(56,93,84)
#2E4B44
(46,75,68)
#243934
(36,57,52)
#1A2724
(26,39,36)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #74C9B4

#74C9B4
(116,201,180)
#80CDBA
(128,205,186)
#8CD1C0
(140,209,192)
#98D5C6
(152,213,198)
#A4D9CC
(164,217,204)
#B0DDD2
(176,221,210)
#BCE1D8
(188,225,216)
#C8E5DE
(200,229,222)
#D4E9E4
(212,233,228)
#E0EDEA
(224,237,234)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C9B4; }

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

This text font color is #74C9B4.

Background Color

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

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

This div background color is #74C9B4.

Border color

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

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

This div border color is #74C9B4.

Opacity

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

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

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

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

This text has shadow with #74C9B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C9B4.

Preview

Color preview on black background

This text has color #74C9B4 on black background.


Color preview on white background

This text has color #74C9B4 on white background.


Black color preview on #74C9B4 background

This text has black color on #74C9B4 background.


White color preview on #74C9B4 background

This text has white color on #74C9B4 background.


Related colors

Complementary color

Complementary color for #hex is #8B364B.


I love getcolorcode.com

Triadic colors

1 #B474C9 and #C9B474 with #74C9B4 are triadic colors.

2 #B4C974 and #C974B4 with #74C9B4 are triadic colors.