COLOR #3EBCB0

HEX: #3EBCB0
RGB: (62,188,176)

Color info

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

RGB color model

#3EBCB0 color RGB value is (62,188,176).

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

RGB channels and saturation

R 62 of 255 = 24%
G 188 of 255 = 74%
B 176 of 255 = 69%

62
188
176

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

Portions of RGB colors in percentages

R + G + B =
62 + 188 + 176 = 426 (100%)
R 62 of 426 ~ 14.55%
G 188 of 426 ~ 44.13%
B 176 of 426 ~ 41.31%

%14.55
%44.13
%41.31

CMYK color model

#3EBCB0 color CMYK value is (67,0,6,26).

  • cyan value is 67.02%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(67,0,6,26)
C67M0Y6K26 
(67%,0%,6%,26%)
(0.67/0.00/0.06/0.26)	

CMYK percentages

%67.02
%0
%6.38
%26.27

Codes

Color #3EBCB0 in popluar color models

3EBCB0
RGB62188176
HSL174°50.40%49.02%
HSB/HSV174°67.02%73.73%
CMYK67.02%0.00%6.38%
26.27%

Color #3EBCB0 in popluar number systems.

HEX3EBCB0
Decimal62188176
Binary1111101011110010110000
Octal76274260

Shades and tints

Shades of #3EBCB0

#3EBCB0
(62,188,176)
#39ABA0
(57,171,160)
#349A90
(52,154,144)
#2F8980
(47,137,128)
#2A7870
(42,120,112)
#256760
(37,103,96)
#205650
(32,86,80)
#1B4540
(27,69,64)
#163430
(22,52,48)
#112320
(17,35,32)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #3EBCB0

#3EBCB0
(62,188,176)
#4FC2B7
(79,194,183)
#60C8BE
(96,200,190)
#71CEC5
(113,206,197)
#82D4CC
(130,212,204)
#93DAD3
(147,218,211)
#A4E0DA
(164,224,218)
#B5E6E1
(181,230,225)
#C6ECE8
(198,236,232)
#D7F2EF
(215,242,239)
#E8F8F6
(232,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EBCB0 color. Also use rgb(62,188,176) instead hex code.

Text Font Color

.myTextColor { color: #3EBCB0; }

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

This text font color is #3EBCB0.


Background Color

.myBgColor { background-color: #3EBCB0; }

<div style="background-color:#3EBCB0">Inner text</div>

This div background color is #3EBCB0.


Border color

.myBorderColor { border: 1px solid #3EBCB0; }

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

This div border color is #3EBCB0.


Opacity

.myOpacity80 { color: #3EBCB0; opacity: 0.8; }

<p style="color:#3EBCB0;opacity:0.8;">80%</p>

Text with #3EBCB0 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 #3EBCB0;}

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

This text has shadow with #3EBCB0 color.

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

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

This text has shadow with #3EBCB0 primary color and red secondary color.


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

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

This text has shadow with #3EBCB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EBCB0 on black background.


Color preview on white background

This text has color #3EBCB0 on white background.



Black color preview on #3EBCB0 background

This text has black color on #3EBCB0 background.


White color preview on #3EBCB0 background

This text has white color on #3EBCB0 background.