COLOR #0EA0B0

HEX: #0EA0B0
RGB: (14,160,176)

Color info

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

RGB color model

#0EA0B0 color RGB value is (14,160,176).

  • red value is 14;
  • green value is 160;
  • blue value is 176.
RGB:
(14,160,176)
(5%,63%,69%)

RGB channels and saturation

R 14 of 255 = 5%
G 160 of 255 = 63%
B 176 of 255 = 69%

14
160
176

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

Portions of RGB colors in percentages

R + G + B =
14 + 160 + 176 = 350 (100%)
R 14 of 350 ~ 4%
G 160 of 350 ~ 45.71%
B 176 of 350 ~ 50.29%

%45.71
%50.29

CMYK color model

#0EA0B0 color CMYK value is (92,9,0,31).

  • cyan value is 92.05%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(92,9,0,31)
C92M9Y0K31 
(92%,9%,0%,31%)
(0.92/0.09/0.00/0.31)	

CMYK percentages

%92.05
%9.09
%0
%30.98

Codes

Color #0EA0B0 in popluar color models

0EA0B0
RGB14160176
HSL186°85.26%37.25%
HSB/HSV186°92.05%69.02%
CMYK92.05%9.09%0.00%
30.98%

Color #0EA0B0 in popluar number systems.

HEX0EA0B0
Decimal14160176
Binary11101010000010110000
Octal16240260

Shades and tints

Shades of #0EA0B0

#0EA0B0
(14,160,176)
#0D92A0
(13,146,160)
#0C8490
(12,132,144)
#0B7680
(11,118,128)
#0A6870
(10,104,112)
#095A60
(9,90,96)
#084C50
(8,76,80)
#073E40
(7,62,64)
#063030
(6,48,48)
#052220
(5,34,32)
#041410
(4,20,16)
#000000
(0,0,0)

Tints of #0EA0B0

#0EA0B0
(14,160,176)
#23A8B7
(35,168,183)
#38B0BE
(56,176,190)
#4DB8C5
(77,184,197)
#62C0CC
(98,192,204)
#77C8D3
(119,200,211)
#8CD0DA
(140,208,218)
#A1D8E1
(161,216,225)
#B6E0E8
(182,224,232)
#CBE8EF
(203,232,239)
#E0F0F6
(224,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EA0B0 color. Also use rgb(14,160,176) instead hex code.

Text Font Color

.myTextColor { color: #0EA0B0; }

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

This text font color is #0EA0B0.


Background Color

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

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

This div background color is #0EA0B0.


Border color

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

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

This div border color is #0EA0B0.


Opacity

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

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

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

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

This text has shadow with #0EA0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EA0B0 on black background.


Color preview on white background

This text has color #0EA0B0 on white background.



Black color preview on #0EA0B0 background

This text has black color on #0EA0B0 background.


White color preview on #0EA0B0 background

This text has white color on #0EA0B0 background.