COLOR #74E2C6

HEX: #74E2C6
RGB: (116,226,198)

Color info

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

RGB color model

#74E2C6 color RGB value is (116,226,198).

  • red value is 116;
  • green value is 226;
  • blue value is 198.
RGB:
(116,226,198)
(45%,89%,78%)

RGB channels and saturation

R 116 of 255 = 45%
G 226 of 255 = 89%
B 198 of 255 = 78%

116
226
198

R + G + B ~ 71%. #74E2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 226 + 198 = 540 (100%)
R 116 of 540 ~ 21.48%
G 226 of 540 ~ 41.85%
B 198 of 540 ~ 36.67%

%21.48
%41.85
%36.67

CMYK color model

#74E2C6 color CMYK value is (49,0,12,11).

  • cyan value is 48.67%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK:
(49,0,12,11)
C49M0Y12K11 
(49%,0%,12%,11%)
(0.49/0.00/0.12/0.11)	

CMYK percentages

%48.67
%0
%12.39
%11.37

Codes

Color #74E2C6 in popluar color models

74E2C6
RGB116226198
HSL165°65.48%67.06%
HSB/HSV165°48.67%88.63%
CMYK48.67%0.00%12.39%
11.37%

Color #74E2C6 in popluar number systems.

HEX74E2C6
Decimal116226198
Binary11101001110001011000110
Octal164342306

Shades and tints

Shades of #74E2C6

#74E2C6
(116,226,198)
#6ACEB4
(106,206,180)
#60BAA2
(96,186,162)
#56A690
(86,166,144)
#4C927E
(76,146,126)
#427E6C
(66,126,108)
#386A5A
(56,106,90)
#2E5648
(46,86,72)
#244236
(36,66,54)
#1A2E24
(26,46,36)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #74E2C6

#74E2C6
(116,226,198)
#80E4CB
(128,228,203)
#8CE6D0
(140,230,208)
#98E8D5
(152,232,213)
#A4EADA
(164,234,218)
#B0ECDF
(176,236,223)
#BCEEE4
(188,238,228)
#C8F0E9
(200,240,233)
#D4F2EE
(212,242,238)
#E0F4F3
(224,244,243)
#ECF6F8
(236,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E2C6 color. Also use rgb(116,226,198) instead hex code.

Text Font Color

.myTextColor { color: #74E2C6; }

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

This text font color is #74E2C6.


Background Color

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

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

This div background color is #74E2C6.


Border color

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

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

This div border color is #74E2C6.


Opacity

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

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

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

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

This text has shadow with #74E2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E2C6 on black background.


Color preview on white background

This text has color #74E2C6 on white background.



Black color preview on #74E2C6 background

This text has black color on #74E2C6 background.


White color preview on #74E2C6 background

This text has white color on #74E2C6 background.