COLOR #008B8B

HEX: #008B8B RGB: (0,139,139)

Color info

Color name is DarkCyan. #008B8B contains only green and blue colors. Web safe color of #008B8B is #009999 (or #099).

RGB color model

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

RGB: (0,139,139) (0%, 55%, 55%)

RGB channels and saturation

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

0
139
139

R + G + B ~ 37%. #008B8B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 139 + 139 = 278 (100%)
R 0 of 278 ~ 0%
G 139 of 278 ~ 50%
B 139 of 278 ~ 50'%

%50
%50

CMYK color model

#008B8B color CMYK value is (100,0,0,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (100,0,0,45)
C100M0Y0K45 (100%, 0%, 0%, 45%)
(1.00 / 0.00 / 0.00 / 0.45)

CMYK percentages

%100
%0
%0
%45.49

Codes

Color #008B8B in popluar color models

00 8B 8B
RGB 0 139 139
HSL 180° 100.00% 27.25%
HSB/HSV 180° 100.00% 54.51%
CMYK 100.00% 0.00% 0.00%
45.49%

Color #008B8B in popluar number systems.

HEX 00 8B 8B
Decimal 0 139 139
Binary 0 10001011 10001011
Octal 0 213 213

Shades and tints

Shades of #008B8B

#008B8B
(0,139,139)
#007F7F
(0,127,127)
#007373
(0,115,115)
#006767
(0,103,103)
#005B5B
(0,91,91)
#004F4F
(0,79,79)
#004343
(0,67,67)
#003737
(0,55,55)
#002B2B
(0,43,43)
#001F1F
(0,31,31)
#001313
(0,19,19)
#000000
(0,0,0)

Tints of #008B8B

#008B8B
(0,139,139)
#179595
(23,149,149)
#2E9F9F
(46,159,159)
#45A9A9
(69,169,169)
#5CB3B3
(92,179,179)
#73BDBD
(115,189,189)
#8AC7C7
(138,199,199)
#A1D1D1
(161,209,209)
#B8DBDB
(184,219,219)
#CFE5E5
(207,229,229)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008B8B; }

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

This text font color is #008B8B.

Background Color

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

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

This div background color is #008B8B.

Border color

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

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

This div border color is #008B8B.

Opacity

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

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

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

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

This text has shadow with #008B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #008B8B.

Preview

Color preview on black background

This text has color #008B8B on black background.


Color preview on white background

This text has color #008B8B on white background.


Black color preview on #008B8B background

This text has black color on #008B8B background.


White color preview on #008B8B background

This text has white color on #008B8B background.


Related colors

Complementary color

Complementary color for #hex is #FF7474.


I love getcolorcode.com

Gradients

Color #008B8B is used in Dark Cyan gradient.

Dark Cyan