COLOR #1ED6A0

HEX: #1ED6A0
RGB: (30,214,160)

Color info

#1ED6A0 contains mainly green and blue colors. Web safe color of #1ED6A0 is #33CC99 (or #3C9).

RGB color model

#1ED6A0 color RGB value is (30,214,160).

  • red value is 30;
  • green value is 214;
  • blue value is 160.
RGB:
(30,214,160)
(12%,84%,63%)

RGB channels and saturation

R 30 of 255 = 12%
G 214 of 255 = 84%
B 160 of 255 = 63%

30
214
160

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

Portions of RGB colors in percentages

R + G + B =
30 + 214 + 160 = 404 (100%)
R 30 of 404 ~ 7.43%
G 214 of 404 ~ 52.97%
B 160 of 404 ~ 39.6%

%52.97
%39.6

CMYK color model

#1ED6A0 color CMYK value is (86,0,25,16).

  • cyan value is 85.98%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 16.08%
CMYK:
(86,0,25,16)
C86M0Y25K16 
(86%,0%,25%,16%)
(0.86/0.00/0.25/0.16)	

CMYK percentages

%85.98
%0
%25.23
%16.08

Codes

Color #1ED6A0 in popluar color models

1ED6A0
RGB30214160
HSL162°75.41%47.84%
HSB/HSV162°85.98%83.92%
CMYK85.98%0.00%25.23%
16.08%

Color #1ED6A0 in popluar number systems.

HEX1ED6A0
Decimal30214160
Binary111101101011010100000
Octal36326240

Shades and tints

Shades of #1ED6A0

#1ED6A0
(30,214,160)
#1CC392
(28,195,146)
#1AB084
(26,176,132)
#189D76
(24,157,118)
#168A68
(22,138,104)
#14775A
(20,119,90)
#12644C
(18,100,76)
#10513E
(16,81,62)
#0E3E30
(14,62,48)
#0C2B22
(12,43,34)
#0A1814
(10,24,20)
#000000
(0,0,0)

Tints of #1ED6A0

#1ED6A0
(30,214,160)
#32D9A8
(50,217,168)
#46DCB0
(70,220,176)
#5ADFB8
(90,223,184)
#6EE2C0
(110,226,192)
#82E5C8
(130,229,200)
#96E8D0
(150,232,208)
#AAEBD8
(170,235,216)
#BEEEE0
(190,238,224)
#D2F1E8
(210,241,232)
#E6F4F0
(230,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED6A0 color. Also use rgb(30,214,160) instead hex code.

Text Font Color

.myTextColor { color: #1ED6A0; }

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

This text font color is #1ED6A0.


Background Color

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

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

This div background color is #1ED6A0.


Border color

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

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

This div border color is #1ED6A0.


Opacity

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

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

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

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

This text has shadow with #1ED6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ED6A0 on black background.


Color preview on white background

This text has color #1ED6A0 on white background.



Black color preview on #1ED6A0 background

This text has black color on #1ED6A0 background.


White color preview on #1ED6A0 background

This text has white color on #1ED6A0 background.