COLOR #74D7B1

HEX: #74D7B1
RGB: (116,215,177)

Color info

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

RGB color model

#74D7B1 color RGB value is (116,215,177).

  • red value is 116;
  • green value is 215;
  • blue value is 177.
RGB:
(116,215,177)
(45%,84%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 215 of 255 = 84%
B 177 of 255 = 69%

116
215
177

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

Portions of RGB colors in percentages

R + G + B =
116 + 215 + 177 = 508 (100%)
R 116 of 508 ~ 22.83%
G 215 of 508 ~ 42.32%
B 177 of 508 ~ 34.84%

%22.83
%42.32
%34.84

CMYK color model

#74D7B1 color CMYK value is (46,0,18,16).

  • cyan value is 46.05%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 15.69%
CMYK:
(46,0,18,16)
C46M0Y18K16 
(46%,0%,18%,16%)
(0.46/0.00/0.18/0.16)	

CMYK percentages

%46.05
%0
%17.67
%15.69

Codes

Color #74D7B1 in popluar color models

74D7B1
RGB116215177
HSL157°55.31%64.90%
HSB/HSV157°46.05%84.31%
CMYK46.05%0.00%17.67%
15.69%

Color #74D7B1 in popluar number systems.

HEX74D7B1
Decimal116215177
Binary11101001101011110110001
Octal164327261

Shades and tints

Shades of #74D7B1

#74D7B1
(116,215,177)
#6AC4A1
(106,196,161)
#60B191
(96,177,145)
#569E81
(86,158,129)
#4C8B71
(76,139,113)
#427861
(66,120,97)
#386551
(56,101,81)
#2E5241
(46,82,65)
#243F31
(36,63,49)
#1A2C21
(26,44,33)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #74D7B1

#74D7B1
(116,215,177)
#80DAB8
(128,218,184)
#8CDDBF
(140,221,191)
#98E0C6
(152,224,198)
#A4E3CD
(164,227,205)
#B0E6D4
(176,230,212)
#BCE9DB
(188,233,219)
#C8ECE2
(200,236,226)
#D4EFE9
(212,239,233)
#E0F2F0
(224,242,240)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D7B1 color. Also use rgb(116,215,177) instead hex code.

Text Font Color

.myTextColor { color: #74D7B1; }

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

This text font color is #74D7B1.


Background Color

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

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

This div background color is #74D7B1.


Border color

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

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

This div border color is #74D7B1.


Opacity

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

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

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

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

This text has shadow with #74D7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D7B1 on black background.


Color preview on white background

This text has color #74D7B1 on white background.



Black color preview on #74D7B1 background

This text has black color on #74D7B1 background.


White color preview on #74D7B1 background

This text has white color on #74D7B1 background.