COLOR #00E1B2

HEX: #00E1B2
RGB: (0,225,178)

Color info

#00E1B2 contains only green and blue colors. Web safe color of #00E1B2 is #00CC99 (or #0C9).

RGB color model

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

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

RGB channels and saturation

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

0
225
178

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

Portions of RGB colors in percentages

R + G + B =
0 + 225 + 178 = 403 (100%)
R 0 of 403 ~ 0%
G 225 of 403 ~ 55.83%
B 178 of 403 ~ 44.17%

%55.83
%44.17

CMYK color model

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

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

CMYK percentages

%100
%0
%20.89
%11.76

Codes

Color #00E1B2 in popluar color models

00E1B2
RGB0225178
HSL167°100.00%44.12%
HSB/HSV167°100.00%88.24%
CMYK100.00%0.00%20.89%
11.76%

Color #00E1B2 in popluar number systems.

HEX00E1B2
Decimal0225178
Binary01110000110110010
Octal0341262

Shades and tints

Shades of #00E1B2

#00E1B2
(0,225,178)
#00CDA2
(0,205,162)
#00B992
(0,185,146)
#00A582
(0,165,130)
#009172
(0,145,114)
#007D62
(0,125,98)
#006952
(0,105,82)
#005542
(0,85,66)
#004132
(0,65,50)
#002D22
(0,45,34)
#001912
(0,25,18)
#000000
(0,0,0)

Tints of #00E1B2

#00E1B2
(0,225,178)
#17E3B9
(23,227,185)
#2EE5C0
(46,229,192)
#45E7C7
(69,231,199)
#5CE9CE
(92,233,206)
#73EBD5
(115,235,213)
#8AEDDC
(138,237,220)
#A1EFE3
(161,239,227)
#B8F1EA
(184,241,234)
#CFF3F1
(207,243,241)
#E6F5F8
(230,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00E1B2; }

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

This text font color is #00E1B2.


Background Color

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

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

This div background color is #00E1B2.


Border color

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

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

This div border color is #00E1B2.


Opacity

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

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

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

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

This text has shadow with #00E1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E1B2 on black background.


Color preview on white background

This text has color #00E1B2 on white background.



Black color preview on #00E1B2 background

This text has black color on #00E1B2 background.


White color preview on #00E1B2 background

This text has white color on #00E1B2 background.