COLOR #1EB5A1

HEX: #1EB5A1
RGB: (30,181,161)

Color info

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

RGB color model

#1EB5A1 color RGB value is (30,181,161).

  • red value is 30;
  • green value is 181;
  • blue value is 161.
RGB:
(30,181,161)
(12%,71%,63%)

RGB channels and saturation

R 30 of 255 = 12%
G 181 of 255 = 71%
B 161 of 255 = 63%

30
181
161

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

Portions of RGB colors in percentages

R + G + B =
30 + 181 + 161 = 372 (100%)
R 30 of 372 ~ 8.06%
G 181 of 372 ~ 48.66%
B 161 of 372 ~ 43.28%

%48.66
%43.28

CMYK color model

#1EB5A1 color CMYK value is (83,0,11,29).

  • cyan value is 83.43%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 29.02%
CMYK:
(83,0,11,29)
C83M0Y11K29 
(83%,0%,11%,29%)
(0.83/0.00/0.11/0.29)	

CMYK percentages

%83.43
%0
%11.05
%29.02

Codes

Color #1EB5A1 in popluar color models

1EB5A1
RGB30181161
HSL172°71.56%41.37%
HSB/HSV172°83.43%70.98%
CMYK83.43%0.00%11.05%
29.02%

Color #1EB5A1 in popluar number systems.

HEX1EB5A1
Decimal30181161
Binary111101011010110100001
Octal36265241

Shades and tints

Shades of #1EB5A1

#1EB5A1
(30,181,161)
#1CA593
(28,165,147)
#1A9585
(26,149,133)
#188577
(24,133,119)
#167569
(22,117,105)
#14655B
(20,101,91)
#12554D
(18,85,77)
#10453F
(16,69,63)
#0E3531
(14,53,49)
#0C2523
(12,37,35)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #1EB5A1

#1EB5A1
(30,181,161)
#32BBA9
(50,187,169)
#46C1B1
(70,193,177)
#5AC7B9
(90,199,185)
#6ECDC1
(110,205,193)
#82D3C9
(130,211,201)
#96D9D1
(150,217,209)
#AADFD9
(170,223,217)
#BEE5E1
(190,229,225)
#D2EBE9
(210,235,233)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EB5A1 color. Also use rgb(30,181,161) instead hex code.

Text Font Color

.myTextColor { color: #1EB5A1; }

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

This text font color is #1EB5A1.


Background Color

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

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

This div background color is #1EB5A1.


Border color

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

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

This div border color is #1EB5A1.


Opacity

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

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

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

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

This text has shadow with #1EB5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EB5A1 on black background.


Color preview on white background

This text has color #1EB5A1 on white background.



Black color preview on #1EB5A1 background

This text has black color on #1EB5A1 background.


White color preview on #1EB5A1 background

This text has white color on #1EB5A1 background.