COLOR #1EBE9D

HEX: #1EBE9D
RGB: (30,190,157)

Color info

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

RGB color model

#1EBE9D color RGB value is (30,190,157).

  • red value is 30;
  • green value is 190;
  • blue value is 157.
RGB:
(30,190,157)
(12%,75%,62%)

RGB channels and saturation

R 30 of 255 = 12%
G 190 of 255 = 75%
B 157 of 255 = 62%

30
190
157

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

Portions of RGB colors in percentages

R + G + B =
30 + 190 + 157 = 377 (100%)
R 30 of 377 ~ 7.96%
G 190 of 377 ~ 50.4%
B 157 of 377 ~ 41.64%

%50.4
%41.64

CMYK color model

#1EBE9D color CMYK value is (84,0,17,25).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(84,0,17,25)
C84M0Y17K25 
(84%,0%,17%,25%)
(0.84/0.00/0.17/0.25)	

CMYK percentages

%84.21
%0
%17.37
%25.49

Codes

Color #1EBE9D in popluar color models

1EBE9D
RGB30190157
HSL168°72.73%43.14%
HSB/HSV168°84.21%74.51%
CMYK84.21%0.00%17.37%
25.49%

Color #1EBE9D in popluar number systems.

HEX1EBE9D
Decimal30190157
Binary111101011111010011101
Octal36276235

Shades and tints

Shades of #1EBE9D

#1EBE9D
(30,190,157)
#1CAD8F
(28,173,143)
#1A9C81
(26,156,129)
#188B73
(24,139,115)
#167A65
(22,122,101)
#146957
(20,105,87)
#125849
(18,88,73)
#10473B
(16,71,59)
#0E362D
(14,54,45)
#0C251F
(12,37,31)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #1EBE9D

#1EBE9D
(30,190,157)
#32C3A5
(50,195,165)
#46C8AD
(70,200,173)
#5ACDB5
(90,205,181)
#6ED2BD
(110,210,189)
#82D7C5
(130,215,197)
#96DCCD
(150,220,205)
#AAE1D5
(170,225,213)
#BEE6DD
(190,230,221)
#D2EBE5
(210,235,229)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EBE9D color. Also use rgb(30,190,157) instead hex code.

Text Font Color

.myTextColor { color: #1EBE9D; }

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

This text font color is #1EBE9D.


Background Color

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

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

This div background color is #1EBE9D.


Border color

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

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

This div border color is #1EBE9D.


Opacity

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

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

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

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

This text has shadow with #1EBE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EBE9D on black background.


Color preview on white background

This text has color #1EBE9D on white background.



Black color preview on #1EBE9D background

This text has black color on #1EBE9D background.


White color preview on #1EBE9D background

This text has white color on #1EBE9D background.