COLOR #74F7CE

HEX: #74F7CE
RGB: (116,247,206)

Color info

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

RGB color model

#74F7CE color RGB value is (116,247,206).

  • red value is 116;
  • green value is 247;
  • blue value is 206.
RGB:
(116,247,206)
(45%,97%,81%)

RGB channels and saturation

R 116 of 255 = 45%
G 247 of 255 = 97%
B 206 of 255 = 81%

116
247
206

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

Portions of RGB colors in percentages

R + G + B =
116 + 247 + 206 = 569 (100%)
R 116 of 569 ~ 20.39%
G 247 of 569 ~ 43.41%
B 206 of 569 ~ 36.2%

%20.39
%43.41
%36.2

CMYK color model

#74F7CE color CMYK value is (53,0,17,3).

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(53,0,17,3)
C53M0Y17K3 
(53%,0%,17%,3%)
(0.53/0.00/0.17/0.03)	

CMYK percentages

%53.04
%0
%16.6
%3.14

Codes

Color #74F7CE in popluar color models

74F7CE
RGB116247206
HSL161°89.12%71.18%
HSB/HSV161°53.04%96.86%
CMYK53.04%0.00%16.60%
3.14%

Color #74F7CE in popluar number systems.

HEX74F7CE
Decimal116247206
Binary11101001111011111001110
Octal164367316

Shades and tints

Shades of #74F7CE

#74F7CE
(116,247,206)
#6AE1BC
(106,225,188)
#60CBAA
(96,203,170)
#56B598
(86,181,152)
#4C9F86
(76,159,134)
#428974
(66,137,116)
#387362
(56,115,98)
#2E5D50
(46,93,80)
#24473E
(36,71,62)
#1A312C
(26,49,44)
#101B1A
(16,27,26)
#000000
(0,0,0)

Tints of #74F7CE

#74F7CE
(116,247,206)
#80F7D2
(128,247,210)
#8CF7D6
(140,247,214)
#98F7DA
(152,247,218)
#A4F7DE
(164,247,222)
#B0F7E2
(176,247,226)
#BCF7E6
(188,247,230)
#C8F7EA
(200,247,234)
#D4F7EE
(212,247,238)
#E0F7F2
(224,247,242)
#ECF7F6
(236,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74F7CE color. Also use rgb(116,247,206) instead hex code.

Text Font Color

.myTextColor { color: #74F7CE; }

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

This text font color is #74F7CE.


Background Color

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

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

This div background color is #74F7CE.


Border color

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

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

This div border color is #74F7CE.


Opacity

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

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

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

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

This text has shadow with #74F7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74F7CE on black background.


Color preview on white background

This text has color #74F7CE on white background.



Black color preview on #74F7CE background

This text has black color on #74F7CE background.


White color preview on #74F7CE background

This text has white color on #74F7CE background.