COLOR #42B090

HEX: #42B090
RGB: (66,176,144)

Color info

#42B090 contains mainly green and blue colors. Web safe color of #42B090 is #339999 (or #399).

RGB color model

#42B090 color RGB value is (66,176,144).

  • red value is 66;
  • green value is 176;
  • blue value is 144.
RGB:
(66,176,144)
(26%,69%,56%)

RGB channels and saturation

R 66 of 255 = 26%
G 176 of 255 = 69%
B 144 of 255 = 56%

66
176
144

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

Portions of RGB colors in percentages

R + G + B =
66 + 176 + 144 = 386 (100%)
R 66 of 386 ~ 17.1%
G 176 of 386 ~ 45.6%
B 144 of 386 ~ 37.31%

%17.1
%45.6
%37.31

CMYK color model

#42B090 color CMYK value is (63,0,18,31).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(63,0,18,31)
C63M0Y18K31 
(63%,0%,18%,31%)
(0.63/0.00/0.18/0.31)	

CMYK percentages

%62.5
%0
%18.18
%30.98

Codes

Color #42B090 in popluar color models

42B090
RGB66176144
HSL163°45.45%47.45%
HSB/HSV163°62.50%69.02%
CMYK62.50%0.00%18.18%
30.98%

Color #42B090 in popluar number systems.

HEX42B090
Decimal66176144
Binary10000101011000010010000
Octal102260220

Shades and tints

Shades of #42B090

#42B090
(66,176,144)
#3CA083
(60,160,131)
#369076
(54,144,118)
#308069
(48,128,105)
#2A705C
(42,112,92)
#24604F
(36,96,79)
#1E5042
(30,80,66)
#184035
(24,64,53)
#123028
(18,48,40)
#0C201B
(12,32,27)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #42B090

#42B090
(66,176,144)
#53B79A
(83,183,154)
#64BEA4
(100,190,164)
#75C5AE
(117,197,174)
#86CCB8
(134,204,184)
#97D3C2
(151,211,194)
#A8DACC
(168,218,204)
#B9E1D6
(185,225,214)
#CAE8E0
(202,232,224)
#DBEFEA
(219,239,234)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B090 color. Also use rgb(66,176,144) instead hex code.

Text Font Color

.myTextColor { color: #42B090; }

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

This text font color is #42B090.


Background Color

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

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

This div background color is #42B090.


Border color

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

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

This div border color is #42B090.


Opacity

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

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

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

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

This text has shadow with #42B090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B090 on black background.


Color preview on white background

This text has color #42B090 on white background.



Black color preview on #42B090 background

This text has black color on #42B090 background.


White color preview on #42B090 background

This text has white color on #42B090 background.