COLOR #008685

HEX: #008685
RGB: (0,134,133)

Color info

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

RGB color model

#008685 color RGB value is (0,134,133).

  • red value is 0;
  • green value is 134;
  • blue value is 133.
RGB:
(0,134,133)
(0%,53%,52%)

RGB channels and saturation

R 0 of 255 = 0%
G 134 of 255 = 53%
B 133 of 255 = 52%

0
134
133

R + G + B ~ 35%. #008685 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 134 + 133 = 267 (100%)
R 0 of 267 ~ 0%
G 134 of 267 ~ 50.19%
B 133 of 267 ~ 49.81%

%50.19
%49.81

CMYK color model

#008685 color CMYK value is (100,0,1,47).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK:
(100,0,1,47)
C100M0Y1K47 
(100%,0%,1%,47%)
(1.00/0.00/0.01/0.47)	

CMYK percentages

%100
%0
%0.75
%47.45

Codes

Color #008685 in popluar color models

008685
RGB0134133
HSL180°100.00%26.27%
HSB/HSV180°100.00%52.55%
CMYK100.00%0.00%0.75%
47.45%

Color #008685 in popluar number systems.

HEX008685
Decimal0134133
Binary01000011010000101
Octal0206205

Shades and tints

Shades of #008685

#008685
(0,134,133)
#007A79
(0,122,121)
#006E6D
(0,110,109)
#006261
(0,98,97)
#005655
(0,86,85)
#004A49
(0,74,73)
#003E3D
(0,62,61)
#003231
(0,50,49)
#002625
(0,38,37)
#001A19
(0,26,25)
#000E0D
(0,14,13)
#000000
(0,0,0)

Tints of #008685

#008685
(0,134,133)
#179190
(23,145,144)
#2E9C9B
(46,156,155)
#45A7A6
(69,167,166)
#5CB2B1
(92,178,177)
#73BDBC
(115,189,188)
#8AC8C7
(138,200,199)
#A1D3D2
(161,211,210)
#B8DEDD
(184,222,221)
#CFE9E8
(207,233,232)
#E6F4F3
(230,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008685 color. Also use rgb(0,134,133) instead hex code.

Text Font Color

.myTextColor { color: #008685; }

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

This text font color is #008685.


Background Color

.myBgColor { background-color: #008685; }

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

This div background color is #008685.


Border color

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

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

This div border color is #008685.


Opacity

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

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

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

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

This text has shadow with #008685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008685 on black background.


Color preview on white background

This text has color #008685 on white background.



Black color preview on #008685 background

This text has black color on #008685 background.


White color preview on #008685 background

This text has white color on #008685 background.