COLOR #74E8D3

HEX: #74E8D3
RGB: (116,232,211)

Color info

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

RGB color model

#74E8D3 color RGB value is (116,232,211).

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

RGB channels and saturation

R 116 of 255 = 45%
G 232 of 255 = 91%
B 211 of 255 = 83%

116
232
211

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

Portions of RGB colors in percentages

R + G + B =
116 + 232 + 211 = 559 (100%)
R 116 of 559 ~ 20.75%
G 232 of 559 ~ 41.5%
B 211 of 559 ~ 37.75%

%20.75
%41.5
%37.75

CMYK color model

#74E8D3 color CMYK value is (50,0,9,9).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 9.02%
CMYK:
(50,0,9,9)
C50M0Y9K9 
(50%,0%,9%,9%)
(0.50/0.00/0.09/0.09)	

CMYK percentages

%50
%0
%9.05
%9.02

Codes

Color #74E8D3 in popluar color models

74E8D3
RGB116232211
HSL169°71.60%68.24%
HSB/HSV169°50.00%90.98%
CMYK50.00%0.00%9.05%
9.02%

Color #74E8D3 in popluar number systems.

HEX74E8D3
Decimal116232211
Binary11101001110100011010011
Octal164350323

Shades and tints

Shades of #74E8D3

#74E8D3
(116,232,211)
#6AD3C0
(106,211,192)
#60BEAD
(96,190,173)
#56A99A
(86,169,154)
#4C9487
(76,148,135)
#427F74
(66,127,116)
#386A61
(56,106,97)
#2E554E
(46,85,78)
#24403B
(36,64,59)
#1A2B28
(26,43,40)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #74E8D3

#74E8D3
(116,232,211)
#80EAD7
(128,234,215)
#8CECDB
(140,236,219)
#98EEDF
(152,238,223)
#A4F0E3
(164,240,227)
#B0F2E7
(176,242,231)
#BCF4EB
(188,244,235)
#C8F6EF
(200,246,239)
#D4F8F3
(212,248,243)
#E0FAF7
(224,250,247)
#ECFCFB
(236,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74E8D3; }

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

This text font color is #74E8D3.


Background Color

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

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

This div background color is #74E8D3.


Border color

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

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

This div border color is #74E8D3.


Opacity

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

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

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

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

This text has shadow with #74E8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E8D3 on black background.


Color preview on white background

This text has color #74E8D3 on white background.



Black color preview on #74E8D3 background

This text has black color on #74E8D3 background.


White color preview on #74E8D3 background

This text has white color on #74E8D3 background.