COLOR #42EAA6

HEX: #42EAA6
RGB: (66,234,166)

Color info

#42EAA6 contains mainly green color. Web safe color of #42EAA6 is #33FF99 (or #3F9).

RGB color model

#42EAA6 color RGB value is (66,234,166).

  • red value is 66;
  • green value is 234;
  • blue value is 166.
RGB:
(66,234,166)
(26%,92%,65%)

RGB channels and saturation

R 66 of 255 = 26%
G 234 of 255 = 92%
B 166 of 255 = 65%

66
234
166

R + G + B ~ 61%. #42EAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
66 + 234 + 166 = 466 (100%)
R 66 of 466 ~ 14.16%
G 234 of 466 ~ 50.21%
B 166 of 466 ~ 35.62%

%14.16
%50.21
%35.62

CMYK color model

#42EAA6 color CMYK value is (72,0,29,8).

  • cyan value is 71.79%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 8.24%
CMYK:
(72,0,29,8)
C72M0Y29K8 
(72%,0%,29%,8%)
(0.72/0.00/0.29/0.08)	

CMYK percentages

%71.79
%0
%29.06
%8.24

Codes

Color #42EAA6 in popluar color models

42EAA6
RGB66234166
HSL156°80.00%58.82%
HSB/HSV156°71.79%91.76%
CMYK71.79%0.00%29.06%
8.24%

Color #42EAA6 in popluar number systems.

HEX42EAA6
Decimal66234166
Binary10000101110101010100110
Octal102352246

Shades and tints

Shades of #42EAA6

#42EAA6
(66,234,166)
#3CD597
(60,213,151)
#36C088
(54,192,136)
#30AB79
(48,171,121)
#2A966A
(42,150,106)
#24815B
(36,129,91)
#1E6C4C
(30,108,76)
#18573D
(24,87,61)
#12422E
(18,66,46)
#0C2D1F
(12,45,31)
#061810
(6,24,16)
#000000
(0,0,0)

Tints of #42EAA6

#42EAA6
(66,234,166)
#53EBAE
(83,235,174)
#64ECB6
(100,236,182)
#75EDBE
(117,237,190)
#86EEC6
(134,238,198)
#97EFCE
(151,239,206)
#A8F0D6
(168,240,214)
#B9F1DE
(185,241,222)
#CAF2E6
(202,242,230)
#DBF3EE
(219,243,238)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42EAA6 color. Also use rgb(66,234,166) instead hex code.

Text Font Color

.myTextColor { color: #42EAA6; }

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

This text font color is #42EAA6.


Background Color

.myBgColor { background-color: #42EAA6; }

<div style="background-color:#42EAA6">Inner text</div>

This div background color is #42EAA6.


Border color

.myBorderColor { border: 1px solid #42EAA6; }

<div style="border:3px solid #42EAA6">Div</div>

This div border color is #42EAA6.


Opacity

.myOpacity80 { color: #42EAA6; opacity: 0.8; }

<p style="color:#42EAA6;opacity:0.8;">80%</p>

Text with #42EAA6 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 #42EAA6;}

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

This text has shadow with #42EAA6 color.

.textShadow {text-shadow: 3px 3px 1px #42EAA6, 3px 3px 1px red;}

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

This text has shadow with #42EAA6 primary color and red secondary color.


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

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

This text has shadow with #42EAA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42EAA6 on black background.


Color preview on white background

This text has color #42EAA6 on white background.



Black color preview on #42EAA6 background

This text has black color on #42EAA6 background.


White color preview on #42EAA6 background

This text has white color on #42EAA6 background.