COLOR #74E0AA

HEX: #74E0AA
RGB: (116,224,170)

Color info

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

RGB color model

#74E0AA color RGB value is (116,224,170).

  • red value is 116;
  • green value is 224;
  • blue value is 170.
RGB:
(116,224,170)
(45%,88%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 224 of 255 = 88%
B 170 of 255 = 67%

116
224
170

R + G + B ~ 67%. #74E0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 224 + 170 = 510 (100%)
R 116 of 510 ~ 22.75%
G 224 of 510 ~ 43.92%
B 170 of 510 ~ 33.33%

%22.75
%43.92
%33.33

CMYK color model

#74E0AA color CMYK value is (48,0,24,12).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(48,0,24,12)
C48M0Y24K12 
(48%,0%,24%,12%)
(0.48/0.00/0.24/0.12)	

CMYK percentages

%48.21
%0
%24.11
%12.16

Codes

Color #74E0AA in popluar color models

74E0AA
RGB116224170
HSL150°63.53%66.67%
HSB/HSV150°48.21%87.84%
CMYK48.21%0.00%24.11%
12.16%

Color #74E0AA in popluar number systems.

HEX74E0AA
Decimal116224170
Binary11101001110000010101010
Octal164340252

Shades and tints

Shades of #74E0AA

#74E0AA
(116,224,170)
#6ACC9B
(106,204,155)
#60B88C
(96,184,140)
#56A47D
(86,164,125)
#4C906E
(76,144,110)
#427C5F
(66,124,95)
#386850
(56,104,80)
#2E5441
(46,84,65)
#244032
(36,64,50)
#1A2C23
(26,44,35)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #74E0AA

#74E0AA
(116,224,170)
#80E2B1
(128,226,177)
#8CE4B8
(140,228,184)
#98E6BF
(152,230,191)
#A4E8C6
(164,232,198)
#B0EACD
(176,234,205)
#BCECD4
(188,236,212)
#C8EEDB
(200,238,219)
#D4F0E2
(212,240,226)
#E0F2E9
(224,242,233)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E0AA color. Also use rgb(116,224,170) instead hex code.

Text Font Color

.myTextColor { color: #74E0AA; }

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

This text font color is #74E0AA.


Background Color

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

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

This div background color is #74E0AA.


Border color

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

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

This div border color is #74E0AA.


Opacity

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

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

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

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

This text has shadow with #74E0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E0AA on black background.


Color preview on white background

This text has color #74E0AA on white background.



Black color preview on #74E0AA background

This text has black color on #74E0AA background.


White color preview on #74E0AA background

This text has white color on #74E0AA background.