COLOR #74EDDD

HEX: #74EDDD
RGB: (116,237,221)

Color info

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

RGB color model

#74EDDD color RGB value is (116,237,221).

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

RGB channels and saturation

R 116 of 255 = 45%
G 237 of 255 = 93%
B 221 of 255 = 87%

116
237
221

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

Portions of RGB colors in percentages

R + G + B =
116 + 237 + 221 = 574 (100%)
R 116 of 574 ~ 20.21%
G 237 of 574 ~ 41.29%
B 221 of 574 ~ 38.5%

%20.21
%41.29
%38.5

CMYK color model

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

  • cyan value is 51.05%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK:
(51,0,7,7)
C51M0Y7K7 
(51%,0%,7%,7%)
(0.51/0.00/0.07/0.07)	

CMYK percentages

%51.05
%0
%6.75
%7.06

Codes

Color #74EDDD in popluar color models

74EDDD
RGB116237221
HSL172°77.07%69.22%
HSB/HSV172°51.05%92.94%
CMYK51.05%0.00%6.75%
7.06%

Color #74EDDD in popluar number systems.

HEX74EDDD
Decimal116237221
Binary11101001110110111011101
Octal164355335

Shades and tints

Shades of #74EDDD

#74EDDD
(116,237,221)
#6AD8C9
(106,216,201)
#60C3B5
(96,195,181)
#56AEA1
(86,174,161)
#4C998D
(76,153,141)
#428479
(66,132,121)
#386F65
(56,111,101)
#2E5A51
(46,90,81)
#24453D
(36,69,61)
#1A3029
(26,48,41)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #74EDDD

#74EDDD
(116,237,221)
#80EEE0
(128,238,224)
#8CEFE3
(140,239,227)
#98F0E6
(152,240,230)
#A4F1E9
(164,241,233)
#B0F2EC
(176,242,236)
#BCF3EF
(188,243,239)
#C8F4F2
(200,244,242)
#D4F5F5
(212,245,245)
#E0F6F8
(224,246,248)
#ECF7FB
(236,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74EDDD; }

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

This text font color is #74EDDD.


Background Color

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

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

This div background color is #74EDDD.


Border color

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

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

This div border color is #74EDDD.


Opacity

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

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

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

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

This text has shadow with #74EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74EDDD on black background.


Color preview on white background

This text has color #74EDDD on white background.



Black color preview on #74EDDD background

This text has black color on #74EDDD background.


White color preview on #74EDDD background

This text has white color on #74EDDD background.