COLOR #3EA7AC

HEX: #3EA7AC RGB: (62,167,172)

Color info

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

RGB color model

#3EA7AC color RGB value is (62,167,172).

RGB: (62,167,172) (24%, 65%, 67%)

RGB channels and saturation

R 62 of 255 = 24%
G 167 of 255 = 65%
B 172 of 255 = 67%

62
167
172

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

Portions of RGB colors in percentages

R + G + B = 62 + 167 + 172 = 401 (100%)
R 62 of 401 ~ 15.46%
G 167 of 401 ~ 41.65%
B 172 of 401 ~ 42.89'%

%15.46
%41.65
%42.89

CMYK color model

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

  • cyan value is 63.95%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (64,3,0,33)
C64M3Y0K33 (64%, 3%, 0%, 33%)
(0.64 / 0.03 / 0.00 / 0.33)

CMYK percentages

%63.95
%2.91
%0
%32.55

Codes

Color #3EA7AC in popluar color models

3E A7 AC
RGB 62 167 172
HSL 183° 47.01% 45.88%
HSB/HSV 183° 63.95% 67.45%
CMYK 63.95% 2.91% 0.00%
32.55%

Color #3EA7AC in popluar number systems.

HEX 3E A7 AC
Decimal 62 167 172
Binary 111110 10100111 10101100
Octal 76 247 254

Shades and tints

Shades of #3EA7AC

#3EA7AC
(62,167,172)
#39989D
(57,152,157)
#34898E
(52,137,142)
#2F7A7F
(47,122,127)
#2A6B70
(42,107,112)
#255C61
(37,92,97)
#204D52
(32,77,82)
#1B3E43
(27,62,67)
#162F34
(22,47,52)
#112025
(17,32,37)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #3EA7AC

#3EA7AC
(62,167,172)
#4FAFB3
(79,175,179)
#60B7BA
(96,183,186)
#71BFC1
(113,191,193)
#82C7C8
(130,199,200)
#93CFCF
(147,207,207)
#A4D7D6
(164,215,214)
#B5DFDD
(181,223,221)
#C6E7E4
(198,231,228)
#D7EFEB
(215,239,235)
#E8F7F2
(232,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EA7AC color. Also use rgb(62,167,172) instead hex code.

Text Font Color

.myTextColor { color: #3EA7AC; }

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

This text font color is #3EA7AC.

Background Color

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

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

This div background color is #3EA7AC.

Border color

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

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

This div border color is #3EA7AC.

Opacity

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

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

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

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

This text has shadow with #3EA7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EA7AC.

Preview

Color preview on black background

This text has color #3EA7AC on black background.


Color preview on white background

This text has color #3EA7AC on white background.


Black color preview on #3EA7AC background

This text has black color on #3EA7AC background.


White color preview on #3EA7AC background

This text has white color on #3EA7AC background.


Related colors

Complementary color

Complementary color for #hex is #C15853.


I love getcolorcode.com

Triadic colors

1 #AC3EA7 and #A7AC3E with #3EA7AC are triadic colors.

2 #ACA73E and #A73EAC with #3EA7AC are triadic colors.