COLOR #005E55

HEX: #005E55
RGB: (0,94,85)

Color info

#005E55 contains only green and blue colors. Web safe color of #005E55 is #006666 (or #066).

RGB color model

#005E55 color RGB value is (0,94,85).

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

RGB channels and saturation

R 0 of 255 = 0%
G 94 of 255 = 37%
B 85 of 255 = 33%

0
94
85

R + G + B ~ 23%. #005E55 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 94 + 85 = 179 (100%)
R 0 of 179 ~ 0%
G 94 of 179 ~ 52.51%
B 85 of 179 ~ 47.49%

%52.51
%47.49

CMYK color model

#005E55 color CMYK value is (100,0,10,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 63.14%
CMYK:
(100,0,10,63)
C100M0Y10K63 
(100%,0%,10%,63%)
(1.00/0.00/0.10/0.63)	

CMYK percentages

%100
%0
%9.57
%63.14

Codes

Color #005E55 in popluar color models

005E55
RGB09485
HSL174°100.00%18.43%
HSB/HSV174°100.00%36.86%
CMYK100.00%0.00%9.57%
63.14%

Color #005E55 in popluar number systems.

HEX005E55
Decimal09485
Binary010111101010101
Octal0136125

Shades and tints

Shades of #005E55

#005E55
(0,94,85)
#00564E
(0,86,78)
#004E47
(0,78,71)
#004640
(0,70,64)
#003E39
(0,62,57)
#003632
(0,54,50)
#002E2B
(0,46,43)
#002624
(0,38,36)
#001E1D
(0,30,29)
#001616
(0,22,22)
#000E0F
(0,14,15)
#000000
(0,0,0)

Tints of #005E55

#005E55
(0,94,85)
#176C64
(23,108,100)
#2E7A73
(46,122,115)
#458882
(69,136,130)
#5C9691
(92,150,145)
#73A4A0
(115,164,160)
#8AB2AF
(138,178,175)
#A1C0BE
(161,192,190)
#B8CECD
(184,206,205)
#CFDCDC
(207,220,220)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005E55 color. Also use rgb(0,94,85) instead hex code.

Text Font Color

.myTextColor { color: #005E55; }

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

This text font color is #005E55.


Background Color

.myBgColor { background-color: #005E55; }

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

This div background color is #005E55.


Border color

.myBorderColor { border: 1px solid #005E55; }

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

This div border color is #005E55.


Opacity

.myOpacity80 { color: #005E55; opacity: 0.8; }

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

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

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

This text has shadow with #005E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005E55 on black background.


Color preview on white background

This text has color #005E55 on white background.



Black color preview on #005E55 background

This text has black color on #005E55 background.


White color preview on #005E55 background

This text has white color on #005E55 background.