COLOR #74B6B9

HEX: #74B6B9
RGB: (116,182,185)

Color info

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

RGB color model

#74B6B9 color RGB value is (116,182,185).

  • red value is 116;
  • green value is 182;
  • blue value is 185.
RGB:
(116,182,185)
(45%,71%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 182 of 255 = 71%
B 185 of 255 = 73%

116
182
185

R + G + B ~ 63%. #74B6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 182 + 185 = 483 (100%)
R 116 of 483 ~ 24.02%
G 182 of 483 ~ 37.68%
B 185 of 483 ~ 38.3%

%24.02
%37.68
%38.3

CMYK color model

#74B6B9 color CMYK value is (37,2,0,27).

  • cyan value is 37.30%
  • magenta value is 1.62%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(37,2,0,27)
C37M2Y0K27 
(37%,2%,0%,27%)
(0.37/0.02/0.00/0.27)	

CMYK percentages

%37.3
%1.62
%0
%27.45

Codes

Color #74B6B9 in popluar color models

74B6B9
RGB116182185
HSL183°33.01%59.02%
HSB/HSV183°37.30%72.55%
CMYK37.30%1.62%0.00%
27.45%

Color #74B6B9 in popluar number systems.

HEX74B6B9
Decimal116182185
Binary11101001011011010111001
Octal164266271

Shades and tints

Shades of #74B6B9

#74B6B9
(116,182,185)
#6AA6A9
(106,166,169)
#609699
(96,150,153)
#568689
(86,134,137)
#4C7679
(76,118,121)
#426669
(66,102,105)
#385659
(56,86,89)
#2E4649
(46,70,73)
#243639
(36,54,57)
#1A2629
(26,38,41)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #74B6B9

#74B6B9
(116,182,185)
#80BCBF
(128,188,191)
#8CC2C5
(140,194,197)
#98C8CB
(152,200,203)
#A4CED1
(164,206,209)
#B0D4D7
(176,212,215)
#BCDADD
(188,218,221)
#C8E0E3
(200,224,227)
#D4E6E9
(212,230,233)
#E0ECEF
(224,236,239)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B6B9 color. Also use rgb(116,182,185) instead hex code.

Text Font Color

.myTextColor { color: #74B6B9; }

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

This text font color is #74B6B9.


Background Color

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

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

This div background color is #74B6B9.


Border color

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

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

This div border color is #74B6B9.


Opacity

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

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

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

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

This text has shadow with #74B6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B6B9 on black background.


Color preview on white background

This text has color #74B6B9 on white background.



Black color preview on #74B6B9 background

This text has black color on #74B6B9 background.


White color preview on #74B6B9 background

This text has white color on #74B6B9 background.