COLOR #74EDCF

HEX: #74EDCF
RGB: (116,237,207)

Color info

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

RGB color model

#74EDCF color RGB value is (116,237,207).

  • red value is 116;
  • green value is 237;
  • blue value is 207.
RGB:
(116,237,207)
(45%,93%,81%)

RGB channels and saturation

R 116 of 255 = 45%
G 237 of 255 = 93%
B 207 of 255 = 81%

116
237
207

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

Portions of RGB colors in percentages

R + G + B =
116 + 237 + 207 = 560 (100%)
R 116 of 560 ~ 20.71%
G 237 of 560 ~ 42.32%
B 207 of 560 ~ 36.96%

%20.71
%42.32
%36.96

CMYK color model

#74EDCF color CMYK value is (51,0,13,7).

  • cyan value is 51.05%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 7.06%
CMYK:
(51,0,13,7)
C51M0Y13K7 
(51%,0%,13%,7%)
(0.51/0.00/0.13/0.07)	

CMYK percentages

%51.05
%0
%12.66
%7.06

Codes

Color #74EDCF in popluar color models

74EDCF
RGB116237207
HSL165°77.07%69.22%
HSB/HSV165°51.05%92.94%
CMYK51.05%0.00%12.66%
7.06%

Color #74EDCF in popluar number systems.

HEX74EDCF
Decimal116237207
Binary11101001110110111001111
Octal164355317

Shades and tints

Shades of #74EDCF

#74EDCF
(116,237,207)
#6AD8BD
(106,216,189)
#60C3AB
(96,195,171)
#56AE99
(86,174,153)
#4C9987
(76,153,135)
#428475
(66,132,117)
#386F63
(56,111,99)
#2E5A51
(46,90,81)
#24453F
(36,69,63)
#1A302D
(26,48,45)
#101B1B
(16,27,27)
#000000
(0,0,0)

Tints of #74EDCF

#74EDCF
(116,237,207)
#80EED3
(128,238,211)
#8CEFD7
(140,239,215)
#98F0DB
(152,240,219)
#A4F1DF
(164,241,223)
#B0F2E3
(176,242,227)
#BCF3E7
(188,243,231)
#C8F4EB
(200,244,235)
#D4F5EF
(212,245,239)
#E0F6F3
(224,246,243)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74EDCF color. Also use rgb(116,237,207) instead hex code.

Text Font Color

.myTextColor { color: #74EDCF; }

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

This text font color is #74EDCF.


Background Color

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

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

This div background color is #74EDCF.


Border color

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

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

This div border color is #74EDCF.


Opacity

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

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

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

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

This text has shadow with #74EDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74EDCF on black background.


Color preview on white background

This text has color #74EDCF on white background.



Black color preview on #74EDCF background

This text has black color on #74EDCF background.


White color preview on #74EDCF background

This text has white color on #74EDCF background.