COLOR #1ED5B1

HEX: #1ED5B1
RGB: (30,213,177)

Color info

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

RGB color model

#1ED5B1 color RGB value is (30,213,177).

  • red value is 30;
  • green value is 213;
  • blue value is 177.
RGB:
(30,213,177)
(12%,84%,69%)

RGB channels and saturation

R 30 of 255 = 12%
G 213 of 255 = 84%
B 177 of 255 = 69%

30
213
177

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

Portions of RGB colors in percentages

R + G + B =
30 + 213 + 177 = 420 (100%)
R 30 of 420 ~ 7.14%
G 213 of 420 ~ 50.71%
B 177 of 420 ~ 42.14%

%50.71
%42.14

CMYK color model

#1ED5B1 color CMYK value is (86,0,17,16).

  • cyan value is 85.92%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 16.47%
CMYK:
(86,0,17,16)
C86M0Y17K16 
(86%,0%,17%,16%)
(0.86/0.00/0.17/0.16)	

CMYK percentages

%85.92
%0
%16.9
%16.47

Codes

Color #1ED5B1 in popluar color models

1ED5B1
RGB30213177
HSL168°75.31%47.65%
HSB/HSV168°85.92%83.53%
CMYK85.92%0.00%16.90%
16.47%

Color #1ED5B1 in popluar number systems.

HEX1ED5B1
Decimal30213177
Binary111101101010110110001
Octal36325261

Shades and tints

Shades of #1ED5B1

#1ED5B1
(30,213,177)
#1CC2A1
(28,194,161)
#1AAF91
(26,175,145)
#189C81
(24,156,129)
#168971
(22,137,113)
#147661
(20,118,97)
#126351
(18,99,81)
#105041
(16,80,65)
#0E3D31
(14,61,49)
#0C2A21
(12,42,33)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #1ED5B1

#1ED5B1
(30,213,177)
#32D8B8
(50,216,184)
#46DBBF
(70,219,191)
#5ADEC6
(90,222,198)
#6EE1CD
(110,225,205)
#82E4D4
(130,228,212)
#96E7DB
(150,231,219)
#AAEAE2
(170,234,226)
#BEEDE9
(190,237,233)
#D2F0F0
(210,240,240)
#E6F3F7
(230,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED5B1 color. Also use rgb(30,213,177) instead hex code.

Text Font Color

.myTextColor { color: #1ED5B1; }

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

This text font color is #1ED5B1.


Background Color

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

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

This div background color is #1ED5B1.


Border color

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

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

This div border color is #1ED5B1.


Opacity

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

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

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

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

This text has shadow with #1ED5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ED5B1 on black background.


Color preview on white background

This text has color #1ED5B1 on white background.



Black color preview on #1ED5B1 background

This text has black color on #1ED5B1 background.


White color preview on #1ED5B1 background

This text has white color on #1ED5B1 background.