COLOR #74E3B1

HEX: #74E3B1
RGB: (116,227,177)

Color info

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

RGB color model

#74E3B1 color RGB value is (116,227,177).

  • red value is 116;
  • green value is 227;
  • blue value is 177.
RGB:
(116,227,177)
(45%,89%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 227 of 255 = 89%
B 177 of 255 = 69%

116
227
177

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

Portions of RGB colors in percentages

R + G + B =
116 + 227 + 177 = 520 (100%)
R 116 of 520 ~ 22.31%
G 227 of 520 ~ 43.65%
B 177 of 520 ~ 34.04%

%22.31
%43.65
%34.04

CMYK color model

#74E3B1 color CMYK value is (49,0,22,11).

  • cyan value is 48.90%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 10.98%
CMYK:
(49,0,22,11)
C49M0Y22K11 
(49%,0%,22%,11%)
(0.49/0.00/0.22/0.11)	

CMYK percentages

%48.9
%0
%22.03
%10.98

Codes

Color #74E3B1 in popluar color models

74E3B1
RGB116227177
HSL153°66.47%67.25%
HSB/HSV153°48.90%89.02%
CMYK48.90%0.00%22.03%
10.98%

Color #74E3B1 in popluar number systems.

HEX74E3B1
Decimal116227177
Binary11101001110001110110001
Octal164343261

Shades and tints

Shades of #74E3B1

#74E3B1
(116,227,177)
#6ACFA1
(106,207,161)
#60BB91
(96,187,145)
#56A781
(86,167,129)
#4C9371
(76,147,113)
#427F61
(66,127,97)
#386B51
(56,107,81)
#2E5741
(46,87,65)
#244331
(36,67,49)
#1A2F21
(26,47,33)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #74E3B1

#74E3B1
(116,227,177)
#80E5B8
(128,229,184)
#8CE7BF
(140,231,191)
#98E9C6
(152,233,198)
#A4EBCD
(164,235,205)
#B0EDD4
(176,237,212)
#BCEFDB
(188,239,219)
#C8F1E2
(200,241,226)
#D4F3E9
(212,243,233)
#E0F5F0
(224,245,240)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E3B1 color. Also use rgb(116,227,177) instead hex code.

Text Font Color

.myTextColor { color: #74E3B1; }

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

This text font color is #74E3B1.


Background Color

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

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

This div background color is #74E3B1.


Border color

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

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

This div border color is #74E3B1.


Opacity

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

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

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

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

This text has shadow with #74E3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E3B1 on black background.


Color preview on white background

This text has color #74E3B1 on white background.



Black color preview on #74E3B1 background

This text has black color on #74E3B1 background.


White color preview on #74E3B1 background

This text has white color on #74E3B1 background.