COLOR #74C4BF

HEX: #74C4BF
RGB: (116,196,191)

Color info

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

RGB color model

#74C4BF color RGB value is (116,196,191).

  • red value is 116;
  • green value is 196;
  • blue value is 191.
RGB:
(116,196,191)
(45%,77%,75%)

RGB channels and saturation

R 116 of 255 = 45%
G 196 of 255 = 77%
B 191 of 255 = 75%

116
196
191

R + G + B ~ 66%. #74C4BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 196 + 191 = 503 (100%)
R 116 of 503 ~ 23.06%
G 196 of 503 ~ 38.97%
B 191 of 503 ~ 37.97%

%23.06
%38.97
%37.97

CMYK color model

#74C4BF color CMYK value is (41,0,3,23).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 23.14%
CMYK:
(41,0,3,23)
C41M0Y3K23 
(41%,0%,3%,23%)
(0.41/0.00/0.03/0.23)	

CMYK percentages

%40.82
%0
%2.55
%23.14

Codes

Color #74C4BF in popluar color models

74C4BF
RGB116196191
HSL176°40.40%61.18%
HSB/HSV176°40.82%76.86%
CMYK40.82%0.00%2.55%
23.14%

Color #74C4BF in popluar number systems.

HEX74C4BF
Decimal116196191
Binary11101001100010010111111
Octal164304277

Shades and tints

Shades of #74C4BF

#74C4BF
(116,196,191)
#6AB3AE
(106,179,174)
#60A29D
(96,162,157)
#56918C
(86,145,140)
#4C807B
(76,128,123)
#426F6A
(66,111,106)
#385E59
(56,94,89)
#2E4D48
(46,77,72)
#243C37
(36,60,55)
#1A2B26
(26,43,38)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #74C4BF

#74C4BF
(116,196,191)
#80C9C4
(128,201,196)
#8CCEC9
(140,206,201)
#98D3CE
(152,211,206)
#A4D8D3
(164,216,211)
#B0DDD8
(176,221,216)
#BCE2DD
(188,226,221)
#C8E7E2
(200,231,226)
#D4ECE7
(212,236,231)
#E0F1EC
(224,241,236)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C4BF color. Also use rgb(116,196,191) instead hex code.

Text Font Color

.myTextColor { color: #74C4BF; }

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

This text font color is #74C4BF.


Background Color

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

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

This div background color is #74C4BF.


Border color

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

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

This div border color is #74C4BF.


Opacity

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

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

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

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

This text has shadow with #74C4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C4BF on black background.


Color preview on white background

This text has color #74C4BF on white background.



Black color preview on #74C4BF background

This text has black color on #74C4BF background.


White color preview on #74C4BF background

This text has white color on #74C4BF background.