COLOR #42BC86

HEX: #42BC86
RGB: (66,188,134)

Color info

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

RGB color model

#42BC86 color RGB value is (66,188,134).

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

RGB channels and saturation

R 66 of 255 = 26%
G 188 of 255 = 74%
B 134 of 255 = 53%

66
188
134

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

Portions of RGB colors in percentages

R + G + B =
66 + 188 + 134 = 388 (100%)
R 66 of 388 ~ 17.01%
G 188 of 388 ~ 48.45%
B 134 of 388 ~ 34.54%

%17.01
%48.45
%34.54

CMYK color model

#42BC86 color CMYK value is (65,0,29,26).

  • cyan value is 64.89%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 26.27%
CMYK:
(65,0,29,26)
C65M0Y29K26 
(65%,0%,29%,26%)
(0.65/0.00/0.29/0.26)	

CMYK percentages

%64.89
%0
%28.72
%26.27

Codes

Color #42BC86 in popluar color models

42BC86
RGB66188134
HSL153°48.03%49.80%
HSB/HSV153°64.89%73.73%
CMYK64.89%0.00%28.72%
26.27%

Color #42BC86 in popluar number systems.

HEX42BC86
Decimal66188134
Binary10000101011110010000110
Octal102274206

Shades and tints

Shades of #42BC86

#42BC86
(66,188,134)
#3CAB7A
(60,171,122)
#369A6E
(54,154,110)
#308962
(48,137,98)
#2A7856
(42,120,86)
#24674A
(36,103,74)
#1E563E
(30,86,62)
#184532
(24,69,50)
#123426
(18,52,38)
#0C231A
(12,35,26)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #42BC86

#42BC86
(66,188,134)
#53C291
(83,194,145)
#64C89C
(100,200,156)
#75CEA7
(117,206,167)
#86D4B2
(134,212,178)
#97DABD
(151,218,189)
#A8E0C8
(168,224,200)
#B9E6D3
(185,230,211)
#CAECDE
(202,236,222)
#DBF2E9
(219,242,233)
#ECF8F4
(236,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42BC86; }

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

This text font color is #42BC86.


Background Color

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

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

This div background color is #42BC86.


Border color

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

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

This div border color is #42BC86.


Opacity

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

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

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

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

This text has shadow with #42BC86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42BC86 on black background.


Color preview on white background

This text has color #42BC86 on white background.



Black color preview on #42BC86 background

This text has black color on #42BC86 background.


White color preview on #42BC86 background

This text has white color on #42BC86 background.