COLOR #3EADA6

HEX: #3EADA6 RGB: (62,173,166)

Color info

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

RGB color model

#3EADA6 color RGB value is (62,173,166).

RGB: (62,173,166) (24%, 68%, 65%)

RGB channels and saturation

R 62 of 255 = 24%
G 173 of 255 = 68%
B 166 of 255 = 65%

62
173
166

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

Portions of RGB colors in percentages

R + G + B = 62 + 173 + 166 = 401 (100%)
R 62 of 401 ~ 15.46%
G 173 of 401 ~ 43.14%
B 166 of 401 ~ 41.4'%

%15.46
%43.14
%41.4

CMYK color model

#3EADA6 color CMYK value is (64,0,4,32).

  • cyan value is 64.16%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 32.16%

CMYK: (64,0,4,32)
C64M0Y4K32 (64%, 0%, 4%, 32%)
(0.64 / 0.00 / 0.04 / 0.32)

CMYK percentages

%64.16
%0
%4.05
%32.16

Codes

Color #3EADA6 in popluar color models

3E AD A6
RGB 62 173 166
HSL 176° 47.23% 46.08%
HSB/HSV 176° 64.16% 67.84%
CMYK 64.16% 0.00% 4.05%
32.16%

Color #3EADA6 in popluar number systems.

HEX 3E AD A6
Decimal 62 173 166
Binary 111110 10101101 10100110
Octal 76 255 246

Shades and tints

Shades of #3EADA6

#3EADA6
(62,173,166)
#399E97
(57,158,151)
#348F88
(52,143,136)
#2F8079
(47,128,121)
#2A716A
(42,113,106)
#25625B
(37,98,91)
#20534C
(32,83,76)
#1B443D
(27,68,61)
#16352E
(22,53,46)
#11261F
(17,38,31)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #3EADA6

#3EADA6
(62,173,166)
#4FB4AE
(79,180,174)
#60BBB6
(96,187,182)
#71C2BE
(113,194,190)
#82C9C6
(130,201,198)
#93D0CE
(147,208,206)
#A4D7D6
(164,215,214)
#B5DEDE
(181,222,222)
#C6E5E6
(198,229,230)
#D7ECEE
(215,236,238)
#E8F3F6
(232,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EADA6 color. Also use rgb(62,173,166) instead hex code.

Text Font Color

.myTextColor { color: #3EADA6; }

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

This text font color is #3EADA6.

Background Color

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

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

This div background color is #3EADA6.

Border color

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

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

This div border color is #3EADA6.

Opacity

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

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

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

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

This text has shadow with #3EADA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EADA6.

Preview

Color preview on black background

This text has color #3EADA6 on black background.


Color preview on white background

This text has color #3EADA6 on white background.


Black color preview on #3EADA6 background

This text has black color on #3EADA6 background.


White color preview on #3EADA6 background

This text has white color on #3EADA6 background.


Related colors

Complementary color

Complementary color for #3EADA6 is #C15259.


I love getcolorcode.com

Triadic colors

1 #A63EAD and #ADA63E with #3EADA6 are triadic colors.

2 #A6AD3E and #AD3EA6 with #3EADA6 are triadic colors.