COLOR #3EA1AB

HEX: #3EA1AB
RGB: (62,161,171)

Color info

#3EA1AB contains mainly green and blue colors. Web safe color of #3EA1AB is #339999 (or #399).

RGB color model

#3EA1AB color RGB value is (62,161,171).

  • red value is 62;
  • green value is 161;
  • blue value is 171.
RGB:
(62,161,171)
(24%,63%,67%)

RGB channels and saturation

R 62 of 255 = 24%
G 161 of 255 = 63%
B 171 of 255 = 67%

62
161
171

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

Portions of RGB colors in percentages

R + G + B =
62 + 161 + 171 = 394 (100%)
R 62 of 394 ~ 15.74%
G 161 of 394 ~ 40.86%
B 171 of 394 ~ 43.4%

%15.74
%40.86
%43.4

CMYK color model

#3EA1AB color CMYK value is (64,6,0,33).

  • cyan value is 63.74%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(64,6,0,33)
C64M6Y0K33 
(64%,6%,0%,33%)
(0.64/0.06/0.00/0.33)	

CMYK percentages

%63.74
%5.85
%0
%32.94

Codes

Color #3EA1AB in popluar color models

3EA1AB
RGB62161171
HSL186°46.78%45.69%
HSB/HSV186°63.74%67.06%
CMYK63.74%5.85%0.00%
32.94%

Color #3EA1AB in popluar number systems.

HEX3EA1AB
Decimal62161171
Binary1111101010000110101011
Octal76241253

Shades and tints

Shades of #3EA1AB

#3EA1AB
(62,161,171)
#39939C
(57,147,156)
#34858D
(52,133,141)
#2F777E
(47,119,126)
#2A696F
(42,105,111)
#255B60
(37,91,96)
#204D51
(32,77,81)
#1B3F42
(27,63,66)
#163133
(22,49,51)
#112324
(17,35,36)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #3EA1AB

#3EA1AB
(62,161,171)
#4FA9B2
(79,169,178)
#60B1B9
(96,177,185)
#71B9C0
(113,185,192)
#82C1C7
(130,193,199)
#93C9CE
(147,201,206)
#A4D1D5
(164,209,213)
#B5D9DC
(181,217,220)
#C6E1E3
(198,225,227)
#D7E9EA
(215,233,234)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EA1AB color. Also use rgb(62,161,171) instead hex code.

Text Font Color

.myTextColor { color: #3EA1AB; }

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

This text font color is #3EA1AB.


Background Color

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

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

This div background color is #3EA1AB.


Border color

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

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

This div border color is #3EA1AB.


Opacity

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

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

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

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

This text has shadow with #3EA1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EA1AB on black background.


Color preview on white background

This text has color #3EA1AB on white background.



Black color preview on #3EA1AB background

This text has black color on #3EA1AB background.


White color preview on #3EA1AB background

This text has white color on #3EA1AB background.