COLOR #00E1E1

HEX: #00E1E1
RGB: (0,225,225)

Color info

#00E1E1 contains only green and blue colors. Web safe color of #00E1E1 is #00CCCC (or #0CC).

RGB color model

#00E1E1 color RGB value is (0,225,225).

  • red value is 0;
  • green value is 225;
  • blue value is 225.
RGB:
(0,225,225)
(0%,88%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 225 of 255 = 88%
B 225 of 255 = 88%

0
225
225

R + G + B ~ 59%. #00E1E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 225 + 225 = 450 (100%)
R 0 of 450 ~ 0%
G 225 of 450 ~ 50%
B 225 of 450 ~ 50%

%50
%50

CMYK color model

#00E1E1 color CMYK value is (100,0,0,12).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,0,0,12)
C100M0Y0K12 
(100%,0%,0%,12%)
(1.00/0.00/0.00/0.12)	

CMYK percentages

%100
%0
%0
%11.76

Codes

Color #00E1E1 in popluar color models

00E1E1
RGB0225225
HSL180°100.00%44.12%
HSB/HSV180°100.00%88.24%
CMYK100.00%0.00%0.00%
11.76%

Color #00E1E1 in popluar number systems.

HEX00E1E1
Decimal0225225
Binary01110000111100001
Octal0341341

Shades and tints

Shades of #00E1E1

#00E1E1
(0,225,225)
#00CDCD
(0,205,205)
#00B9B9
(0,185,185)
#00A5A5
(0,165,165)
#009191
(0,145,145)
#007D7D
(0,125,125)
#006969
(0,105,105)
#005555
(0,85,85)
#004141
(0,65,65)
#002D2D
(0,45,45)
#001919
(0,25,25)
#000000
(0,0,0)

Tints of #00E1E1

#00E1E1
(0,225,225)
#17E3E3
(23,227,227)
#2EE5E5
(46,229,229)
#45E7E7
(69,231,231)
#5CE9E9
(92,233,233)
#73EBEB
(115,235,235)
#8AEDED
(138,237,237)
#A1EFEF
(161,239,239)
#B8F1F1
(184,241,241)
#CFF3F3
(207,243,243)
#E6F5F5
(230,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00E1E1 color. Also use rgb(0,225,225) instead hex code.

Text Font Color

.myTextColor { color: #00E1E1; }

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

This text font color is #00E1E1.


Background Color

.myBgColor { background-color: #00E1E1; }

<div style="background-color:#00E1E1">Inner text</div>

This div background color is #00E1E1.


Border color

.myBorderColor { border: 1px solid #00E1E1; }

<div style="border:3px solid #00E1E1">Div</div>

This div border color is #00E1E1.


Opacity

.myOpacity80 { color: #00E1E1; opacity: 0.8; }

<p style="color:#00E1E1;opacity:0.8;">80%</p>

Text with #00E1E1 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 #00E1E1;}

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

This text has shadow with #00E1E1 color.

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

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

This text has shadow with #00E1E1 primary color and red secondary color.


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

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

This text has shadow with #00E1E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E1E1 on black background.


Color preview on white background

This text has color #00E1E1 on white background.



Black color preview on #00E1E1 background

This text has black color on #00E1E1 background.


White color preview on #00E1E1 background

This text has white color on #00E1E1 background.