COLOR #74C0A2

HEX: #74C0A2
RGB: (116,192,162)

Color info

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

RGB color model

#74C0A2 color RGB value is (116,192,162).

  • red value is 116;
  • green value is 192;
  • blue value is 162.
RGB:
(116,192,162)
(45%,75%,64%)

RGB channels and saturation

R 116 of 255 = 45%
G 192 of 255 = 75%
B 162 of 255 = 64%

116
192
162

R + G + B ~ 61%. #74C0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 192 + 162 = 470 (100%)
R 116 of 470 ~ 24.68%
G 192 of 470 ~ 40.85%
B 162 of 470 ~ 34.47%

%24.68
%40.85
%34.47

CMYK color model

#74C0A2 color CMYK value is (40,0,16,25).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 24.71%
CMYK:
(40,0,16,25)
C40M0Y16K25 
(40%,0%,16%,25%)
(0.40/0.00/0.16/0.25)	

CMYK percentages

%39.58
%0
%15.63
%24.71

Codes

Color #74C0A2 in popluar color models

74C0A2
RGB116192162
HSL156°37.62%60.39%
HSB/HSV156°39.58%75.29%
CMYK39.58%0.00%15.63%
24.71%

Color #74C0A2 in popluar number systems.

HEX74C0A2
Decimal116192162
Binary11101001100000010100010
Octal164300242

Shades and tints

Shades of #74C0A2

#74C0A2
(116,192,162)
#6AAF94
(106,175,148)
#609E86
(96,158,134)
#568D78
(86,141,120)
#4C7C6A
(76,124,106)
#426B5C
(66,107,92)
#385A4E
(56,90,78)
#2E4940
(46,73,64)
#243832
(36,56,50)
#1A2724
(26,39,36)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #74C0A2

#74C0A2
(116,192,162)
#80C5AA
(128,197,170)
#8CCAB2
(140,202,178)
#98CFBA
(152,207,186)
#A4D4C2
(164,212,194)
#B0D9CA
(176,217,202)
#BCDED2
(188,222,210)
#C8E3DA
(200,227,218)
#D4E8E2
(212,232,226)
#E0EDEA
(224,237,234)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C0A2 color. Also use rgb(116,192,162) instead hex code.

Text Font Color

.myTextColor { color: #74C0A2; }

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

This text font color is #74C0A2.


Background Color

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

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

This div background color is #74C0A2.


Border color

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

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

This div border color is #74C0A2.


Opacity

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

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

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

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

This text has shadow with #74C0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C0A2 on black background.


Color preview on white background

This text has color #74C0A2 on white background.



Black color preview on #74C0A2 background

This text has black color on #74C0A2 background.


White color preview on #74C0A2 background

This text has white color on #74C0A2 background.