COLOR #1EC3C6

HEX: #1EC3C6
RGB: (30,195,198)

Color info

#1EC3C6 contains mainly green and blue colors. Web safe color of #1EC3C6 is #33CCCC (or #3CC).

RGB color model

#1EC3C6 color RGB value is (30,195,198).

  • red value is 30;
  • green value is 195;
  • blue value is 198.
RGB:
(30,195,198)
(12%,76%,78%)

RGB channels and saturation

R 30 of 255 = 12%
G 195 of 255 = 76%
B 198 of 255 = 78%

30
195
198

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

Portions of RGB colors in percentages

R + G + B =
30 + 195 + 198 = 423 (100%)
R 30 of 423 ~ 7.09%
G 195 of 423 ~ 46.1%
B 198 of 423 ~ 46.81%

%46.1
%46.81

CMYK color model

#1EC3C6 color CMYK value is (85,2,0,22).

  • cyan value is 84.85%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(85,2,0,22)
C85M2Y0K22 
(85%,2%,0%,22%)
(0.85/0.02/0.00/0.22)	

CMYK percentages

%84.85
%1.52
%0
%22.35

Codes

Color #1EC3C6 in popluar color models

1EC3C6
RGB30195198
HSL181°73.68%44.71%
HSB/HSV181°84.85%77.65%
CMYK84.85%1.52%0.00%
22.35%

Color #1EC3C6 in popluar number systems.

HEX1EC3C6
Decimal30195198
Binary111101100001111000110
Octal36303306

Shades and tints

Shades of #1EC3C6

#1EC3C6
(30,195,198)
#1CB2B4
(28,178,180)
#1AA1A2
(26,161,162)
#189090
(24,144,144)
#167F7E
(22,127,126)
#146E6C
(20,110,108)
#125D5A
(18,93,90)
#104C48
(16,76,72)
#0E3B36
(14,59,54)
#0C2A24
(12,42,36)
#0A1912
(10,25,18)
#000000
(0,0,0)

Tints of #1EC3C6

#1EC3C6
(30,195,198)
#32C8CB
(50,200,203)
#46CDD0
(70,205,208)
#5AD2D5
(90,210,213)
#6ED7DA
(110,215,218)
#82DCDF
(130,220,223)
#96E1E4
(150,225,228)
#AAE6E9
(170,230,233)
#BEEBEE
(190,235,238)
#D2F0F3
(210,240,243)
#E6F5F8
(230,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EC3C6 color. Also use rgb(30,195,198) instead hex code.

Text Font Color

.myTextColor { color: #1EC3C6; }

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

This text font color is #1EC3C6.


Background Color

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

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

This div background color is #1EC3C6.


Border color

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

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

This div border color is #1EC3C6.


Opacity

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

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

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

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

This text has shadow with #1EC3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EC3C6 on black background.


Color preview on white background

This text has color #1EC3C6 on white background.



Black color preview on #1EC3C6 background

This text has black color on #1EC3C6 background.


White color preview on #1EC3C6 background

This text has white color on #1EC3C6 background.