COLOR #74BCC4

HEX: #74BCC4 RGB: (116,188,196)

Color info

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

RGB color model

#74BCC4 color RGB value is (116,188,196).

RGB: (116,188,196) (45%, 74%, 77%)

RGB channels and saturation

R 116 of 255 = 45%
G 188 of 255 = 74%
B 196 of 255 = 77%

116
188
196

R + G + B ~ 65%. #74BCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 188 + 196 = 500 (100%)
R 116 of 500 ~ 23.2%
G 188 of 500 ~ 37.6%
B 196 of 500 ~ 39.2'%

%23.2
%37.6
%39.2

CMYK color model

#74BCC4 color CMYK value is (41,4,0,23).

  • cyan value is 40.82%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (41,4,0,23)
C41M4Y0K23 (41%, 4%, 0%, 23%)
(0.41 / 0.04 / 0.00 / 0.23)

CMYK percentages

%40.82
%4.08
%0
%23.14

Codes

Color #74BCC4 in popluar color models

74 BC C4
RGB 116 188 196
HSL 186° 40.40% 61.18%
HSB/HSV 186° 40.82% 76.86%
CMYK 40.82% 4.08% 0.00%
23.14%

Color #74BCC4 in popluar number systems.

HEX 74 BC C4
Decimal 116 188 196
Binary 1110100 10111100 11000100
Octal 164 274 304

Shades and tints

Shades of #74BCC4

#74BCC4
(116,188,196)
#6AABB3
(106,171,179)
#609AA2
(96,154,162)
#568991
(86,137,145)
#4C7880
(76,120,128)
#42676F
(66,103,111)
#38565E
(56,86,94)
#2E454D
(46,69,77)
#24343C
(36,52,60)
#1A232B
(26,35,43)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #74BCC4

#74BCC4
(116,188,196)
#80C2C9
(128,194,201)
#8CC8CE
(140,200,206)
#98CED3
(152,206,211)
#A4D4D8
(164,212,216)
#B0DADD
(176,218,221)
#BCE0E2
(188,224,226)
#C8E6E7
(200,230,231)
#D4ECEC
(212,236,236)
#E0F2F1
(224,242,241)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BCC4 color. Also use rgb(116,188,196) instead hex code.

Text Font Color

.myTextColor { color: #74BCC4; }

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

This text font color is #74BCC4.

Background Color

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

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

This div background color is #74BCC4.

Border color

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

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

This div border color is #74BCC4.

Opacity

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

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

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

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

This text has shadow with #74BCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BCC4.

Preview

Color preview on black background

This text has color #74BCC4 on black background.


Color preview on white background

This text has color #74BCC4 on white background.


Black color preview on #74BCC4 background

This text has black color on #74BCC4 background.


White color preview on #74BCC4 background

This text has white color on #74BCC4 background.


Related colors

Complementary color

Complementary color for #hex is #8B433B.


I love getcolorcode.com

Triadic colors

1 #C474BC and #BCC474 with #74BCC4 are triadic colors.

2 #C4BC74 and #BC74C4 with #74BCC4 are triadic colors.