COLOR #74E1BA

HEX: #74E1BA
RGB: (116,225,186)

Color info

#74E1BA contains mainly green and blue colors. Web safe color of #74E1BA is #66CCCC (or #6CC).

RGB color model

#74E1BA color RGB value is (116,225,186).

  • red value is 116;
  • green value is 225;
  • blue value is 186.
RGB:
(116,225,186)
(45%,88%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 225 of 255 = 88%
B 186 of 255 = 73%

116
225
186

R + G + B ~ 69%. #74E1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 225 + 186 = 527 (100%)
R 116 of 527 ~ 22.01%
G 225 of 527 ~ 42.69%
B 186 of 527 ~ 35.29%

%22.01
%42.69
%35.29

CMYK color model

#74E1BA color CMYK value is (48,0,17,12).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK:
(48,0,17,12)
C48M0Y17K12 
(48%,0%,17%,12%)
(0.48/0.00/0.17/0.12)	

CMYK percentages

%48.44
%0
%17.33
%11.76

Codes

Color #74E1BA in popluar color models

74E1BA
RGB116225186
HSL159°64.50%66.86%
HSB/HSV159°48.44%88.24%
CMYK48.44%0.00%17.33%
11.76%

Color #74E1BA in popluar number systems.

HEX74E1BA
Decimal116225186
Binary11101001110000110111010
Octal164341272

Shades and tints

Shades of #74E1BA

#74E1BA
(116,225,186)
#6ACDAA
(106,205,170)
#60B99A
(96,185,154)
#56A58A
(86,165,138)
#4C917A
(76,145,122)
#427D6A
(66,125,106)
#38695A
(56,105,90)
#2E554A
(46,85,74)
#24413A
(36,65,58)
#1A2D2A
(26,45,42)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #74E1BA

#74E1BA
(116,225,186)
#80E3C0
(128,227,192)
#8CE5C6
(140,229,198)
#98E7CC
(152,231,204)
#A4E9D2
(164,233,210)
#B0EBD8
(176,235,216)
#BCEDDE
(188,237,222)
#C8EFE4
(200,239,228)
#D4F1EA
(212,241,234)
#E0F3F0
(224,243,240)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E1BA color. Also use rgb(116,225,186) instead hex code.

Text Font Color

.myTextColor { color: #74E1BA; }

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

This text font color is #74E1BA.


Background Color

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

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

This div background color is #74E1BA.


Border color

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

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

This div border color is #74E1BA.


Opacity

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

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

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

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

This text has shadow with #74E1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E1BA on black background.


Color preview on white background

This text has color #74E1BA on white background.



Black color preview on #74E1BA background

This text has black color on #74E1BA background.


White color preview on #74E1BA background

This text has white color on #74E1BA background.