COLOR #74E7BD

HEX: #74E7BD
RGB: (116,231,189)

Color info

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

RGB color model

#74E7BD color RGB value is (116,231,189).

  • red value is 116;
  • green value is 231;
  • blue value is 189.
RGB:
(116,231,189)
(45%,91%,74%)

RGB channels and saturation

R 116 of 255 = 45%
G 231 of 255 = 91%
B 189 of 255 = 74%

116
231
189

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

Portions of RGB colors in percentages

R + G + B =
116 + 231 + 189 = 536 (100%)
R 116 of 536 ~ 21.64%
G 231 of 536 ~ 43.1%
B 189 of 536 ~ 35.26%

%21.64
%43.1
%35.26

CMYK color model

#74E7BD color CMYK value is (50,0,18,9).

  • cyan value is 49.78%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK:
(50,0,18,9)
C50M0Y18K9 
(50%,0%,18%,9%)
(0.50/0.00/0.18/0.09)	

CMYK percentages

%49.78
%0
%18.18
%9.41

Codes

Color #74E7BD in popluar color models

74E7BD
RGB116231189
HSL158°70.55%68.04%
HSB/HSV158°49.78%90.59%
CMYK49.78%0.00%18.18%
9.41%

Color #74E7BD in popluar number systems.

HEX74E7BD
Decimal116231189
Binary11101001110011110111101
Octal164347275

Shades and tints

Shades of #74E7BD

#74E7BD
(116,231,189)
#6AD2AC
(106,210,172)
#60BD9B
(96,189,155)
#56A88A
(86,168,138)
#4C9379
(76,147,121)
#427E68
(66,126,104)
#386957
(56,105,87)
#2E5446
(46,84,70)
#243F35
(36,63,53)
#1A2A24
(26,42,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #74E7BD

#74E7BD
(116,231,189)
#80E9C3
(128,233,195)
#8CEBC9
(140,235,201)
#98EDCF
(152,237,207)
#A4EFD5
(164,239,213)
#B0F1DB
(176,241,219)
#BCF3E1
(188,243,225)
#C8F5E7
(200,245,231)
#D4F7ED
(212,247,237)
#E0F9F3
(224,249,243)
#ECFBF9
(236,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E7BD color. Also use rgb(116,231,189) instead hex code.

Text Font Color

.myTextColor { color: #74E7BD; }

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

This text font color is #74E7BD.


Background Color

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

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

This div background color is #74E7BD.


Border color

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

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

This div border color is #74E7BD.


Opacity

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

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

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

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

This text has shadow with #74E7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E7BD on black background.


Color preview on white background

This text has color #74E7BD on white background.



Black color preview on #74E7BD background

This text has black color on #74E7BD background.


White color preview on #74E7BD background

This text has white color on #74E7BD background.