COLOR #008BAB

HEX: #008BAB
RGB: (0,139,171)

Color info

#008BAB contains only green and blue colors. Web safe color of #008BAB is #009999 (or #099).

RGB color model

#008BAB color RGB value is (0,139,171).

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

RGB channels and saturation

R 0 of 255 = 0%
G 139 of 255 = 55%
B 171 of 255 = 67%

0
139
171

R + G + B ~ 41%. #008BAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 139 + 171 = 310 (100%)
R 0 of 310 ~ 0%
G 139 of 310 ~ 44.84%
B 171 of 310 ~ 55.16%

%44.84
%55.16

CMYK color model

#008BAB color CMYK value is (100,19,0,33).

  • cyan value is 100.00%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(100,19,0,33)
C100M19Y0K33 
(100%,19%,0%,33%)
(1.00/0.19/0.00/0.33)	

CMYK percentages

%100
%18.71
%0
%32.94

Codes

Color #008BAB in popluar color models

008BAB
RGB0139171
HSL191°100.00%33.53%
HSB/HSV191°100.00%67.06%
CMYK100.00%18.71%0.00%
32.94%

Color #008BAB in popluar number systems.

HEX008BAB
Decimal0139171
Binary01000101110101011
Octal0213253

Shades and tints

Shades of #008BAB

#008BAB
(0,139,171)
#007F9C
(0,127,156)
#00738D
(0,115,141)
#00677E
(0,103,126)
#005B6F
(0,91,111)
#004F60
(0,79,96)
#004351
(0,67,81)
#003742
(0,55,66)
#002B33
(0,43,51)
#001F24
(0,31,36)
#001315
(0,19,21)
#000000
(0,0,0)

Tints of #008BAB

#008BAB
(0,139,171)
#1795B2
(23,149,178)
#2E9FB9
(46,159,185)
#45A9C0
(69,169,192)
#5CB3C7
(92,179,199)
#73BDCE
(115,189,206)
#8AC7D5
(138,199,213)
#A1D1DC
(161,209,220)
#B8DBE3
(184,219,227)
#CFE5EA
(207,229,234)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008BAB color. Also use rgb(0,139,171) instead hex code.

Text Font Color

.myTextColor { color: #008BAB; }

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

This text font color is #008BAB.


Background Color

.myBgColor { background-color: #008BAB; }

<div style="background-color:#008BAB">Inner text</div>

This div background color is #008BAB.


Border color

.myBorderColor { border: 1px solid #008BAB; }

<div style="border:3px solid #008BAB">Div</div>

This div border color is #008BAB.


Opacity

.myOpacity80 { color: #008BAB; opacity: 0.8; }

<p style="color:#008BAB;opacity:0.8;">80%</p>

Text with #008BAB 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 #008BAB;}

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

This text has shadow with #008BAB color.

.textShadow {text-shadow: 3px 3px 1px #008BAB, 3px 3px 1px red;}

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

This text has shadow with #008BAB primary color and red secondary color.


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

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

This text has shadow with #008BAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008BAB on black background.


Color preview on white background

This text has color #008BAB on white background.



Black color preview on #008BAB background

This text has black color on #008BAB background.


White color preview on #008BAB background

This text has white color on #008BAB background.