COLOR #74D9AD

HEX: #74D9AD
RGB: (116,217,173)

Color info

#74D9AD contains mainly green and blue colors. Web safe color of #74D9AD is #66CC99 (or #6C9).

RGB color model

#74D9AD color RGB value is (116,217,173).

  • red value is 116;
  • green value is 217;
  • blue value is 173.
RGB:
(116,217,173)
(45%,85%,68%)

RGB channels and saturation

R 116 of 255 = 45%
G 217 of 255 = 85%
B 173 of 255 = 68%

116
217
173

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

Portions of RGB colors in percentages

R + G + B =
116 + 217 + 173 = 506 (100%)
R 116 of 506 ~ 22.92%
G 217 of 506 ~ 42.89%
B 173 of 506 ~ 34.19%

%22.92
%42.89
%34.19

CMYK color model

#74D9AD color CMYK value is (47,0,20,15).

  • cyan value is 46.54%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK:
(47,0,20,15)
C47M0Y20K15 
(47%,0%,20%,15%)
(0.47/0.00/0.20/0.15)	

CMYK percentages

%46.54
%0
%20.28
%14.9

Codes

Color #74D9AD in popluar color models

74D9AD
RGB116217173
HSL154°57.06%65.29%
HSB/HSV154°46.54%85.10%
CMYK46.54%0.00%20.28%
14.90%

Color #74D9AD in popluar number systems.

HEX74D9AD
Decimal116217173
Binary11101001101100110101101
Octal164331255

Shades and tints

Shades of #74D9AD

#74D9AD
(116,217,173)
#6AC69E
(106,198,158)
#60B38F
(96,179,143)
#56A080
(86,160,128)
#4C8D71
(76,141,113)
#427A62
(66,122,98)
#386753
(56,103,83)
#2E5444
(46,84,68)
#244135
(36,65,53)
#1A2E26
(26,46,38)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #74D9AD

#74D9AD
(116,217,173)
#80DCB4
(128,220,180)
#8CDFBB
(140,223,187)
#98E2C2
(152,226,194)
#A4E5C9
(164,229,201)
#B0E8D0
(176,232,208)
#BCEBD7
(188,235,215)
#C8EEDE
(200,238,222)
#D4F1E5
(212,241,229)
#E0F4EC
(224,244,236)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D9AD color. Also use rgb(116,217,173) instead hex code.

Text Font Color

.myTextColor { color: #74D9AD; }

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

This text font color is #74D9AD.


Background Color

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

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

This div background color is #74D9AD.


Border color

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

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

This div border color is #74D9AD.


Opacity

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

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

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

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

This text has shadow with #74D9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D9AD on black background.


Color preview on white background

This text has color #74D9AD on white background.



Black color preview on #74D9AD background

This text has black color on #74D9AD background.


White color preview on #74D9AD background

This text has white color on #74D9AD background.