COLOR #74BEC3

HEX: #74BEC3 RGB: (116,190,195)

Color info

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

RGB color model

#74BEC3 color RGB value is (116,190,195).

RGB: (116,190,195) (45%, 75%, 76%)

RGB channels and saturation

R 116 of 255 = 45%
G 190 of 255 = 75%
B 195 of 255 = 76%

116
190
195

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

Portions of RGB colors in percentages

R + G + B = 116 + 190 + 195 = 501 (100%)
R 116 of 501 ~ 23.15%
G 190 of 501 ~ 37.92%
B 195 of 501 ~ 38.92'%

%23.15
%37.92
%38.92

CMYK color model

#74BEC3 color CMYK value is (41,3,0,24).

  • cyan value is 40.51%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (41,3,0,24)
C41M3Y0K24 (41%, 3%, 0%, 24%)
(0.41 / 0.03 / 0.00 / 0.24)

CMYK percentages

%40.51
%2.56
%0
%23.53

Codes

Color #74BEC3 in popluar color models

74 BE C3
RGB 116 190 195
HSL 184° 39.70% 60.98%
HSB/HSV 184° 40.51% 76.47%
CMYK 40.51% 2.56% 0.00%
23.53%

Color #74BEC3 in popluar number systems.

HEX 74 BE C3
Decimal 116 190 195
Binary 1110100 10111110 11000011
Octal 164 276 303

Shades and tints

Shades of #74BEC3

#74BEC3
(116,190,195)
#6AADB2
(106,173,178)
#609CA1
(96,156,161)
#568B90
(86,139,144)
#4C7A7F
(76,122,127)
#42696E
(66,105,110)
#38585D
(56,88,93)
#2E474C
(46,71,76)
#24363B
(36,54,59)
#1A252A
(26,37,42)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #74BEC3

#74BEC3
(116,190,195)
#80C3C8
(128,195,200)
#8CC8CD
(140,200,205)
#98CDD2
(152,205,210)
#A4D2D7
(164,210,215)
#B0D7DC
(176,215,220)
#BCDCE1
(188,220,225)
#C8E1E6
(200,225,230)
#D4E6EB
(212,230,235)
#E0EBF0
(224,235,240)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BEC3 color. Also use rgb(116,190,195) instead hex code.

Text Font Color

.myTextColor { color: #74BEC3; }

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

This text font color is #74BEC3.

Background Color

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

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

This div background color is #74BEC3.

Border color

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

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

This div border color is #74BEC3.

Opacity

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

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

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

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

This text has shadow with #74BEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BEC3.

Preview

Color preview on black background

This text has color #74BEC3 on black background.


Color preview on white background

This text has color #74BEC3 on white background.


Black color preview on #74BEC3 background

This text has black color on #74BEC3 background.


White color preview on #74BEC3 background

This text has white color on #74BEC3 background.


Related colors

Complementary color

Complementary color for #hex is #8B413C.


I love getcolorcode.com

Triadic colors

1 #C374BE and #BEC374 with #74BEC3 are triadic colors.

2 #C3BE74 and #BE74C3 with #74BEC3 are triadic colors.