COLOR #42B68C

HEX: #42B68C RGB: (66,182,140)

Color info

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

RGB color model

#42B68C color RGB value is (66,182,140).

RGB: (66,182,140) (26%, 71%, 55%)

RGB channels and saturation

R 66 of 255 = 26%
G 182 of 255 = 71%
B 140 of 255 = 55%

66
182
140

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

Portions of RGB colors in percentages

R + G + B = 66 + 182 + 140 = 388 (100%)
R 66 of 388 ~ 17.01%
G 182 of 388 ~ 46.91%
B 140 of 388 ~ 36.08'%

%17.01
%46.91
%36.08

CMYK color model

#42B68C color CMYK value is (64,0,23,29).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 28.63%

CMYK: (64,0,23,29)
C64M0Y23K29 (64%, 0%, 23%, 29%)
(0.64 / 0.00 / 0.23 / 0.29)

CMYK percentages

%63.74
%0
%23.08
%28.63

Codes

Color #42B68C in popluar color models

42 B6 8C
RGB 66 182 140
HSL 158° 46.77% 48.63%
HSB/HSV 158° 63.74% 71.37%
CMYK 63.74% 0.00% 23.08%
28.63%

Color #42B68C in popluar number systems.

HEX 42 B6 8C
Decimal 66 182 140
Binary 1000010 10110110 10001100
Octal 102 266 214

Shades and tints

Shades of #42B68C

#42B68C
(66,182,140)
#3CA680
(60,166,128)
#369674
(54,150,116)
#308668
(48,134,104)
#2A765C
(42,118,92)
#246650
(36,102,80)
#1E5644
(30,86,68)
#184638
(24,70,56)
#12362C
(18,54,44)
#0C2620
(12,38,32)
#061614
(6,22,20)
#000000
(0,0,0)

Tints of #42B68C

#42B68C
(66,182,140)
#53BC96
(83,188,150)
#64C2A0
(100,194,160)
#75C8AA
(117,200,170)
#86CEB4
(134,206,180)
#97D4BE
(151,212,190)
#A8DAC8
(168,218,200)
#B9E0D2
(185,224,210)
#CAE6DC
(202,230,220)
#DBECE6
(219,236,230)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B68C color. Also use rgb(66,182,140) instead hex code.

Text Font Color

.myTextColor { color: #42B68C; }

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

This text font color is #42B68C.

Background Color

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

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

This div background color is #42B68C.

Border color

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

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

This div border color is #42B68C.

Opacity

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

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

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

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

This text has shadow with #42B68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42B68C.

Preview

Color preview on black background

This text has color #42B68C on black background.


Color preview on white background

This text has color #42B68C on white background.


Black color preview on #42B68C background

This text has black color on #42B68C background.


White color preview on #42B68C background

This text has white color on #42B68C background.


Related colors

Complementary color

Complementary color for #hex is #BD4973.


I love getcolorcode.com

Triadic colors

1 #8C42B6 and #B68C42 with #42B68C are triadic colors.

2 #8CB642 and #B6428C with #42B68C are triadic colors.