COLOR #42B886

HEX: #42B886
RGB: (66,184,134)

Color info

#42B886 contains mainly green and blue colors. Web safe color of #42B886 is #33CC99 (or #3C9).

RGB color model

#42B886 color RGB value is (66,184,134).

  • red value is 66;
  • green value is 184;
  • blue value is 134.
RGB:
(66,184,134)
(26%,72%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 184 of 255 = 72%
B 134 of 255 = 53%

66
184
134

R + G + B ~ 50%. #42B886 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 184 + 134 = 384 (100%)
R 66 of 384 ~ 17.19%
G 184 of 384 ~ 47.92%
B 134 of 384 ~ 34.9%

%17.19
%47.92
%34.9

CMYK color model

#42B886 color CMYK value is (64,0,27,28).

  • cyan value is 64.13%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(64,0,27,28)
C64M0Y27K28 
(64%,0%,27%,28%)
(0.64/0.00/0.27/0.28)	

CMYK percentages

%64.13
%0
%27.17
%27.84

Codes

Color #42B886 in popluar color models

42B886
RGB66184134
HSL155°47.20%49.02%
HSB/HSV155°64.13%72.16%
CMYK64.13%0.00%27.17%
27.84%

Color #42B886 in popluar number systems.

HEX42B886
Decimal66184134
Binary10000101011100010000110
Octal102270206

Shades and tints

Shades of #42B886

#42B886
(66,184,134)
#3CA87A
(60,168,122)
#36986E
(54,152,110)
#308862
(48,136,98)
#2A7856
(42,120,86)
#24684A
(36,104,74)
#1E583E
(30,88,62)
#184832
(24,72,50)
#123826
(18,56,38)
#0C281A
(12,40,26)
#06180E
(6,24,14)
#000000
(0,0,0)

Tints of #42B886

#42B886
(66,184,134)
#53BE91
(83,190,145)
#64C49C
(100,196,156)
#75CAA7
(117,202,167)
#86D0B2
(134,208,178)
#97D6BD
(151,214,189)
#A8DCC8
(168,220,200)
#B9E2D3
(185,226,211)
#CAE8DE
(202,232,222)
#DBEEE9
(219,238,233)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B886 color. Also use rgb(66,184,134) instead hex code.

Text Font Color

.myTextColor { color: #42B886; }

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

This text font color is #42B886.


Background Color

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

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

This div background color is #42B886.


Border color

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

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

This div border color is #42B886.


Opacity

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

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

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

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

This text has shadow with #42B886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B886 on black background.


Color preview on white background

This text has color #42B886 on white background.



Black color preview on #42B886 background

This text has black color on #42B886 background.


White color preview on #42B886 background

This text has white color on #42B886 background.