COLOR #00EB8B

HEX: #00EB8B
RGB: (0,235,139)

Color info

#00EB8B contains mainly green color. Web safe color of #00EB8B is #00FF99 (or #0F9).

RGB color model

#00EB8B color RGB value is (0,235,139).

  • red value is 0;
  • green value is 235;
  • blue value is 139.
RGB:
(0,235,139)
(0%,92%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 235 of 255 = 92%
B 139 of 255 = 55%

0
235
139

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

Portions of RGB colors in percentages

R + G + B =
0 + 235 + 139 = 374 (100%)
R 0 of 374 ~ 0%
G 235 of 374 ~ 62.83%
B 139 of 374 ~ 37.17%

%62.83
%37.17

CMYK color model

#00EB8B color CMYK value is (100,0,41,8).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 7.84%
CMYK:
(100,0,41,8)
C100M0Y41K8 
(100%,0%,41%,8%)
(1.00/0.00/0.41/0.08)	

CMYK percentages

%100
%0
%40.85
%7.84

Codes

Color #00EB8B in popluar color models

00EB8B
RGB0235139
HSL155°100.00%46.08%
HSB/HSV155°100.00%92.16%
CMYK100.00%0.00%40.85%
7.84%

Color #00EB8B in popluar number systems.

HEX00EB8B
Decimal0235139
Binary01110101110001011
Octal0353213

Shades and tints

Shades of #00EB8B

#00EB8B
(0,235,139)
#00D67F
(0,214,127)
#00C173
(0,193,115)
#00AC67
(0,172,103)
#00975B
(0,151,91)
#00824F
(0,130,79)
#006D43
(0,109,67)
#005837
(0,88,55)
#00432B
(0,67,43)
#002E1F
(0,46,31)
#001913
(0,25,19)
#000000
(0,0,0)

Tints of #00EB8B

#00EB8B
(0,235,139)
#17EC95
(23,236,149)
#2EED9F
(46,237,159)
#45EEA9
(69,238,169)
#5CEFB3
(92,239,179)
#73F0BD
(115,240,189)
#8AF1C7
(138,241,199)
#A1F2D1
(161,242,209)
#B8F3DB
(184,243,219)
#CFF4E5
(207,244,229)
#E6F5EF
(230,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00EB8B; }

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

This text font color is #00EB8B.


Background Color

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

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

This div background color is #00EB8B.


Border color

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

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

This div border color is #00EB8B.


Opacity

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

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

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

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

This text has shadow with #00EB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00EB8B on black background.


Color preview on white background

This text has color #00EB8B on white background.



Black color preview on #00EB8B background

This text has black color on #00EB8B background.


White color preview on #00EB8B background

This text has white color on #00EB8B background.