COLOR #008880

HEX: #008880
RGB: (0,136,128)

Color info

#008880 contains only green and blue colors. Web safe color of #008880 is #009966 (or #096).

RGB color model

#008880 color RGB value is (0,136,128).

  • red value is 0;
  • green value is 136;
  • blue value is 128.
RGB:
(0,136,128)
(0%,53%,50%)

RGB channels and saturation

R 0 of 255 = 0%
G 136 of 255 = 53%
B 128 of 255 = 50%

0
136
128

R + G + B ~ 34%. #008880 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 136 + 128 = 264 (100%)
R 0 of 264 ~ 0%
G 136 of 264 ~ 51.52%
B 128 of 264 ~ 48.48%

%51.52
%48.48

CMYK color model

#008880 color CMYK value is (100,0,6,47).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(100,0,6,47)
C100M0Y6K47 
(100%,0%,6%,47%)
(1.00/0.00/0.06/0.47)	

CMYK percentages

%100
%0
%5.88
%46.67

Codes

Color #008880 in popluar color models

008880
RGB0136128
HSL176°100.00%26.67%
HSB/HSV176°100.00%53.33%
CMYK100.00%0.00%5.88%
46.67%

Color #008880 in popluar number systems.

HEX008880
Decimal0136128
Binary01000100010000000
Octal0210200

Shades and tints

Shades of #008880

#008880
(0,136,128)
#007C75
(0,124,117)
#00706A
(0,112,106)
#00645F
(0,100,95)
#005854
(0,88,84)
#004C49
(0,76,73)
#00403E
(0,64,62)
#003433
(0,52,51)
#002828
(0,40,40)
#001C1D
(0,28,29)
#001012
(0,16,18)
#000000
(0,0,0)

Tints of #008880

#008880
(0,136,128)
#17928B
(23,146,139)
#2E9C96
(46,156,150)
#45A6A1
(69,166,161)
#5CB0AC
(92,176,172)
#73BAB7
(115,186,183)
#8AC4C2
(138,196,194)
#A1CECD
(161,206,205)
#B8D8D8
(184,216,216)
#CFE2E3
(207,226,227)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008880 color. Also use rgb(0,136,128) instead hex code.

Text Font Color

.myTextColor { color: #008880; }

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

This text font color is #008880.


Background Color

.myBgColor { background-color: #008880; }

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

This div background color is #008880.


Border color

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

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

This div border color is #008880.


Opacity

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

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

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

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

This text has shadow with #008880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008880 on black background.


Color preview on white background

This text has color #008880 on white background.



Black color preview on #008880 background

This text has black color on #008880 background.


White color preview on #008880 background

This text has white color on #008880 background.