COLOR #0089AB

HEX: #0089AB
RGB: (0,137,171)

Color info

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

RGB color model

#0089AB color RGB value is (0,137,171).

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

RGB channels and saturation

R 0 of 255 = 0%
G 137 of 255 = 54%
B 171 of 255 = 67%

0
137
171

R + G + B ~ 40%. #0089AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 137 + 171 = 308 (100%)
R 0 of 308 ~ 0%
G 137 of 308 ~ 44.48%
B 171 of 308 ~ 55.52%

%44.48
%55.52

CMYK color model

#0089AB color CMYK value is (100,20,0,33).

  • cyan value is 100.00%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(100,20,0,33)
C100M20Y0K33 
(100%,20%,0%,33%)
(1.00/0.20/0.00/0.33)	

CMYK percentages

%100
%19.88
%0
%32.94

Codes

Color #0089AB in popluar color models

0089AB
RGB0137171
HSL192°100.00%33.53%
HSB/HSV192°100.00%67.06%
CMYK100.00%19.88%0.00%
32.94%

Color #0089AB in popluar number systems.

HEX0089AB
Decimal0137171
Binary01000100110101011
Octal0211253

Shades and tints

Shades of #0089AB

#0089AB
(0,137,171)
#007D9C
(0,125,156)
#00718D
(0,113,141)
#00657E
(0,101,126)
#00596F
(0,89,111)
#004D60
(0,77,96)
#004151
(0,65,81)
#003542
(0,53,66)
#002933
(0,41,51)
#001D24
(0,29,36)
#001115
(0,17,21)
#000000
(0,0,0)

Tints of #0089AB

#0089AB
(0,137,171)
#1793B2
(23,147,178)
#2E9DB9
(46,157,185)
#45A7C0
(69,167,192)
#5CB1C7
(92,177,199)
#73BBCE
(115,187,206)
#8AC5D5
(138,197,213)
#A1CFDC
(161,207,220)
#B8D9E3
(184,217,227)
#CFE3EA
(207,227,234)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0089AB color. Also use rgb(0,137,171) instead hex code.

Text Font Color

.myTextColor { color: #0089AB; }

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

This text font color is #0089AB.


Background Color

.myBgColor { background-color: #0089AB; }

<div style="background-color:#0089AB">Inner text</div>

This div background color is #0089AB.


Border color

.myBorderColor { border: 1px solid #0089AB; }

<div style="border:3px solid #0089AB">Div</div>

This div border color is #0089AB.


Opacity

.myOpacity80 { color: #0089AB; opacity: 0.8; }

<p style="color:#0089AB;opacity:0.8;">80%</p>

Text with #0089AB 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 #0089AB;}

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

This text has shadow with #0089AB color.

.textShadow {text-shadow: 3px 3px 1px #0089AB, 3px 3px 1px red;}

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

This text has shadow with #0089AB primary color and red secondary color.


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

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

This text has shadow with #0089AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0089AB on black background.


Color preview on white background

This text has color #0089AB on white background.



Black color preview on #0089AB background

This text has black color on #0089AB background.


White color preview on #0089AB background

This text has white color on #0089AB background.