COLOR #74C9C6

HEX: #74C9C6
RGB: (116,201,198)

Color info

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

RGB color model

#74C9C6 color RGB value is (116,201,198).

  • red value is 116;
  • green value is 201;
  • blue value is 198.
RGB:
(116,201,198)
(45%,79%,78%)

RGB channels and saturation

R 116 of 255 = 45%
G 201 of 255 = 79%
B 198 of 255 = 78%

116
201
198

R + G + B ~ 67%. #74C9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 201 + 198 = 515 (100%)
R 116 of 515 ~ 22.52%
G 201 of 515 ~ 39.03%
B 198 of 515 ~ 38.45%

%22.52
%39.03
%38.45

CMYK color model

#74C9C6 color CMYK value is (42,0,1,21).

  • cyan value is 42.29%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 21.18%
CMYK:
(42,0,1,21)
C42M0Y1K21 
(42%,0%,1%,21%)
(0.42/0.00/0.01/0.21)	

CMYK percentages

%42.29
%0
%1.49
%21.18

Codes

Color #74C9C6 in popluar color models

74C9C6
RGB116201198
HSL178°44.04%62.16%
HSB/HSV178°42.29%78.82%
CMYK42.29%0.00%1.49%
21.18%

Color #74C9C6 in popluar number systems.

HEX74C9C6
Decimal116201198
Binary11101001100100111000110
Octal164311306

Shades and tints

Shades of #74C9C6

#74C9C6
(116,201,198)
#6AB7B4
(106,183,180)
#60A5A2
(96,165,162)
#569390
(86,147,144)
#4C817E
(76,129,126)
#426F6C
(66,111,108)
#385D5A
(56,93,90)
#2E4B48
(46,75,72)
#243936
(36,57,54)
#1A2724
(26,39,36)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #74C9C6

#74C9C6
(116,201,198)
#80CDCB
(128,205,203)
#8CD1D0
(140,209,208)
#98D5D5
(152,213,213)
#A4D9DA
(164,217,218)
#B0DDDF
(176,221,223)
#BCE1E4
(188,225,228)
#C8E5E9
(200,229,233)
#D4E9EE
(212,233,238)
#E0EDF3
(224,237,243)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C9C6; }

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

This text font color is #74C9C6.


Background Color

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

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

This div background color is #74C9C6.


Border color

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

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

This div border color is #74C9C6.


Opacity

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

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

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

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

This text has shadow with #74C9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C9C6 on black background.


Color preview on white background

This text has color #74C9C6 on white background.



Black color preview on #74C9C6 background

This text has black color on #74C9C6 background.


White color preview on #74C9C6 background

This text has white color on #74C9C6 background.