COLOR #74C8AD

HEX: #74C8AD
RGB: (116,200,173)

Color info

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

RGB color model

#74C8AD color RGB value is (116,200,173).

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

RGB channels and saturation

R 116 of 255 = 45%
G 200 of 255 = 78%
B 173 of 255 = 68%

116
200
173

R + G + B ~ 64%. #74C8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 200 + 173 = 489 (100%)
R 116 of 489 ~ 23.72%
G 200 of 489 ~ 40.9%
B 173 of 489 ~ 35.38%

%23.72
%40.9
%35.38

CMYK color model

#74C8AD color CMYK value is (42,0,14,22).

  • cyan value is 42.00%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(42,0,14,22)
C42M0Y14K22 
(42%,0%,14%,22%)
(0.42/0.00/0.14/0.22)	

CMYK percentages

%42
%0
%13.5
%21.57

Codes

Color #74C8AD in popluar color models

74C8AD
RGB116200173
HSL161°43.30%61.96%
HSB/HSV161°42.00%78.43%
CMYK42.00%0.00%13.50%
21.57%

Color #74C8AD in popluar number systems.

HEX74C8AD
Decimal116200173
Binary11101001100100010101101
Octal164310255

Shades and tints

Shades of #74C8AD

#74C8AD
(116,200,173)
#6AB69E
(106,182,158)
#60A48F
(96,164,143)
#569280
(86,146,128)
#4C8071
(76,128,113)
#426E62
(66,110,98)
#385C53
(56,92,83)
#2E4A44
(46,74,68)
#243835
(36,56,53)
#1A2626
(26,38,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #74C8AD

#74C8AD
(116,200,173)
#80CDB4
(128,205,180)
#8CD2BB
(140,210,187)
#98D7C2
(152,215,194)
#A4DCC9
(164,220,201)
#B0E1D0
(176,225,208)
#BCE6D7
(188,230,215)
#C8EBDE
(200,235,222)
#D4F0E5
(212,240,229)
#E0F5EC
(224,245,236)
#ECFAF3
(236,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C8AD; }

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

This text font color is #74C8AD.


Background Color

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

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

This div background color is #74C8AD.


Border color

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

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

This div border color is #74C8AD.


Opacity

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

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

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

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

This text has shadow with #74C8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C8AD on black background.


Color preview on white background

This text has color #74C8AD on white background.



Black color preview on #74C8AD background

This text has black color on #74C8AD background.


White color preview on #74C8AD background

This text has white color on #74C8AD background.