COLOR #1ECDAE

HEX: #1ECDAE
RGB: (30,205,174)

Color info

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

RGB color model

#1ECDAE color RGB value is (30,205,174).

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

RGB channels and saturation

R 30 of 255 = 12%
G 205 of 255 = 80%
B 174 of 255 = 68%

30
205
174

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

Portions of RGB colors in percentages

R + G + B =
30 + 205 + 174 = 409 (100%)
R 30 of 409 ~ 7.33%
G 205 of 409 ~ 50.12%
B 174 of 409 ~ 42.54%

%50.12
%42.54

CMYK color model

#1ECDAE color CMYK value is (85,0,15,20).

  • cyan value is 85.37%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%
CMYK:
(85,0,15,20)
C85M0Y15K20 
(85%,0%,15%,20%)
(0.85/0.00/0.15/0.20)	

CMYK percentages

%85.37
%0
%15.12
%19.61

Codes

Color #1ECDAE in popluar color models

1ECDAE
RGB30205174
HSL169°74.47%46.08%
HSB/HSV169°85.37%80.39%
CMYK85.37%0.00%15.12%
19.61%

Color #1ECDAE in popluar number systems.

HEX1ECDAE
Decimal30205174
Binary111101100110110101110
Octal36315256

Shades and tints

Shades of #1ECDAE

#1ECDAE
(30,205,174)
#1CBB9F
(28,187,159)
#1AA990
(26,169,144)
#189781
(24,151,129)
#168572
(22,133,114)
#147363
(20,115,99)
#126154
(18,97,84)
#104F45
(16,79,69)
#0E3D36
(14,61,54)
#0C2B27
(12,43,39)
#0A1918
(10,25,24)
#000000
(0,0,0)

Tints of #1ECDAE

#1ECDAE
(30,205,174)
#32D1B5
(50,209,181)
#46D5BC
(70,213,188)
#5AD9C3
(90,217,195)
#6EDDCA
(110,221,202)
#82E1D1
(130,225,209)
#96E5D8
(150,229,216)
#AAE9DF
(170,233,223)
#BEEDE6
(190,237,230)
#D2F1ED
(210,241,237)
#E6F5F4
(230,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1ECDAE; }

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

This text font color is #1ECDAE.


Background Color

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

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

This div background color is #1ECDAE.


Border color

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

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

This div border color is #1ECDAE.


Opacity

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

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

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

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

This text has shadow with #1ECDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ECDAE on black background.


Color preview on white background

This text has color #1ECDAE on white background.



Black color preview on #1ECDAE background

This text has black color on #1ECDAE background.


White color preview on #1ECDAE background

This text has white color on #1ECDAE background.