COLOR #74BFCF

HEX: #74BFCF
RGB: (116,191,207)

Color info

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

RGB color model

#74BFCF color RGB value is (116,191,207).

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

RGB channels and saturation

R 116 of 255 = 45%
G 191 of 255 = 75%
B 207 of 255 = 81%

116
191
207

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

Portions of RGB colors in percentages

R + G + B =
116 + 191 + 207 = 514 (100%)
R 116 of 514 ~ 22.57%
G 191 of 514 ~ 37.16%
B 207 of 514 ~ 40.27%

%22.57
%37.16
%40.27

CMYK color model

#74BFCF color CMYK value is (44,8,0,19).

  • cyan value is 43.96%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(44,8,0,19)
C44M8Y0K19 
(44%,8%,0%,19%)
(0.44/0.08/0.00/0.19)	

CMYK percentages

%43.96
%7.73
%0
%18.82

Codes

Color #74BFCF in popluar color models

74BFCF
RGB116191207
HSL191°48.66%63.33%
HSB/HSV191°43.96%81.18%
CMYK43.96%7.73%0.00%
18.82%

Color #74BFCF in popluar number systems.

HEX74BFCF
Decimal116191207
Binary11101001011111111001111
Octal164277317

Shades and tints

Shades of #74BFCF

#74BFCF
(116,191,207)
#6AAEBD
(106,174,189)
#609DAB
(96,157,171)
#568C99
(86,140,153)
#4C7B87
(76,123,135)
#426A75
(66,106,117)
#385963
(56,89,99)
#2E4851
(46,72,81)
#24373F
(36,55,63)
#1A262D
(26,38,45)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #74BFCF

#74BFCF
(116,191,207)
#80C4D3
(128,196,211)
#8CC9D7
(140,201,215)
#98CEDB
(152,206,219)
#A4D3DF
(164,211,223)
#B0D8E3
(176,216,227)
#BCDDE7
(188,221,231)
#C8E2EB
(200,226,235)
#D4E7EF
(212,231,239)
#E0ECF3
(224,236,243)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BFCF; }

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

This text font color is #74BFCF.


Background Color

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

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

This div background color is #74BFCF.


Border color

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

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

This div border color is #74BFCF.


Opacity

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

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

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

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

This text has shadow with #74BFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BFCF on black background.


Color preview on white background

This text has color #74BFCF on white background.



Black color preview on #74BFCF background

This text has black color on #74BFCF background.


White color preview on #74BFCF background

This text has white color on #74BFCF background.