COLOR #00B59D

HEX: #00B59D
RGB: (0,181,157)

Color info

#00B59D contains only green and blue colors. Web safe color of #00B59D is #00CC99 (or #0C9).

RGB color model

#00B59D color RGB value is (0,181,157).

  • red value is 0;
  • green value is 181;
  • blue value is 157.
RGB:
(0,181,157)
(0%,71%,62%)

RGB channels and saturation

R 0 of 255 = 0%
G 181 of 255 = 71%
B 157 of 255 = 62%

0
181
157

R + G + B ~ 44%. #00B59D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 181 + 157 = 338 (100%)
R 0 of 338 ~ 0%
G 181 of 338 ~ 53.55%
B 157 of 338 ~ 46.45%

%53.55
%46.45

CMYK color model

#00B59D color CMYK value is (100,0,13,29).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(100,0,13,29)
C100M0Y13K29 
(100%,0%,13%,29%)
(1.00/0.00/0.13/0.29)	

CMYK percentages

%100
%0
%13.26
%29.02

Codes

Color #00B59D in popluar color models

00B59D
RGB0181157
HSL172°100.00%35.49%
HSB/HSV172°100.00%70.98%
CMYK100.00%0.00%13.26%
29.02%

Color #00B59D in popluar number systems.

HEX00B59D
Decimal0181157
Binary01011010110011101
Octal0265235

Shades and tints

Shades of #00B59D

#00B59D
(0,181,157)
#00A58F
(0,165,143)
#009581
(0,149,129)
#008573
(0,133,115)
#007565
(0,117,101)
#006557
(0,101,87)
#005549
(0,85,73)
#00453B
(0,69,59)
#00352D
(0,53,45)
#00251F
(0,37,31)
#001511
(0,21,17)
#000000
(0,0,0)

Tints of #00B59D

#00B59D
(0,181,157)
#17BBA5
(23,187,165)
#2EC1AD
(46,193,173)
#45C7B5
(69,199,181)
#5CCDBD
(92,205,189)
#73D3C5
(115,211,197)
#8AD9CD
(138,217,205)
#A1DFD5
(161,223,213)
#B8E5DD
(184,229,221)
#CFEBE5
(207,235,229)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B59D color. Also use rgb(0,181,157) instead hex code.

Text Font Color

.myTextColor { color: #00B59D; }

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

This text font color is #00B59D.


Background Color

.myBgColor { background-color: #00B59D; }

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

This div background color is #00B59D.


Border color

.myBorderColor { border: 1px solid #00B59D; }

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

This div border color is #00B59D.


Opacity

.myOpacity80 { color: #00B59D; opacity: 0.8; }

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

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

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

This text has shadow with #00B59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B59D on black background.


Color preview on white background

This text has color #00B59D on white background.



Black color preview on #00B59D background

This text has black color on #00B59D background.


White color preview on #00B59D background

This text has white color on #00B59D background.