COLOR #74C6E2

HEX: #74C6E2
RGB: (116,198,226)

Color info

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

RGB color model

#74C6E2 color RGB value is (116,198,226).

  • red value is 116;
  • green value is 198;
  • blue value is 226.
RGB:
(116,198,226)
(45%,78%,89%)

RGB channels and saturation

R 116 of 255 = 45%
G 198 of 255 = 78%
B 226 of 255 = 89%

116
198
226

R + G + B ~ 71%. #74C6E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 198 + 226 = 540 (100%)
R 116 of 540 ~ 21.48%
G 198 of 540 ~ 36.67%
B 226 of 540 ~ 41.85%

%21.48
%36.67
%41.85

CMYK color model

#74C6E2 color CMYK value is (49,12,0,11).

  • cyan value is 48.67%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(49,12,0,11)
C49M12Y0K11 
(49%,12%,0%,11%)
(0.49/0.12/0.00/0.11)	

CMYK percentages

%48.67
%12.39
%0
%11.37

Codes

Color #74C6E2 in popluar color models

74C6E2
RGB116198226
HSL195°65.48%67.06%
HSB/HSV195°48.67%88.63%
CMYK48.67%12.39%0.00%
11.37%

Color #74C6E2 in popluar number systems.

HEX74C6E2
Decimal116198226
Binary11101001100011011100010
Octal164306342

Shades and tints

Shades of #74C6E2

#74C6E2
(116,198,226)
#6AB4CE
(106,180,206)
#60A2BA
(96,162,186)
#5690A6
(86,144,166)
#4C7E92
(76,126,146)
#426C7E
(66,108,126)
#385A6A
(56,90,106)
#2E4856
(46,72,86)
#243642
(36,54,66)
#1A242E
(26,36,46)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #74C6E2

#74C6E2
(116,198,226)
#80CBE4
(128,203,228)
#8CD0E6
(140,208,230)
#98D5E8
(152,213,232)
#A4DAEA
(164,218,234)
#B0DFEC
(176,223,236)
#BCE4EE
(188,228,238)
#C8E9F0
(200,233,240)
#D4EEF2
(212,238,242)
#E0F3F4
(224,243,244)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C6E2 color. Also use rgb(116,198,226) instead hex code.

Text Font Color

.myTextColor { color: #74C6E2; }

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

This text font color is #74C6E2.


Background Color

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

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

This div background color is #74C6E2.


Border color

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

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

This div border color is #74C6E2.


Opacity

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

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

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

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

This text has shadow with #74C6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C6E2 on black background.


Color preview on white background

This text has color #74C6E2 on white background.



Black color preview on #74C6E2 background

This text has black color on #74C6E2 background.


White color preview on #74C6E2 background

This text has white color on #74C6E2 background.