COLOR #74B1B5

HEX: #74B1B5
RGB: (116,177,181)

Color info

#74B1B5 contains mainly green and blue colors. Web safe color of #74B1B5 is #6699CC (or #69C).

RGB color model

#74B1B5 color RGB value is (116,177,181).

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

RGB channels and saturation

R 116 of 255 = 45%
G 177 of 255 = 69%
B 181 of 255 = 71%

116
177
181

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

Portions of RGB colors in percentages

R + G + B =
116 + 177 + 181 = 474 (100%)
R 116 of 474 ~ 24.47%
G 177 of 474 ~ 37.34%
B 181 of 474 ~ 38.19%

%24.47
%37.34
%38.19

CMYK color model

#74B1B5 color CMYK value is (36,2,0,29).

  • cyan value is 35.91%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(36,2,0,29)
C36M2Y0K29 
(36%,2%,0%,29%)
(0.36/0.02/0.00/0.29)	

CMYK percentages

%35.91
%2.21
%0
%29.02

Codes

Color #74B1B5 in popluar color models

74B1B5
RGB116177181
HSL184°30.52%58.24%
HSB/HSV184°35.91%70.98%
CMYK35.91%2.21%0.00%
29.02%

Color #74B1B5 in popluar number systems.

HEX74B1B5
Decimal116177181
Binary11101001011000110110101
Octal164261265

Shades and tints

Shades of #74B1B5

#74B1B5
(116,177,181)
#6AA1A5
(106,161,165)
#609195
(96,145,149)
#568185
(86,129,133)
#4C7175
(76,113,117)
#426165
(66,97,101)
#385155
(56,81,85)
#2E4145
(46,65,69)
#243135
(36,49,53)
#1A2125
(26,33,37)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #74B1B5

#74B1B5
(116,177,181)
#80B8BB
(128,184,187)
#8CBFC1
(140,191,193)
#98C6C7
(152,198,199)
#A4CDCD
(164,205,205)
#B0D4D3
(176,212,211)
#BCDBD9
(188,219,217)
#C8E2DF
(200,226,223)
#D4E9E5
(212,233,229)
#E0F0EB
(224,240,235)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B1B5; }

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

This text font color is #74B1B5.


Background Color

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

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

This div background color is #74B1B5.


Border color

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

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

This div border color is #74B1B5.


Opacity

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

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

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

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

This text has shadow with #74B1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B1B5 on black background.


Color preview on white background

This text has color #74B1B5 on white background.



Black color preview on #74B1B5 background

This text has black color on #74B1B5 background.


White color preview on #74B1B5 background

This text has white color on #74B1B5 background.