COLOR #00B68D

HEX: #00B68D
RGB: (0,182,141)

Color info

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

RGB color model

#00B68D color RGB value is (0,182,141).

  • red value is 0;
  • green value is 182;
  • blue value is 141.
RGB:
(0,182,141)
(0%,71%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 182 of 255 = 71%
B 141 of 255 = 55%

0
182
141

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

Portions of RGB colors in percentages

R + G + B =
0 + 182 + 141 = 323 (100%)
R 0 of 323 ~ 0%
G 182 of 323 ~ 56.35%
B 141 of 323 ~ 43.65%

%56.35
%43.65

CMYK color model

#00B68D color CMYK value is (100,0,23,29).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(100,0,23,29)
C100M0Y23K29 
(100%,0%,23%,29%)
(1.00/0.00/0.23/0.29)	

CMYK percentages

%100
%0
%22.53
%28.63

Codes

Color #00B68D in popluar color models

00B68D
RGB0182141
HSL166°100.00%35.69%
HSB/HSV166°100.00%71.37%
CMYK100.00%0.00%22.53%
28.63%

Color #00B68D in popluar number systems.

HEX00B68D
Decimal0182141
Binary01011011010001101
Octal0266215

Shades and tints

Shades of #00B68D

#00B68D
(0,182,141)
#00A681
(0,166,129)
#009675
(0,150,117)
#008669
(0,134,105)
#00765D
(0,118,93)
#006651
(0,102,81)
#005645
(0,86,69)
#004639
(0,70,57)
#00362D
(0,54,45)
#002621
(0,38,33)
#001615
(0,22,21)
#000000
(0,0,0)

Tints of #00B68D

#00B68D
(0,182,141)
#17BC97
(23,188,151)
#2EC2A1
(46,194,161)
#45C8AB
(69,200,171)
#5CCEB5
(92,206,181)
#73D4BF
(115,212,191)
#8ADAC9
(138,218,201)
#A1E0D3
(161,224,211)
#B8E6DD
(184,230,221)
#CFECE7
(207,236,231)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B68D color. Also use rgb(0,182,141) instead hex code.

Text Font Color

.myTextColor { color: #00B68D; }

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

This text font color is #00B68D.


Background Color

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

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

This div background color is #00B68D.


Border color

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

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

This div border color is #00B68D.


Opacity

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

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

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

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

This text has shadow with #00B68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B68D on black background.


Color preview on white background

This text has color #00B68D on white background.



Black color preview on #00B68D background

This text has black color on #00B68D background.


White color preview on #00B68D background

This text has white color on #00B68D background.