COLOR #74BDBF

HEX: #74BDBF
RGB: (116,189,191)

Color info

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

RGB color model

#74BDBF color RGB value is (116,189,191).

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

RGB channels and saturation

R 116 of 255 = 45%
G 189 of 255 = 74%
B 191 of 255 = 75%

116
189
191

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

Portions of RGB colors in percentages

R + G + B =
116 + 189 + 191 = 496 (100%)
R 116 of 496 ~ 23.39%
G 189 of 496 ~ 38.1%
B 191 of 496 ~ 38.51%

%23.39
%38.1
%38.51

CMYK color model

#74BDBF color CMYK value is (39,1,0,25).

  • cyan value is 39.27%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(39,1,0,25)
C39M1Y0K25 
(39%,1%,0%,25%)
(0.39/0.01/0.00/0.25)	

CMYK percentages

%39.27
%1.05
%0
%25.1

Codes

Color #74BDBF in popluar color models

74BDBF
RGB116189191
HSL182°36.95%60.20%
HSB/HSV182°39.27%74.90%
CMYK39.27%1.05%0.00%
25.10%

Color #74BDBF in popluar number systems.

HEX74BDBF
Decimal116189191
Binary11101001011110110111111
Octal164275277

Shades and tints

Shades of #74BDBF

#74BDBF
(116,189,191)
#6AACAE
(106,172,174)
#609B9D
(96,155,157)
#568A8C
(86,138,140)
#4C797B
(76,121,123)
#42686A
(66,104,106)
#385759
(56,87,89)
#2E4648
(46,70,72)
#243537
(36,53,55)
#1A2426
(26,36,38)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #74BDBF

#74BDBF
(116,189,191)
#80C3C4
(128,195,196)
#8CC9C9
(140,201,201)
#98CFCE
(152,207,206)
#A4D5D3
(164,213,211)
#B0DBD8
(176,219,216)
#BCE1DD
(188,225,221)
#C8E7E2
(200,231,226)
#D4EDE7
(212,237,231)
#E0F3EC
(224,243,236)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BDBF; }

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

This text font color is #74BDBF.


Background Color

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

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

This div background color is #74BDBF.


Border color

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

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

This div border color is #74BDBF.


Opacity

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

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

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

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

This text has shadow with #74BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BDBF on black background.


Color preview on white background

This text has color #74BDBF on white background.



Black color preview on #74BDBF background

This text has black color on #74BDBF background.


White color preview on #74BDBF background

This text has white color on #74BDBF background.