COLOR #42B2B1

HEX: #42B2B1
RGB: (66,178,177)

Color info

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

RGB color model

#42B2B1 color RGB value is (66,178,177).

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

RGB channels and saturation

R 66 of 255 = 26%
G 178 of 255 = 70%
B 177 of 255 = 69%

66
178
177

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

Portions of RGB colors in percentages

R + G + B =
66 + 178 + 177 = 421 (100%)
R 66 of 421 ~ 15.68%
G 178 of 421 ~ 42.28%
B 177 of 421 ~ 42.04%

%15.68
%42.28
%42.04

CMYK color model

#42B2B1 color CMYK value is (63,0,1,30).

  • cyan value is 62.92%
  • magenta value is 0.00%
  • yellow value is 0.56%
  • key color value is 30.20%
CMYK:
(63,0,1,30)
C63M0Y1K30 
(63%,0%,1%,30%)
(0.63/0.00/0.01/0.30)	

CMYK percentages

%62.92
%0
%0.56
%30.2

Codes

Color #42B2B1 in popluar color models

42B2B1
RGB66178177
HSL179°45.90%47.84%
HSB/HSV179°62.92%69.80%
CMYK62.92%0.00%0.56%
30.20%

Color #42B2B1 in popluar number systems.

HEX42B2B1
Decimal66178177
Binary10000101011001010110001
Octal102262261

Shades and tints

Shades of #42B2B1

#42B2B1
(66,178,177)
#3CA2A1
(60,162,161)
#369291
(54,146,145)
#308281
(48,130,129)
#2A7271
(42,114,113)
#246261
(36,98,97)
#1E5251
(30,82,81)
#184241
(24,66,65)
#123231
(18,50,49)
#0C2221
(12,34,33)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #42B2B1

#42B2B1
(66,178,177)
#53B9B8
(83,185,184)
#64C0BF
(100,192,191)
#75C7C6
(117,199,198)
#86CECD
(134,206,205)
#97D5D4
(151,213,212)
#A8DCDB
(168,220,219)
#B9E3E2
(185,227,226)
#CAEAE9
(202,234,233)
#DBF1F0
(219,241,240)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42B2B1; }

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

This text font color is #42B2B1.


Background Color

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

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

This div background color is #42B2B1.


Border color

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

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

This div border color is #42B2B1.


Opacity

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

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

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

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

This text has shadow with #42B2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B2B1 on black background.


Color preview on white background

This text has color #42B2B1 on white background.



Black color preview on #42B2B1 background

This text has black color on #42B2B1 background.


White color preview on #42B2B1 background

This text has white color on #42B2B1 background.