COLOR #74E1D5

HEX: #74E1D5
RGB: (116,225,213)

Color info

#74E1D5 contains mainly green and blue colors. Web safe color of #74E1D5 is #66CCCC (or #6CC).

RGB color model

#74E1D5 color RGB value is (116,225,213).

  • red value is 116;
  • green value is 225;
  • blue value is 213.
RGB:
(116,225,213)
(45%,88%,84%)

RGB channels and saturation

R 116 of 255 = 45%
G 225 of 255 = 88%
B 213 of 255 = 84%

116
225
213

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

Portions of RGB colors in percentages

R + G + B =
116 + 225 + 213 = 554 (100%)
R 116 of 554 ~ 20.94%
G 225 of 554 ~ 40.61%
B 213 of 554 ~ 38.45%

%20.94
%40.61
%38.45

CMYK color model

#74E1D5 color CMYK value is (48,0,5,12).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(48,0,5,12)
C48M0Y5K12 
(48%,0%,5%,12%)
(0.48/0.00/0.05/0.12)	

CMYK percentages

%48.44
%0
%5.33
%11.76

Codes

Color #74E1D5 in popluar color models

74E1D5
RGB116225213
HSL173°64.50%66.86%
HSB/HSV173°48.44%88.24%
CMYK48.44%0.00%5.33%
11.76%

Color #74E1D5 in popluar number systems.

HEX74E1D5
Decimal116225213
Binary11101001110000111010101
Octal164341325

Shades and tints

Shades of #74E1D5

#74E1D5
(116,225,213)
#6ACDC2
(106,205,194)
#60B9AF
(96,185,175)
#56A59C
(86,165,156)
#4C9189
(76,145,137)
#427D76
(66,125,118)
#386963
(56,105,99)
#2E5550
(46,85,80)
#24413D
(36,65,61)
#1A2D2A
(26,45,42)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #74E1D5

#74E1D5
(116,225,213)
#80E3D8
(128,227,216)
#8CE5DB
(140,229,219)
#98E7DE
(152,231,222)
#A4E9E1
(164,233,225)
#B0EBE4
(176,235,228)
#BCEDE7
(188,237,231)
#C8EFEA
(200,239,234)
#D4F1ED
(212,241,237)
#E0F3F0
(224,243,240)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E1D5 color. Also use rgb(116,225,213) instead hex code.

Text Font Color

.myTextColor { color: #74E1D5; }

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

This text font color is #74E1D5.


Background Color

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

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

This div background color is #74E1D5.


Border color

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

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

This div border color is #74E1D5.


Opacity

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

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

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

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

This text has shadow with #74E1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E1D5 on black background.


Color preview on white background

This text has color #74E1D5 on white background.



Black color preview on #74E1D5 background

This text has black color on #74E1D5 background.


White color preview on #74E1D5 background

This text has white color on #74E1D5 background.