COLOR #42ABC1

HEX: #42ABC1
RGB: (66,171,193)

Color info

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

RGB color model

#42ABC1 color RGB value is (66,171,193).

  • red value is 66;
  • green value is 171;
  • blue value is 193.
RGB:
(66,171,193)
(26%,67%,76%)

RGB channels and saturation

R 66 of 255 = 26%
G 171 of 255 = 67%
B 193 of 255 = 76%

66
171
193

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

Portions of RGB colors in percentages

R + G + B =
66 + 171 + 193 = 430 (100%)
R 66 of 430 ~ 15.35%
G 171 of 430 ~ 39.77%
B 193 of 430 ~ 44.88%

%15.35
%39.77
%44.88

CMYK color model

#42ABC1 color CMYK value is (66,11,0,24).

  • cyan value is 65.80%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(66,11,0,24)
C66M11Y0K24 
(66%,11%,0%,24%)
(0.66/0.11/0.00/0.24)	

CMYK percentages

%65.8
%11.4
%0
%24.31

Codes

Color #42ABC1 in popluar color models

42ABC1
RGB66171193
HSL190°50.60%50.78%
HSB/HSV190°65.80%75.69%
CMYK65.80%11.40%0.00%
24.31%

Color #42ABC1 in popluar number systems.

HEX42ABC1
Decimal66171193
Binary10000101010101111000001
Octal102253301

Shades and tints

Shades of #42ABC1

#42ABC1
(66,171,193)
#3C9CB0
(60,156,176)
#368D9F
(54,141,159)
#307E8E
(48,126,142)
#2A6F7D
(42,111,125)
#24606C
(36,96,108)
#1E515B
(30,81,91)
#18424A
(24,66,74)
#123339
(18,51,57)
#0C2428
(12,36,40)
#061517
(6,21,23)
#000000
(0,0,0)

Tints of #42ABC1

#42ABC1
(66,171,193)
#53B2C6
(83,178,198)
#64B9CB
(100,185,203)
#75C0D0
(117,192,208)
#86C7D5
(134,199,213)
#97CEDA
(151,206,218)
#A8D5DF
(168,213,223)
#B9DCE4
(185,220,228)
#CAE3E9
(202,227,233)
#DBEAEE
(219,234,238)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42ABC1 color. Also use rgb(66,171,193) instead hex code.

Text Font Color

.myTextColor { color: #42ABC1; }

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

This text font color is #42ABC1.


Background Color

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

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

This div background color is #42ABC1.


Border color

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

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

This div border color is #42ABC1.


Opacity

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

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

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

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

This text has shadow with #42ABC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42ABC1 on black background.


Color preview on white background

This text has color #42ABC1 on white background.



Black color preview on #42ABC1 background

This text has black color on #42ABC1 background.


White color preview on #42ABC1 background

This text has white color on #42ABC1 background.