COLOR #74C088

HEX: #74C088
RGB: (116,192,136)

Color info

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

RGB color model

#74C088 color RGB value is (116,192,136).

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

RGB channels and saturation

R 116 of 255 = 45%
G 192 of 255 = 75%
B 136 of 255 = 53%

116
192
136

R + G + B ~ 58%. #74C088 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 192 + 136 = 444 (100%)
R 116 of 444 ~ 26.13%
G 192 of 444 ~ 43.24%
B 136 of 444 ~ 30.63%

%26.13
%43.24
%30.63

CMYK color model

#74C088 color CMYK value is (40,0,29,25).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 24.71%
CMYK:
(40,0,29,25)
C40M0Y29K25 
(40%,0%,29%,25%)
(0.40/0.00/0.29/0.25)	

CMYK percentages

%39.58
%0
%29.17
%24.71

Codes

Color #74C088 in popluar color models

74C088
RGB116192136
HSL136°37.62%60.39%
HSB/HSV136°39.58%75.29%
CMYK39.58%0.00%29.17%
24.71%

Color #74C088 in popluar number systems.

HEX74C088
Decimal116192136
Binary11101001100000010001000
Octal164300210

Shades and tints

Shades of #74C088

#74C088
(116,192,136)
#6AAF7C
(106,175,124)
#609E70
(96,158,112)
#568D64
(86,141,100)
#4C7C58
(76,124,88)
#426B4C
(66,107,76)
#385A40
(56,90,64)
#2E4934
(46,73,52)
#243828
(36,56,40)
#1A271C
(26,39,28)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #74C088

#74C088
(116,192,136)
#80C592
(128,197,146)
#8CCA9C
(140,202,156)
#98CFA6
(152,207,166)
#A4D4B0
(164,212,176)
#B0D9BA
(176,217,186)
#BCDEC4
(188,222,196)
#C8E3CE
(200,227,206)
#D4E8D8
(212,232,216)
#E0EDE2
(224,237,226)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C088; }

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

This text font color is #74C088.


Background Color

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

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

This div background color is #74C088.


Border color

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

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

This div border color is #74C088.


Opacity

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

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

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

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

This text has shadow with #74C088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C088 on black background.


Color preview on white background

This text has color #74C088 on white background.



Black color preview on #74C088 background

This text has black color on #74C088 background.


White color preview on #74C088 background

This text has white color on #74C088 background.