COLOR #74B5B6

HEX: #74B5B6
RGB: (116,181,182)

Color info

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

RGB color model

#74B5B6 color RGB value is (116,181,182).

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

RGB channels and saturation

R 116 of 255 = 45%
G 181 of 255 = 71%
B 182 of 255 = 71%

116
181
182

R + G + B ~ 62%. #74B5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 181 + 182 = 479 (100%)
R 116 of 479 ~ 24.22%
G 181 of 479 ~ 37.79%
B 182 of 479 ~ 38%

%24.22
%37.79
%38

CMYK color model

#74B5B6 color CMYK value is (36,1,0,29).

  • cyan value is 36.26%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,1,0,29)
C36M1Y0K29 
(36%,1%,0%,29%)
(0.36/0.01/0.00/0.29)	

CMYK percentages

%36.26
%0.55
%0
%28.63

Codes

Color #74B5B6 in popluar color models

74B5B6
RGB116181182
HSL181°31.13%58.43%
HSB/HSV181°36.26%71.37%
CMYK36.26%0.55%0.00%
28.63%

Color #74B5B6 in popluar number systems.

HEX74B5B6
Decimal116181182
Binary11101001011010110110110
Octal164265266

Shades and tints

Shades of #74B5B6

#74B5B6
(116,181,182)
#6AA5A6
(106,165,166)
#609596
(96,149,150)
#568586
(86,133,134)
#4C7576
(76,117,118)
#426566
(66,101,102)
#385556
(56,85,86)
#2E4546
(46,69,70)
#243536
(36,53,54)
#1A2526
(26,37,38)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #74B5B6

#74B5B6
(116,181,182)
#80BBBC
(128,187,188)
#8CC1C2
(140,193,194)
#98C7C8
(152,199,200)
#A4CDCE
(164,205,206)
#B0D3D4
(176,211,212)
#BCD9DA
(188,217,218)
#C8DFE0
(200,223,224)
#D4E5E6
(212,229,230)
#E0EBEC
(224,235,236)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B5B6; }

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

This text font color is #74B5B6.


Background Color

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

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

This div background color is #74B5B6.


Border color

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

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

This div border color is #74B5B6.


Opacity

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

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

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

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

This text has shadow with #74B5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B5B6 on black background.


Color preview on white background

This text has color #74B5B6 on white background.



Black color preview on #74B5B6 background

This text has black color on #74B5B6 background.


White color preview on #74B5B6 background

This text has white color on #74B5B6 background.