COLOR #42BEBA

HEX: #42BEBA
RGB: (66,190,186)

Color info

#42BEBA contains mainly green and blue colors. Web safe color of #42BEBA is #33CCCC (or #3CC).

RGB color model

#42BEBA color RGB value is (66,190,186).

  • red value is 66;
  • green value is 190;
  • blue value is 186.
RGB:
(66,190,186)
(26%,75%,73%)

RGB channels and saturation

R 66 of 255 = 26%
G 190 of 255 = 75%
B 186 of 255 = 73%

66
190
186

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

Portions of RGB colors in percentages

R + G + B =
66 + 190 + 186 = 442 (100%)
R 66 of 442 ~ 14.93%
G 190 of 442 ~ 42.99%
B 186 of 442 ~ 42.08%

%14.93
%42.99
%42.08

CMYK color model

#42BEBA color CMYK value is (65,0,2,25).

  • cyan value is 65.26%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(65,0,2,25)
C65M0Y2K25 
(65%,0%,2%,25%)
(0.65/0.00/0.02/0.25)	

CMYK percentages

%65.26
%0
%2.11
%25.49

Codes

Color #42BEBA in popluar color models

42BEBA
RGB66190186
HSL178°48.82%50.20%
HSB/HSV178°65.26%74.51%
CMYK65.26%0.00%2.11%
25.49%

Color #42BEBA in popluar number systems.

HEX42BEBA
Decimal66190186
Binary10000101011111010111010
Octal102276272

Shades and tints

Shades of #42BEBA

#42BEBA
(66,190,186)
#3CADAA
(60,173,170)
#369C9A
(54,156,154)
#308B8A
(48,139,138)
#2A7A7A
(42,122,122)
#24696A
(36,105,106)
#1E585A
(30,88,90)
#18474A
(24,71,74)
#12363A
(18,54,58)
#0C252A
(12,37,42)
#06141A
(6,20,26)
#000000
(0,0,0)

Tints of #42BEBA

#42BEBA
(66,190,186)
#53C3C0
(83,195,192)
#64C8C6
(100,200,198)
#75CDCC
(117,205,204)
#86D2D2
(134,210,210)
#97D7D8
(151,215,216)
#A8DCDE
(168,220,222)
#B9E1E4
(185,225,228)
#CAE6EA
(202,230,234)
#DBEBF0
(219,235,240)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42BEBA color. Also use rgb(66,190,186) instead hex code.

Text Font Color

.myTextColor { color: #42BEBA; }

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

This text font color is #42BEBA.


Background Color

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

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

This div background color is #42BEBA.


Border color

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

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

This div border color is #42BEBA.


Opacity

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

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

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

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

This text has shadow with #42BEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42BEBA on black background.


Color preview on white background

This text has color #42BEBA on white background.



Black color preview on #42BEBA background

This text has black color on #42BEBA background.


White color preview on #42BEBA background

This text has white color on #42BEBA background.