COLOR #74DCB7

HEX: #74DCB7
RGB: (116,220,183)

Color info

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

RGB color model

#74DCB7 color RGB value is (116,220,183).

  • red value is 116;
  • green value is 220;
  • blue value is 183.
RGB:
(116,220,183)
(45%,86%,72%)

RGB channels and saturation

R 116 of 255 = 45%
G 220 of 255 = 86%
B 183 of 255 = 72%

116
220
183

R + G + B ~ 68%. #74DCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 220 + 183 = 519 (100%)
R 116 of 519 ~ 22.35%
G 220 of 519 ~ 42.39%
B 183 of 519 ~ 35.26%

%22.35
%42.39
%35.26

CMYK color model

#74DCB7 color CMYK value is (47,0,17,14).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(47,0,17,14)
C47M0Y17K14 
(47%,0%,17%,14%)
(0.47/0.00/0.17/0.14)	

CMYK percentages

%47.27
%0
%16.82
%13.73

Codes

Color #74DCB7 in popluar color models

74DCB7
RGB116220183
HSL159°59.77%65.88%
HSB/HSV159°47.27%86.27%
CMYK47.27%0.00%16.82%
13.73%

Color #74DCB7 in popluar number systems.

HEX74DCB7
Decimal116220183
Binary11101001101110010110111
Octal164334267

Shades and tints

Shades of #74DCB7

#74DCB7
(116,220,183)
#6AC8A7
(106,200,167)
#60B497
(96,180,151)
#56A087
(86,160,135)
#4C8C77
(76,140,119)
#427867
(66,120,103)
#386457
(56,100,87)
#2E5047
(46,80,71)
#243C37
(36,60,55)
#1A2827
(26,40,39)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #74DCB7

#74DCB7
(116,220,183)
#80DFBD
(128,223,189)
#8CE2C3
(140,226,195)
#98E5C9
(152,229,201)
#A4E8CF
(164,232,207)
#B0EBD5
(176,235,213)
#BCEEDB
(188,238,219)
#C8F1E1
(200,241,225)
#D4F4E7
(212,244,231)
#E0F7ED
(224,247,237)
#ECFAF3
(236,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74DCB7 color. Also use rgb(116,220,183) instead hex code.

Text Font Color

.myTextColor { color: #74DCB7; }

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

This text font color is #74DCB7.


Background Color

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

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

This div background color is #74DCB7.


Border color

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

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

This div border color is #74DCB7.


Opacity

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

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

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

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

This text has shadow with #74DCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74DCB7 on black background.


Color preview on white background

This text has color #74DCB7 on white background.



Black color preview on #74DCB7 background

This text has black color on #74DCB7 background.


White color preview on #74DCB7 background

This text has white color on #74DCB7 background.