COLOR #74EEB8

HEX: #74EEB8
RGB: (116,238,184)

Color info

#74EEB8 contains mainly green and blue colors. Web safe color of #74EEB8 is #66FFCC (or #6FC).

RGB color model

#74EEB8 color RGB value is (116,238,184).

  • red value is 116;
  • green value is 238;
  • blue value is 184.
RGB:
(116,238,184)
(45%,93%,72%)

RGB channels and saturation

R 116 of 255 = 45%
G 238 of 255 = 93%
B 184 of 255 = 72%

116
238
184

R + G + B ~ 70%. #74EEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 238 + 184 = 538 (100%)
R 116 of 538 ~ 21.56%
G 238 of 538 ~ 44.24%
B 184 of 538 ~ 34.2%

%21.56
%44.24
%34.2

CMYK color model

#74EEB8 color CMYK value is (51,0,23,7).

  • cyan value is 51.26%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 6.67%
CMYK:
(51,0,23,7)
C51M0Y23K7 
(51%,0%,23%,7%)
(0.51/0.00/0.23/0.07)	

CMYK percentages

%51.26
%0
%22.69
%6.67

Codes

Color #74EEB8 in popluar color models

74EEB8
RGB116238184
HSL153°78.21%69.41%
HSB/HSV153°51.26%93.33%
CMYK51.26%0.00%22.69%
6.67%

Color #74EEB8 in popluar number systems.

HEX74EEB8
Decimal116238184
Binary11101001110111010111000
Octal164356270

Shades and tints

Shades of #74EEB8

#74EEB8
(116,238,184)
#6AD9A8
(106,217,168)
#60C498
(96,196,152)
#56AF88
(86,175,136)
#4C9A78
(76,154,120)
#428568
(66,133,104)
#387058
(56,112,88)
#2E5B48
(46,91,72)
#244638
(36,70,56)
#1A3128
(26,49,40)
#101C18
(16,28,24)
#000000
(0,0,0)

Tints of #74EEB8

#74EEB8
(116,238,184)
#80EFBE
(128,239,190)
#8CF0C4
(140,240,196)
#98F1CA
(152,241,202)
#A4F2D0
(164,242,208)
#B0F3D6
(176,243,214)
#BCF4DC
(188,244,220)
#C8F5E2
(200,245,226)
#D4F6E8
(212,246,232)
#E0F7EE
(224,247,238)
#ECF8F4
(236,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74EEB8 color. Also use rgb(116,238,184) instead hex code.

Text Font Color

.myTextColor { color: #74EEB8; }

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

This text font color is #74EEB8.


Background Color

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

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

This div background color is #74EEB8.


Border color

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

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

This div border color is #74EEB8.


Opacity

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

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

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

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

This text has shadow with #74EEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74EEB8 on black background.


Color preview on white background

This text has color #74EEB8 on white background.



Black color preview on #74EEB8 background

This text has black color on #74EEB8 background.


White color preview on #74EEB8 background

This text has white color on #74EEB8 background.