COLOR #74ECD3

HEX: #74ECD3
RGB: (116,236,211)

Color info

#74ECD3 contains mainly green and blue colors. Web safe color of #74ECD3 is #66FFCC (or #6FC).

RGB color model

#74ECD3 color RGB value is (116,236,211).

  • red value is 116;
  • green value is 236;
  • blue value is 211.
RGB:
(116,236,211)
(45%,93%,83%)

RGB channels and saturation

R 116 of 255 = 45%
G 236 of 255 = 93%
B 211 of 255 = 83%

116
236
211

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

Portions of RGB colors in percentages

R + G + B =
116 + 236 + 211 = 563 (100%)
R 116 of 563 ~ 20.6%
G 236 of 563 ~ 41.92%
B 211 of 563 ~ 37.48%

%20.6
%41.92
%37.48

CMYK color model

#74ECD3 color CMYK value is (51,0,11,7).

  • cyan value is 50.85%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 7.45%
CMYK:
(51,0,11,7)
C51M0Y11K7 
(51%,0%,11%,7%)
(0.51/0.00/0.11/0.07)	

CMYK percentages

%50.85
%0
%10.59
%7.45

Codes

Color #74ECD3 in popluar color models

74ECD3
RGB116236211
HSL168°75.95%69.02%
HSB/HSV168°50.85%92.55%
CMYK50.85%0.00%10.59%
7.45%

Color #74ECD3 in popluar number systems.

HEX74ECD3
Decimal116236211
Binary11101001110110011010011
Octal164354323

Shades and tints

Shades of #74ECD3

#74ECD3
(116,236,211)
#6AD7C0
(106,215,192)
#60C2AD
(96,194,173)
#56AD9A
(86,173,154)
#4C9887
(76,152,135)
#428374
(66,131,116)
#386E61
(56,110,97)
#2E594E
(46,89,78)
#24443B
(36,68,59)
#1A2F28
(26,47,40)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #74ECD3

#74ECD3
(116,236,211)
#80EDD7
(128,237,215)
#8CEEDB
(140,238,219)
#98EFDF
(152,239,223)
#A4F0E3
(164,240,227)
#B0F1E7
(176,241,231)
#BCF2EB
(188,242,235)
#C8F3EF
(200,243,239)
#D4F4F3
(212,244,243)
#E0F5F7
(224,245,247)
#ECF6FB
(236,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74ECD3 color. Also use rgb(116,236,211) instead hex code.

Text Font Color

.myTextColor { color: #74ECD3; }

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

This text font color is #74ECD3.


Background Color

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

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

This div background color is #74ECD3.


Border color

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

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

This div border color is #74ECD3.


Opacity

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

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

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

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

This text has shadow with #74ECD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74ECD3 on black background.


Color preview on white background

This text has color #74ECD3 on white background.



Black color preview on #74ECD3 background

This text has black color on #74ECD3 background.


White color preview on #74ECD3 background

This text has white color on #74ECD3 background.