COLOR #74E9C9

HEX: #74E9C9
RGB: (116,233,201)

Color info

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

RGB color model

#74E9C9 color RGB value is (116,233,201).

  • red value is 116;
  • green value is 233;
  • blue value is 201.
RGB:
(116,233,201)
(45%,91%,79%)

RGB channels and saturation

R 116 of 255 = 45%
G 233 of 255 = 91%
B 201 of 255 = 79%

116
233
201

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

Portions of RGB colors in percentages

R + G + B =
116 + 233 + 201 = 550 (100%)
R 116 of 550 ~ 21.09%
G 233 of 550 ~ 42.36%
B 201 of 550 ~ 36.55%

%21.09
%42.36
%36.55

CMYK color model

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

  • cyan value is 50.21%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 8.63%
CMYK:
(50,0,14,9)
C50M0Y14K9 
(50%,0%,14%,9%)
(0.50/0.00/0.14/0.09)	

CMYK percentages

%50.21
%0
%13.73
%8.63

Codes

Color #74E9C9 in popluar color models

74E9C9
RGB116233201
HSL164°72.67%68.43%
HSB/HSV164°50.21%91.37%
CMYK50.21%0.00%13.73%
8.63%

Color #74E9C9 in popluar number systems.

HEX74E9C9
Decimal116233201
Binary11101001110100111001001
Octal164351311

Shades and tints

Shades of #74E9C9

#74E9C9
(116,233,201)
#6AD4B7
(106,212,183)
#60BFA5
(96,191,165)
#56AA93
(86,170,147)
#4C9581
(76,149,129)
#42806F
(66,128,111)
#386B5D
(56,107,93)
#2E564B
(46,86,75)
#244139
(36,65,57)
#1A2C27
(26,44,39)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #74E9C9

#74E9C9
(116,233,201)
#80EBCD
(128,235,205)
#8CEDD1
(140,237,209)
#98EFD5
(152,239,213)
#A4F1D9
(164,241,217)
#B0F3DD
(176,243,221)
#BCF5E1
(188,245,225)
#C8F7E5
(200,247,229)
#D4F9E9
(212,249,233)
#E0FBED
(224,251,237)
#ECFDF1
(236,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E9C9 color. Also use rgb(116,233,201) instead hex code.

Text Font Color

.myTextColor { color: #74E9C9; }

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

This text font color is #74E9C9.


Background Color

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

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

This div background color is #74E9C9.


Border color

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

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

This div border color is #74E9C9.


Opacity

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

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

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

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

This text has shadow with #74E9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E9C9 on black background.


Color preview on white background

This text has color #74E9C9 on white background.



Black color preview on #74E9C9 background

This text has black color on #74E9C9 background.


White color preview on #74E9C9 background

This text has white color on #74E9C9 background.