COLOR #42B2C0

HEX: #42B2C0
RGB: (66,178,192)

Color info

#42B2C0 contains mainly green and blue colors. Web safe color of #42B2C0 is #3399CC (or #39C).

RGB color model

#42B2C0 color RGB value is (66,178,192).

  • red value is 66;
  • green value is 178;
  • blue value is 192.
RGB:
(66,178,192)
(26%,70%,75%)

RGB channels and saturation

R 66 of 255 = 26%
G 178 of 255 = 70%
B 192 of 255 = 75%

66
178
192

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

Portions of RGB colors in percentages

R + G + B =
66 + 178 + 192 = 436 (100%)
R 66 of 436 ~ 15.14%
G 178 of 436 ~ 40.83%
B 192 of 436 ~ 44.04%

%15.14
%40.83
%44.04

CMYK color model

#42B2C0 color CMYK value is (66,7,0,25).

  • cyan value is 65.63%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(66,7,0,25)
C66M7Y0K25 
(66%,7%,0%,25%)
(0.66/0.07/0.00/0.25)	

CMYK percentages

%65.63
%7.29
%0
%24.71

Codes

Color #42B2C0 in popluar color models

42B2C0
RGB66178192
HSL187°50.00%50.59%
HSB/HSV187°65.63%75.29%
CMYK65.63%7.29%0.00%
24.71%

Color #42B2C0 in popluar number systems.

HEX42B2C0
Decimal66178192
Binary10000101011001011000000
Octal102262300

Shades and tints

Shades of #42B2C0

#42B2C0
(66,178,192)
#3CA2AF
(60,162,175)
#36929E
(54,146,158)
#30828D
(48,130,141)
#2A727C
(42,114,124)
#24626B
(36,98,107)
#1E525A
(30,82,90)
#184249
(24,66,73)
#123238
(18,50,56)
#0C2227
(12,34,39)
#061216
(6,18,22)
#000000
(0,0,0)

Tints of #42B2C0

#42B2C0
(66,178,192)
#53B9C5
(83,185,197)
#64C0CA
(100,192,202)
#75C7CF
(117,199,207)
#86CED4
(134,206,212)
#97D5D9
(151,213,217)
#A8DCDE
(168,220,222)
#B9E3E3
(185,227,227)
#CAEAE8
(202,234,232)
#DBF1ED
(219,241,237)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B2C0 color. Also use rgb(66,178,192) instead hex code.

Text Font Color

.myTextColor { color: #42B2C0; }

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

This text font color is #42B2C0.


Background Color

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

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

This div background color is #42B2C0.


Border color

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

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

This div border color is #42B2C0.


Opacity

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

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

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

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

This text has shadow with #42B2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B2C0 on black background.


Color preview on white background

This text has color #42B2C0 on white background.



Black color preview on #42B2C0 background

This text has black color on #42B2C0 background.


White color preview on #42B2C0 background

This text has white color on #42B2C0 background.