COLOR #008B55

HEX: #008B55
RGB: (0,139,85)

Color info

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

RGB color model

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

  • red value is 0;
  • green value is 139;
  • blue value is 85.
RGB:
(0,139,85)
(0%,55%,33%)

RGB channels and saturation

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

0
139
85

R + G + B ~ 29%. #008B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 139 + 85 = 224 (100%)
R 0 of 224 ~ 0%
G 139 of 224 ~ 62.05%
B 85 of 224 ~ 37.95%

%62.05
%37.95

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 45.49%
CMYK:
(100,0,39,45)
C100M0Y39K45 
(100%,0%,39%,45%)
(1.00/0.00/0.39/0.45)	

CMYK percentages

%100
%0
%38.85
%45.49

Codes

Color #008B55 in popluar color models

008B55
RGB013985
HSL157°100.00%27.25%
HSB/HSV157°100.00%54.51%
CMYK100.00%0.00%38.85%
45.49%

Color #008B55 in popluar number systems.

HEX008B55
Decimal013985
Binary0100010111010101
Octal0213125

Shades and tints

Shades of #008B55

#008B55
(0,139,85)
#007F4E
(0,127,78)
#007347
(0,115,71)
#006740
(0,103,64)
#005B39
(0,91,57)
#004F32
(0,79,50)
#00432B
(0,67,43)
#003724
(0,55,36)
#002B1D
(0,43,29)
#001F16
(0,31,22)
#00130F
(0,19,15)
#000000
(0,0,0)

Tints of #008B55

#008B55
(0,139,85)
#179564
(23,149,100)
#2E9F73
(46,159,115)
#45A982
(69,169,130)
#5CB391
(92,179,145)
#73BDA0
(115,189,160)
#8AC7AF
(138,199,175)
#A1D1BE
(161,209,190)
#B8DBCD
(184,219,205)
#CFE5DC
(207,229,220)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008B55; }

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

This text font color is #008B55.


Background Color

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

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

This div background color is #008B55.


Border color

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

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

This div border color is #008B55.


Opacity

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

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

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

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

This text has shadow with #008B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008B55 on black background.


Color preview on white background

This text has color #008B55 on white background.



Black color preview on #008B55 background

This text has black color on #008B55 background.


White color preview on #008B55 background

This text has white color on #008B55 background.