COLOR #1EB5AE

HEX: #1EB5AE
RGB: (30,181,174)

Color info

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

RGB color model

#1EB5AE color RGB value is (30,181,174).

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

RGB channels and saturation

R 30 of 255 = 12%
G 181 of 255 = 71%
B 174 of 255 = 68%

30
181
174

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

Portions of RGB colors in percentages

R + G + B =
30 + 181 + 174 = 385 (100%)
R 30 of 385 ~ 7.79%
G 181 of 385 ~ 47.01%
B 174 of 385 ~ 45.19%

%47.01
%45.19

CMYK color model

#1EB5AE color CMYK value is (83,0,4,29).

  • cyan value is 83.43%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(83,0,4,29)
C83M0Y4K29 
(83%,0%,4%,29%)
(0.83/0.00/0.04/0.29)	

CMYK percentages

%83.43
%0
%3.87
%29.02

Codes

Color #1EB5AE in popluar color models

1EB5AE
RGB30181174
HSL177°71.56%41.37%
HSB/HSV177°83.43%70.98%
CMYK83.43%0.00%3.87%
29.02%

Color #1EB5AE in popluar number systems.

HEX1EB5AE
Decimal30181174
Binary111101011010110101110
Octal36265256

Shades and tints

Shades of #1EB5AE

#1EB5AE
(30,181,174)
#1CA59F
(28,165,159)
#1A9590
(26,149,144)
#188581
(24,133,129)
#167572
(22,117,114)
#146563
(20,101,99)
#125554
(18,85,84)
#104545
(16,69,69)
#0E3536
(14,53,54)
#0C2527
(12,37,39)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #1EB5AE

#1EB5AE
(30,181,174)
#32BBB5
(50,187,181)
#46C1BC
(70,193,188)
#5AC7C3
(90,199,195)
#6ECDCA
(110,205,202)
#82D3D1
(130,211,209)
#96D9D8
(150,217,216)
#AADFDF
(170,223,223)
#BEE5E6
(190,229,230)
#D2EBED
(210,235,237)
#E6F1F4
(230,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1EB5AE; }

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

This text font color is #1EB5AE.


Background Color

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

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

This div background color is #1EB5AE.


Border color

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

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

This div border color is #1EB5AE.


Opacity

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

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

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

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

This text has shadow with #1EB5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EB5AE on black background.


Color preview on white background

This text has color #1EB5AE on white background.



Black color preview on #1EB5AE background

This text has black color on #1EB5AE background.


White color preview on #1EB5AE background

This text has white color on #1EB5AE background.