COLOR #0EB687

HEX: #0EB687
RGB: (14,182,135)

Color info

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

RGB color model

#0EB687 color RGB value is (14,182,135).

  • red value is 14;
  • green value is 182;
  • blue value is 135.
RGB:
(14,182,135)
(5%,71%,53%)

RGB channels and saturation

R 14 of 255 = 5%
G 182 of 255 = 71%
B 135 of 255 = 53%

14
182
135

R + G + B ~ 43%. #0EB687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
14 + 182 + 135 = 331 (100%)
R 14 of 331 ~ 4.23%
G 182 of 331 ~ 54.98%
B 135 of 331 ~ 40.79%

%54.98
%40.79

CMYK color model

#0EB687 color CMYK value is (92,0,26,29).

  • cyan value is 92.31%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(92,0,26,29)
C92M0Y26K29 
(92%,0%,26%,29%)
(0.92/0.00/0.26/0.29)	

CMYK percentages

%92.31
%0
%25.82
%28.63

Codes

Color #0EB687 in popluar color models

0EB687
RGB14182135
HSL163°85.71%38.43%
HSB/HSV163°92.31%71.37%
CMYK92.31%0.00%25.82%
28.63%

Color #0EB687 in popluar number systems.

HEX0EB687
Decimal14182135
Binary11101011011010000111
Octal16266207

Shades and tints

Shades of #0EB687

#0EB687
(14,182,135)
#0DA67B
(13,166,123)
#0C966F
(12,150,111)
#0B8663
(11,134,99)
#0A7657
(10,118,87)
#09664B
(9,102,75)
#08563F
(8,86,63)
#074633
(7,70,51)
#063627
(6,54,39)
#05261B
(5,38,27)
#04160F
(4,22,15)
#000000
(0,0,0)

Tints of #0EB687

#0EB687
(14,182,135)
#23BC91
(35,188,145)
#38C29B
(56,194,155)
#4DC8A5
(77,200,165)
#62CEAF
(98,206,175)
#77D4B9
(119,212,185)
#8CDAC3
(140,218,195)
#A1E0CD
(161,224,205)
#B6E6D7
(182,230,215)
#CBECE1
(203,236,225)
#E0F2EB
(224,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EB687 color. Also use rgb(14,182,135) instead hex code.

Text Font Color

.myTextColor { color: #0EB687; }

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

This text font color is #0EB687.


Background Color

.myBgColor { background-color: #0EB687; }

<div style="background-color:#0EB687">Inner text</div>

This div background color is #0EB687.


Border color

.myBorderColor { border: 1px solid #0EB687; }

<div style="border:3px solid #0EB687">Div</div>

This div border color is #0EB687.


Opacity

.myOpacity80 { color: #0EB687; opacity: 0.8; }

<p style="color:#0EB687;opacity:0.8;">80%</p>

Text with #0EB687 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 #0EB687;}

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

This text has shadow with #0EB687 color.

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

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

This text has shadow with #0EB687 primary color and red secondary color.


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

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

This text has shadow with #0EB687 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EB687 on black background.


Color preview on white background

This text has color #0EB687 on white background.



Black color preview on #0EB687 background

This text has black color on #0EB687 background.


White color preview on #0EB687 background

This text has white color on #0EB687 background.