COLOR #008789

HEX: #008789
RGB: (0,135,137)

Color info

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

RGB color model

#008789 color RGB value is (0,135,137).

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

RGB channels and saturation

R 0 of 255 = 0%
G 135 of 255 = 53%
B 137 of 255 = 54%

0
135
137

R + G + B ~ 36%. #008789 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 135 + 137 = 272 (100%)
R 0 of 272 ~ 0%
G 135 of 272 ~ 49.63%
B 137 of 272 ~ 50.37%

%49.63
%50.37

CMYK color model

#008789 color CMYK value is (100,1,0,46).

  • cyan value is 100.00%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(100,1,0,46)
C100M1Y0K46 
(100%,1%,0%,46%)
(1.00/0.01/0.00/0.46)	

CMYK percentages

%100
%1.46
%0
%46.27

Codes

Color #008789 in popluar color models

008789
RGB0135137
HSL181°100.00%26.86%
HSB/HSV181°100.00%53.73%
CMYK100.00%1.46%0.00%
46.27%

Color #008789 in popluar number systems.

HEX008789
Decimal0135137
Binary01000011110001001
Octal0207211

Shades and tints

Shades of #008789

#008789
(0,135,137)
#007B7D
(0,123,125)
#006F71
(0,111,113)
#006365
(0,99,101)
#005759
(0,87,89)
#004B4D
(0,75,77)
#003F41
(0,63,65)
#003335
(0,51,53)
#002729
(0,39,41)
#001B1D
(0,27,29)
#000F11
(0,15,17)
#000000
(0,0,0)

Tints of #008789

#008789
(0,135,137)
#179193
(23,145,147)
#2E9B9D
(46,155,157)
#45A5A7
(69,165,167)
#5CAFB1
(92,175,177)
#73B9BB
(115,185,187)
#8AC3C5
(138,195,197)
#A1CDCF
(161,205,207)
#B8D7D9
(184,215,217)
#CFE1E3
(207,225,227)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008789; }

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

This text font color is #008789.


Background Color

.myBgColor { background-color: #008789; }

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

This div background color is #008789.


Border color

.myBorderColor { border: 1px solid #008789; }

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

This div border color is #008789.


Opacity

.myOpacity80 { color: #008789; opacity: 0.8; }

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

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

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

This text has shadow with #008789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008789 on black background.


Color preview on white background

This text has color #008789 on white background.



Black color preview on #008789 background

This text has black color on #008789 background.


White color preview on #008789 background

This text has white color on #008789 background.