COLOR #74C893

HEX: #74C893
RGB: (116,200,147)

Color info

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

RGB color model

#74C893 color RGB value is (116,200,147).

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

RGB channels and saturation

R 116 of 255 = 45%
G 200 of 255 = 78%
B 147 of 255 = 58%

116
200
147

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

Portions of RGB colors in percentages

R + G + B =
116 + 200 + 147 = 463 (100%)
R 116 of 463 ~ 25.05%
G 200 of 463 ~ 43.2%
B 147 of 463 ~ 31.75%

%25.05
%43.2
%31.75

CMYK color model

#74C893 color CMYK value is (42,0,27,22).

  • cyan value is 42.00%
  • magenta value is 0.00%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(42,0,27,22)
C42M0Y27K22 
(42%,0%,27%,22%)
(0.42/0.00/0.27/0.22)	

CMYK percentages

%42
%0
%26.5
%21.57

Codes

Color #74C893 in popluar color models

74C893
RGB116200147
HSL142°43.30%61.96%
HSB/HSV142°42.00%78.43%
CMYK42.00%0.00%26.50%
21.57%

Color #74C893 in popluar number systems.

HEX74C893
Decimal116200147
Binary11101001100100010010011
Octal164310223

Shades and tints

Shades of #74C893

#74C893
(116,200,147)
#6AB686
(106,182,134)
#60A479
(96,164,121)
#56926C
(86,146,108)
#4C805F
(76,128,95)
#426E52
(66,110,82)
#385C45
(56,92,69)
#2E4A38
(46,74,56)
#24382B
(36,56,43)
#1A261E
(26,38,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #74C893

#74C893
(116,200,147)
#80CD9C
(128,205,156)
#8CD2A5
(140,210,165)
#98D7AE
(152,215,174)
#A4DCB7
(164,220,183)
#B0E1C0
(176,225,192)
#BCE6C9
(188,230,201)
#C8EBD2
(200,235,210)
#D4F0DB
(212,240,219)
#E0F5E4
(224,245,228)
#ECFAED
(236,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C893; }

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

This text font color is #74C893.


Background Color

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

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

This div background color is #74C893.


Border color

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

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

This div border color is #74C893.


Opacity

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

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

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

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

This text has shadow with #74C893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C893 on black background.


Color preview on white background

This text has color #74C893 on white background.



Black color preview on #74C893 background

This text has black color on #74C893 background.


White color preview on #74C893 background

This text has white color on #74C893 background.