COLOR #0EB1B3

HEX: #0EB1B3
RGB: (14,177,179)

Color info

#0EB1B3 contains mainly green and blue colors. Web safe color of #0EB1B3 is #009999 (or #099).

RGB color model

#0EB1B3 color RGB value is (14,177,179).

  • red value is 14;
  • green value is 177;
  • blue value is 179.
RGB:
(14,177,179)
(5%,69%,70%)

RGB channels and saturation

R 14 of 255 = 5%
G 177 of 255 = 69%
B 179 of 255 = 70%

14
177
179

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

Portions of RGB colors in percentages

R + G + B =
14 + 177 + 179 = 370 (100%)
R 14 of 370 ~ 3.78%
G 177 of 370 ~ 47.84%
B 179 of 370 ~ 48.38%

%47.84
%48.38

CMYK color model

#0EB1B3 color CMYK value is (92,1,0,30).

  • cyan value is 92.18%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(92,1,0,30)
C92M1Y0K30 
(92%,1%,0%,30%)
(0.92/0.01/0.00/0.30)	

CMYK percentages

%92.18
%1.12
%0
%29.8

Codes

Color #0EB1B3 in popluar color models

0EB1B3
RGB14177179
HSL181°85.49%37.84%
HSB/HSV181°92.18%70.20%
CMYK92.18%1.12%0.00%
29.80%

Color #0EB1B3 in popluar number systems.

HEX0EB1B3
Decimal14177179
Binary11101011000110110011
Octal16261263

Shades and tints

Shades of #0EB1B3

#0EB1B3
(14,177,179)
#0DA1A3
(13,161,163)
#0C9193
(12,145,147)
#0B8183
(11,129,131)
#0A7173
(10,113,115)
#096163
(9,97,99)
#085153
(8,81,83)
#074143
(7,65,67)
#063133
(6,49,51)
#052123
(5,33,35)
#041113
(4,17,19)
#000000
(0,0,0)

Tints of #0EB1B3

#0EB1B3
(14,177,179)
#23B8B9
(35,184,185)
#38BFBF
(56,191,191)
#4DC6C5
(77,198,197)
#62CDCB
(98,205,203)
#77D4D1
(119,212,209)
#8CDBD7
(140,219,215)
#A1E2DD
(161,226,221)
#B6E9E3
(182,233,227)
#CBF0E9
(203,240,233)
#E0F7EF
(224,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EB1B3 color. Also use rgb(14,177,179) instead hex code.

Text Font Color

.myTextColor { color: #0EB1B3; }

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

This text font color is #0EB1B3.


Background Color

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

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

This div background color is #0EB1B3.


Border color

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

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

This div border color is #0EB1B3.


Opacity

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

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

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

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

This text has shadow with #0EB1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EB1B3 on black background.


Color preview on white background

This text has color #0EB1B3 on white background.



Black color preview on #0EB1B3 background

This text has black color on #0EB1B3 background.


White color preview on #0EB1B3 background

This text has white color on #0EB1B3 background.