COLOR #3EB9B4

HEX: #3EB9B4
RGB: (62,185,180)

Color info

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

RGB color model

#3EB9B4 color RGB value is (62,185,180).

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

RGB channels and saturation

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

62
185
180

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

Portions of RGB colors in percentages

R + G + B =
62 + 185 + 180 = 427 (100%)
R 62 of 427 ~ 14.52%
G 185 of 427 ~ 43.33%
B 180 of 427 ~ 42.15%

%14.52
%43.33
%42.15

CMYK color model

#3EB9B4 color CMYK value is (66,0,3,27).

  • cyan value is 66.49%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 27.45%
CMYK:
(66,0,3,27)
C66M0Y3K27 
(66%,0%,3%,27%)
(0.66/0.00/0.03/0.27)	

CMYK percentages

%66.49
%0
%2.7
%27.45

Codes

Color #3EB9B4 in popluar color models

3EB9B4
RGB62185180
HSL178°49.80%48.43%
HSB/HSV178°66.49%72.55%
CMYK66.49%0.00%2.70%
27.45%

Color #3EB9B4 in popluar number systems.

HEX3EB9B4
Decimal62185180
Binary1111101011100110110100
Octal76271264

Shades and tints

Shades of #3EB9B4

#3EB9B4
(62,185,180)
#39A9A4
(57,169,164)
#349994
(52,153,148)
#2F8984
(47,137,132)
#2A7974
(42,121,116)
#256964
(37,105,100)
#205954
(32,89,84)
#1B4944
(27,73,68)
#163934
(22,57,52)
#112924
(17,41,36)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #3EB9B4

#3EB9B4
(62,185,180)
#4FBFBA
(79,191,186)
#60C5C0
(96,197,192)
#71CBC6
(113,203,198)
#82D1CC
(130,209,204)
#93D7D2
(147,215,210)
#A4DDD8
(164,221,216)
#B5E3DE
(181,227,222)
#C6E9E4
(198,233,228)
#D7EFEA
(215,239,234)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3EB9B4; }

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

This text font color is #3EB9B4.


Background Color

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

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

This div background color is #3EB9B4.


Border color

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

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

This div border color is #3EB9B4.


Opacity

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

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

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

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

This text has shadow with #3EB9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EB9B4 on black background.


Color preview on white background

This text has color #3EB9B4 on white background.



Black color preview on #3EB9B4 background

This text has black color on #3EB9B4 background.


White color preview on #3EB9B4 background

This text has white color on #3EB9B4 background.