COLOR #3EBAB4

HEX: #3EBAB4
RGB: (62,186,180)

Color info

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

RGB color model

#3EBAB4 color RGB value is (62,186,180).

  • red value is 62;
  • green value is 186;
  • blue value is 180.
RGB:
(62,186,180)
(24%,73%,71%)

RGB channels and saturation

R 62 of 255 = 24%
G 186 of 255 = 73%
B 180 of 255 = 71%

62
186
180

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

Portions of RGB colors in percentages

R + G + B =
62 + 186 + 180 = 428 (100%)
R 62 of 428 ~ 14.49%
G 186 of 428 ~ 43.46%
B 180 of 428 ~ 42.06%

%14.49
%43.46
%42.06

CMYK color model

#3EBAB4 color CMYK value is (67,0,3,27).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(67,0,3,27)
C67M0Y3K27 
(67%,0%,3%,27%)
(0.67/0.00/0.03/0.27)	

CMYK percentages

%66.67
%0
%3.23
%27.06

Codes

Color #3EBAB4 in popluar color models

3EBAB4
RGB62186180
HSL177°50.00%48.63%
HSB/HSV177°66.67%72.94%
CMYK66.67%0.00%3.23%
27.06%

Color #3EBAB4 in popluar number systems.

HEX3EBAB4
Decimal62186180
Binary1111101011101010110100
Octal76272264

Shades and tints

Shades of #3EBAB4

#3EBAB4
(62,186,180)
#39AAA4
(57,170,164)
#349A94
(52,154,148)
#2F8A84
(47,138,132)
#2A7A74
(42,122,116)
#256A64
(37,106,100)
#205A54
(32,90,84)
#1B4A44
(27,74,68)
#163A34
(22,58,52)
#112A24
(17,42,36)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #3EBAB4

#3EBAB4
(62,186,180)
#4FC0BA
(79,192,186)
#60C6C0
(96,198,192)
#71CCC6
(113,204,198)
#82D2CC
(130,210,204)
#93D8D2
(147,216,210)
#A4DED8
(164,222,216)
#B5E4DE
(181,228,222)
#C6EAE4
(198,234,228)
#D7F0EA
(215,240,234)
#E8F6F0
(232,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EBAB4 color. Also use rgb(62,186,180) instead hex code.

Text Font Color

.myTextColor { color: #3EBAB4; }

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

This text font color is #3EBAB4.


Background Color

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

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

This div background color is #3EBAB4.


Border color

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

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

This div border color is #3EBAB4.


Opacity

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

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

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

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

This text has shadow with #3EBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EBAB4 on black background.


Color preview on white background

This text has color #3EBAB4 on white background.



Black color preview on #3EBAB4 background

This text has black color on #3EBAB4 background.


White color preview on #3EBAB4 background

This text has white color on #3EBAB4 background.