COLOR #74C3B9

HEX: #74C3B9
RGB: (116,195,185)

Color info

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

RGB color model

#74C3B9 color RGB value is (116,195,185).

  • red value is 116;
  • green value is 195;
  • blue value is 185.
RGB:
(116,195,185)
(45%,76%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 195 of 255 = 76%
B 185 of 255 = 73%

116
195
185

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

Portions of RGB colors in percentages

R + G + B =
116 + 195 + 185 = 496 (100%)
R 116 of 496 ~ 23.39%
G 195 of 496 ~ 39.31%
B 185 of 496 ~ 37.3%

%23.39
%39.31
%37.3

CMYK color model

#74C3B9 color CMYK value is (41,0,5,24).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(41,0,5,24)
C41M0Y5K24 
(41%,0%,5%,24%)
(0.41/0.00/0.05/0.24)	

CMYK percentages

%40.51
%0
%5.13
%23.53

Codes

Color #74C3B9 in popluar color models

74C3B9
RGB116195185
HSL172°39.70%60.98%
HSB/HSV172°40.51%76.47%
CMYK40.51%0.00%5.13%
23.53%

Color #74C3B9 in popluar number systems.

HEX74C3B9
Decimal116195185
Binary11101001100001110111001
Octal164303271

Shades and tints

Shades of #74C3B9

#74C3B9
(116,195,185)
#6AB2A9
(106,178,169)
#60A199
(96,161,153)
#569089
(86,144,137)
#4C7F79
(76,127,121)
#426E69
(66,110,105)
#385D59
(56,93,89)
#2E4C49
(46,76,73)
#243B39
(36,59,57)
#1A2A29
(26,42,41)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #74C3B9

#74C3B9
(116,195,185)
#80C8BF
(128,200,191)
#8CCDC5
(140,205,197)
#98D2CB
(152,210,203)
#A4D7D1
(164,215,209)
#B0DCD7
(176,220,215)
#BCE1DD
(188,225,221)
#C8E6E3
(200,230,227)
#D4EBE9
(212,235,233)
#E0F0EF
(224,240,239)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C3B9 color. Also use rgb(116,195,185) instead hex code.

Text Font Color

.myTextColor { color: #74C3B9; }

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

This text font color is #74C3B9.


Background Color

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

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

This div background color is #74C3B9.


Border color

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

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

This div border color is #74C3B9.


Opacity

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

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

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

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

This text has shadow with #74C3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C3B9 on black background.


Color preview on white background

This text has color #74C3B9 on white background.



Black color preview on #74C3B9 background

This text has black color on #74C3B9 background.


White color preview on #74C3B9 background

This text has white color on #74C3B9 background.