COLOR #74BDBA

HEX: #74BDBA
RGB: (116,189,186)

Color info

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

RGB color model

#74BDBA color RGB value is (116,189,186).

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

RGB channels and saturation

R 116 of 255 = 45%
G 189 of 255 = 74%
B 186 of 255 = 73%

116
189
186

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

Portions of RGB colors in percentages

R + G + B =
116 + 189 + 186 = 491 (100%)
R 116 of 491 ~ 23.63%
G 189 of 491 ~ 38.49%
B 186 of 491 ~ 37.88%

%23.63
%38.49
%37.88

CMYK color model

#74BDBA color CMYK value is (39,0,2,26).

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 25.88%
CMYK:
(39,0,2,26)
C39M0Y2K26 
(39%,0%,2%,26%)
(0.39/0.00/0.02/0.26)	

CMYK percentages

%38.62
%0
%1.59
%25.88

Codes

Color #74BDBA in popluar color models

74BDBA
RGB116189186
HSL178°35.61%59.80%
HSB/HSV178°38.62%74.12%
CMYK38.62%0.00%1.59%
25.88%

Color #74BDBA in popluar number systems.

HEX74BDBA
Decimal116189186
Binary11101001011110110111010
Octal164275272

Shades and tints

Shades of #74BDBA

#74BDBA
(116,189,186)
#6AACAA
(106,172,170)
#609B9A
(96,155,154)
#568A8A
(86,138,138)
#4C797A
(76,121,122)
#42686A
(66,104,106)
#38575A
(56,87,90)
#2E464A
(46,70,74)
#24353A
(36,53,58)
#1A242A
(26,36,42)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #74BDBA

#74BDBA
(116,189,186)
#80C3C0
(128,195,192)
#8CC9C6
(140,201,198)
#98CFCC
(152,207,204)
#A4D5D2
(164,213,210)
#B0DBD8
(176,219,216)
#BCE1DE
(188,225,222)
#C8E7E4
(200,231,228)
#D4EDEA
(212,237,234)
#E0F3F0
(224,243,240)
#ECF9F6
(236,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BDBA; }

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

This text font color is #74BDBA.


Background Color

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

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

This div background color is #74BDBA.


Border color

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

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

This div border color is #74BDBA.


Opacity

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

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

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

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

This text has shadow with #74BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BDBA on black background.


Color preview on white background

This text has color #74BDBA on white background.



Black color preview on #74BDBA background

This text has black color on #74BDBA background.


White color preview on #74BDBA background

This text has white color on #74BDBA background.