COLOR #74BFBA

HEX: #74BFBA
RGB: (116,191,186)

Color info

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

RGB color model

#74BFBA color RGB value is (116,191,186).

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

RGB channels and saturation

R 116 of 255 = 45%
G 191 of 255 = 75%
B 186 of 255 = 73%

116
191
186

R + G + B ~ 64%. #74BFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 191 + 186 = 493 (100%)
R 116 of 493 ~ 23.53%
G 191 of 493 ~ 38.74%
B 186 of 493 ~ 37.73%

%23.53
%38.74
%37.73

CMYK color model

#74BFBA color CMYK value is (39,0,3,25).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 25.10%
CMYK:
(39,0,3,25)
C39M0Y3K25 
(39%,0%,3%,25%)
(0.39/0.00/0.03/0.25)	

CMYK percentages

%39.27
%0
%2.62
%25.1

Codes

Color #74BFBA in popluar color models

74BFBA
RGB116191186
HSL176°36.95%60.20%
HSB/HSV176°39.27%74.90%
CMYK39.27%0.00%2.62%
25.10%

Color #74BFBA in popluar number systems.

HEX74BFBA
Decimal116191186
Binary11101001011111110111010
Octal164277272

Shades and tints

Shades of #74BFBA

#74BFBA
(116,191,186)
#6AAEAA
(106,174,170)
#609D9A
(96,157,154)
#568C8A
(86,140,138)
#4C7B7A
(76,123,122)
#426A6A
(66,106,106)
#38595A
(56,89,90)
#2E484A
(46,72,74)
#24373A
(36,55,58)
#1A262A
(26,38,42)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #74BFBA

#74BFBA
(116,191,186)
#80C4C0
(128,196,192)
#8CC9C6
(140,201,198)
#98CECC
(152,206,204)
#A4D3D2
(164,211,210)
#B0D8D8
(176,216,216)
#BCDDDE
(188,221,222)
#C8E2E4
(200,226,228)
#D4E7EA
(212,231,234)
#E0ECF0
(224,236,240)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BFBA; }

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

This text font color is #74BFBA.


Background Color

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

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

This div background color is #74BFBA.


Border color

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

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

This div border color is #74BFBA.


Opacity

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

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

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

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

This text has shadow with #74BFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BFBA on black background.


Color preview on white background

This text has color #74BFBA on white background.



Black color preview on #74BFBA background

This text has black color on #74BFBA background.


White color preview on #74BFBA background

This text has white color on #74BFBA background.