COLOR #42BCB0

HEX: #42BCB0
RGB: (66,188,176)

Color info

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

RGB color model

#42BCB0 color RGB value is (66,188,176).

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

RGB channels and saturation

R 66 of 255 = 26%
G 188 of 255 = 74%
B 176 of 255 = 69%

66
188
176

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

Portions of RGB colors in percentages

R + G + B =
66 + 188 + 176 = 430 (100%)
R 66 of 430 ~ 15.35%
G 188 of 430 ~ 43.72%
B 176 of 430 ~ 40.93%

%15.35
%43.72
%40.93

CMYK color model

#42BCB0 color CMYK value is (65,0,6,26).

  • cyan value is 64.89%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(65,0,6,26)
C65M0Y6K26 
(65%,0%,6%,26%)
(0.65/0.00/0.06/0.26)	

CMYK percentages

%64.89
%0
%6.38
%26.27

Codes

Color #42BCB0 in popluar color models

42BCB0
RGB66188176
HSL174°48.03%49.80%
HSB/HSV174°64.89%73.73%
CMYK64.89%0.00%6.38%
26.27%

Color #42BCB0 in popluar number systems.

HEX42BCB0
Decimal66188176
Binary10000101011110010110000
Octal102274260

Shades and tints

Shades of #42BCB0

#42BCB0
(66,188,176)
#3CABA0
(60,171,160)
#369A90
(54,154,144)
#308980
(48,137,128)
#2A7870
(42,120,112)
#246760
(36,103,96)
#1E5650
(30,86,80)
#184540
(24,69,64)
#123430
(18,52,48)
#0C2320
(12,35,32)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #42BCB0

#42BCB0
(66,188,176)
#53C2B7
(83,194,183)
#64C8BE
(100,200,190)
#75CEC5
(117,206,197)
#86D4CC
(134,212,204)
#97DAD3
(151,218,211)
#A8E0DA
(168,224,218)
#B9E6E1
(185,230,225)
#CAECE8
(202,236,232)
#DBF2EF
(219,242,239)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42BCB0; }

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

This text font color is #42BCB0.


Background Color

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

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

This div background color is #42BCB0.


Border color

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

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

This div border color is #42BCB0.


Opacity

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

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

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

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

This text has shadow with #42BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42BCB0 on black background.


Color preview on white background

This text has color #42BCB0 on white background.



Black color preview on #42BCB0 background

This text has black color on #42BCB0 background.


White color preview on #42BCB0 background

This text has white color on #42BCB0 background.