COLOR #3EAFA3

HEX: #3EAFA3 RGB: (62,175,163)

Color info

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

RGB color model

#3EAFA3 color RGB value is (62,175,163).

RGB: (62,175,163) (24%, 69%, 64%)

RGB channels and saturation

R 62 of 255 = 24%
G 175 of 255 = 69%
B 163 of 255 = 64%

62
175
163

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

Portions of RGB colors in percentages

R + G + B = 62 + 175 + 163 = 400 (100%)
R 62 of 400 ~ 15.5%
G 175 of 400 ~ 43.75%
B 163 of 400 ~ 40.75'%

%15.5
%43.75
%40.75

CMYK color model

#3EAFA3 color CMYK value is (65,0,7,31).

  • cyan value is 64.57%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 31.37%

CMYK: (65,0,7,31)
C65M0Y7K31 (65%, 0%, 7%, 31%)
(0.65 / 0.00 / 0.07 / 0.31)

CMYK percentages

%64.57
%0
%6.86
%31.37

Codes

Color #3EAFA3 in popluar color models

3E AF A3
RGB 62 175 163
HSL 174° 47.68% 46.47%
HSB/HSV 174° 64.57% 68.63%
CMYK 64.57% 0.00% 6.86%
31.37%

Color #3EAFA3 in popluar number systems.

HEX 3E AF A3
Decimal 62 175 163
Binary 111110 10101111 10100011
Octal 76 257 243

Shades and tints

Shades of #3EAFA3

#3EAFA3
(62,175,163)
#39A095
(57,160,149)
#349187
(52,145,135)
#2F8279
(47,130,121)
#2A736B
(42,115,107)
#25645D
(37,100,93)
#20554F
(32,85,79)
#1B4641
(27,70,65)
#163733
(22,55,51)
#112825
(17,40,37)
#0C1917
(12,25,23)
#000000
(0,0,0)

Tints of #3EAFA3

#3EAFA3
(62,175,163)
#4FB6AB
(79,182,171)
#60BDB3
(96,189,179)
#71C4BB
(113,196,187)
#82CBC3
(130,203,195)
#93D2CB
(147,210,203)
#A4D9D3
(164,217,211)
#B5E0DB
(181,224,219)
#C6E7E3
(198,231,227)
#D7EEEB
(215,238,235)
#E8F5F3
(232,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EAFA3 color. Also use rgb(62,175,163) instead hex code.

Text Font Color

.myTextColor { color: #3EAFA3; }

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

This text font color is #3EAFA3.

Background Color

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

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

This div background color is #3EAFA3.

Border color

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

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

This div border color is #3EAFA3.

Opacity

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

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

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

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

This text has shadow with #3EAFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EAFA3.

Preview

Color preview on black background

This text has color #3EAFA3 on black background.


Color preview on white background

This text has color #3EAFA3 on white background.


Black color preview on #3EAFA3 background

This text has black color on #3EAFA3 background.


White color preview on #3EAFA3 background

This text has white color on #3EAFA3 background.


Related colors

Complementary color

Complementary color for #hex is #C1505C.


I love getcolorcode.com

Triadic colors

1 #A33EAF and #AFA33E with #3EAFA3 are triadic colors.

2 #A3AF3E and #AF3EA3 with #3EAFA3 are triadic colors.