COLOR #1EA684

HEX: #1EA684
RGB: (30,166,132)

Color info

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

RGB color model

#1EA684 color RGB value is (30,166,132).

  • red value is 30;
  • green value is 166;
  • blue value is 132.
RGB:
(30,166,132)
(12%,65%,52%)

RGB channels and saturation

R 30 of 255 = 12%
G 166 of 255 = 65%
B 132 of 255 = 52%

30
166
132

R + G + B ~ 43%. #1EA684 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
30 + 166 + 132 = 328 (100%)
R 30 of 328 ~ 9.15%
G 166 of 328 ~ 50.61%
B 132 of 328 ~ 40.24%

%50.61
%40.24

CMYK color model

#1EA684 color CMYK value is (82,0,20,35).

  • cyan value is 81.93%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 34.90%
CMYK:
(82,0,20,35)
C82M0Y20K35 
(82%,0%,20%,35%)
(0.82/0.00/0.20/0.35)	

CMYK percentages

%81.93
%0
%20.48
%34.9

Codes

Color #1EA684 in popluar color models

1EA684
RGB30166132
HSL165°69.39%38.43%
HSB/HSV165°81.93%65.10%
CMYK81.93%0.00%20.48%
34.90%

Color #1EA684 in popluar number systems.

HEX1EA684
Decimal30166132
Binary111101010011010000100
Octal36246204

Shades and tints

Shades of #1EA684

#1EA684
(30,166,132)
#1C9778
(28,151,120)
#1A886C
(26,136,108)
#187960
(24,121,96)
#166A54
(22,106,84)
#145B48
(20,91,72)
#124C3C
(18,76,60)
#103D30
(16,61,48)
#0E2E24
(14,46,36)
#0C1F18
(12,31,24)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #1EA684

#1EA684
(30,166,132)
#32AE8F
(50,174,143)
#46B69A
(70,182,154)
#5ABEA5
(90,190,165)
#6EC6B0
(110,198,176)
#82CEBB
(130,206,187)
#96D6C6
(150,214,198)
#AADED1
(170,222,209)
#BEE6DC
(190,230,220)
#D2EEE7
(210,238,231)
#E6F6F2
(230,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EA684 color. Also use rgb(30,166,132) instead hex code.

Text Font Color

.myTextColor { color: #1EA684; }

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

This text font color is #1EA684.


Background Color

.myBgColor { background-color: #1EA684; }

<div style="background-color:#1EA684">Inner text</div>

This div background color is #1EA684.


Border color

.myBorderColor { border: 1px solid #1EA684; }

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

This div border color is #1EA684.


Opacity

.myOpacity80 { color: #1EA684; opacity: 0.8; }

<p style="color:#1EA684;opacity:0.8;">80%</p>

Text with #1EA684 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 #1EA684;}

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

This text has shadow with #1EA684 color.

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

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

This text has shadow with #1EA684 primary color and red secondary color.


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

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

This text has shadow with #1EA684 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EA684 on black background.


Color preview on white background

This text has color #1EA684 on white background.



Black color preview on #1EA684 background

This text has black color on #1EA684 background.


White color preview on #1EA684 background

This text has white color on #1EA684 background.