COLOR #1EB5AB

HEX: #1EB5AB
RGB: (30,181,171)

Color info

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

RGB color model

#1EB5AB color RGB value is (30,181,171).

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

RGB channels and saturation

R 30 of 255 = 12%
G 181 of 255 = 71%
B 171 of 255 = 67%

30
181
171

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

Portions of RGB colors in percentages

R + G + B =
30 + 181 + 171 = 382 (100%)
R 30 of 382 ~ 7.85%
G 181 of 382 ~ 47.38%
B 171 of 382 ~ 44.76%

%47.38
%44.76

CMYK color model

#1EB5AB color CMYK value is (83,0,6,29).

  • cyan value is 83.43%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(83,0,6,29)
C83M0Y6K29 
(83%,0%,6%,29%)
(0.83/0.00/0.06/0.29)	

CMYK percentages

%83.43
%0
%5.52
%29.02

Codes

Color #1EB5AB in popluar color models

1EB5AB
RGB30181171
HSL176°71.56%41.37%
HSB/HSV176°83.43%70.98%
CMYK83.43%0.00%5.52%
29.02%

Color #1EB5AB in popluar number systems.

HEX1EB5AB
Decimal30181171
Binary111101011010110101011
Octal36265253

Shades and tints

Shades of #1EB5AB

#1EB5AB
(30,181,171)
#1CA59C
(28,165,156)
#1A958D
(26,149,141)
#18857E
(24,133,126)
#16756F
(22,117,111)
#146560
(20,101,96)
#125551
(18,85,81)
#104542
(16,69,66)
#0E3533
(14,53,51)
#0C2524
(12,37,36)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #1EB5AB

#1EB5AB
(30,181,171)
#32BBB2
(50,187,178)
#46C1B9
(70,193,185)
#5AC7C0
(90,199,192)
#6ECDC7
(110,205,199)
#82D3CE
(130,211,206)
#96D9D5
(150,217,213)
#AADFDC
(170,223,220)
#BEE5E3
(190,229,227)
#D2EBEA
(210,235,234)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1EB5AB; }

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

This text font color is #1EB5AB.


Background Color

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

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

This div background color is #1EB5AB.


Border color

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

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

This div border color is #1EB5AB.


Opacity

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

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

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

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

This text has shadow with #1EB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EB5AB on black background.


Color preview on white background

This text has color #1EB5AB on white background.



Black color preview on #1EB5AB background

This text has black color on #1EB5AB background.


White color preview on #1EB5AB background

This text has white color on #1EB5AB background.