COLOR #3EA190

HEX: #3EA190 RGB: (62,161,144)

Color info

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

RGB color model

#3EA190 color RGB value is (62,161,144).

RGB: (62,161,144) (24%, 63%, 56%)

RGB channels and saturation

R 62 of 255 = 24%
G 161 of 255 = 63%
B 144 of 255 = 56%

62
161
144

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

Portions of RGB colors in percentages

R + G + B = 62 + 161 + 144 = 367 (100%)
R 62 of 367 ~ 16.89%
G 161 of 367 ~ 43.87%
B 144 of 367 ~ 39.24'%

%16.89
%43.87
%39.24

CMYK color model

#3EA190 color CMYK value is (61,0,11,37).

  • cyan value is 61.49%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 36.86%

CMYK: (61,0,11,37)
C61M0Y11K37 (61%, 0%, 11%, 37%)
(0.61 / 0.00 / 0.11 / 0.37)

CMYK percentages

%61.49
%0
%10.56
%36.86

Codes

Color #3EA190 in popluar color models

3E A1 90
RGB 62 161 144
HSL 170° 44.39% 43.73%
HSB/HSV 170° 61.49% 63.14%
CMYK 61.49% 0.00% 10.56%
36.86%

Color #3EA190 in popluar number systems.

HEX 3E A1 90
Decimal 62 161 144
Binary 111110 10100001 10010000
Octal 76 241 220

Shades and tints

Shades of #3EA190

#3EA190
(62,161,144)
#399383
(57,147,131)
#348576
(52,133,118)
#2F7769
(47,119,105)
#2A695C
(42,105,92)
#255B4F
(37,91,79)
#204D42
(32,77,66)
#1B3F35
(27,63,53)
#163128
(22,49,40)
#11231B
(17,35,27)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #3EA190

#3EA190
(62,161,144)
#4FA99A
(79,169,154)
#60B1A4
(96,177,164)
#71B9AE
(113,185,174)
#82C1B8
(130,193,184)
#93C9C2
(147,201,194)
#A4D1CC
(164,209,204)
#B5D9D6
(181,217,214)
#C6E1E0
(198,225,224)
#D7E9EA
(215,233,234)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3EA190; }

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

This text font color is #3EA190.

Background Color

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

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

This div background color is #3EA190.

Border color

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

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

This div border color is #3EA190.

Opacity

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

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

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

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

This text has shadow with #3EA190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EA190.

Preview

Color preview on black background

This text has color #3EA190 on black background.


Color preview on white background

This text has color #3EA190 on white background.


Black color preview on #3EA190 background

This text has black color on #3EA190 background.


White color preview on #3EA190 background

This text has white color on #3EA190 background.


Related colors

Complementary color

Complementary color for #hex is #C15E6F.


I love getcolorcode.com

Triadic colors

1 #903EA1 and #A1903E with #3EA190 are triadic colors.

2 #90A13E and #A13E90 with #3EA190 are triadic colors.