COLOR #00BD8A

HEX: #00BD8A
RGB: (0,189,138)

Color info

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

RGB color model

#00BD8A color RGB value is (0,189,138).

  • red value is 0;
  • green value is 189;
  • blue value is 138.
RGB:
(0,189,138)
(0%,74%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 189 of 255 = 74%
B 138 of 255 = 54%

0
189
138

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

Portions of RGB colors in percentages

R + G + B =
0 + 189 + 138 = 327 (100%)
R 0 of 327 ~ 0%
G 189 of 327 ~ 57.8%
B 138 of 327 ~ 42.2%

%57.8
%42.2

CMYK color model

#00BD8A color CMYK value is (100,0,27,26).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 25.88%
CMYK:
(100,0,27,26)
C100M0Y27K26 
(100%,0%,27%,26%)
(1.00/0.00/0.27/0.26)	

CMYK percentages

%100
%0
%26.98
%25.88

Codes

Color #00BD8A in popluar color models

00BD8A
RGB0189138
HSL164°100.00%37.06%
HSB/HSV164°100.00%74.12%
CMYK100.00%0.00%26.98%
25.88%

Color #00BD8A in popluar number systems.

HEX00BD8A
Decimal0189138
Binary01011110110001010
Octal0275212

Shades and tints

Shades of #00BD8A

#00BD8A
(0,189,138)
#00AC7E
(0,172,126)
#009B72
(0,155,114)
#008A66
(0,138,102)
#00795A
(0,121,90)
#00684E
(0,104,78)
#005742
(0,87,66)
#004636
(0,70,54)
#00352A
(0,53,42)
#00241E
(0,36,30)
#001312
(0,19,18)
#000000
(0,0,0)

Tints of #00BD8A

#00BD8A
(0,189,138)
#17C394
(23,195,148)
#2EC99E
(46,201,158)
#45CFA8
(69,207,168)
#5CD5B2
(92,213,178)
#73DBBC
(115,219,188)
#8AE1C6
(138,225,198)
#A1E7D0
(161,231,208)
#B8EDDA
(184,237,218)
#CFF3E4
(207,243,228)
#E6F9EE
(230,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BD8A color. Also use rgb(0,189,138) instead hex code.

Text Font Color

.myTextColor { color: #00BD8A; }

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

This text font color is #00BD8A.


Background Color

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

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

This div background color is #00BD8A.


Border color

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

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

This div border color is #00BD8A.


Opacity

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

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

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

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

This text has shadow with #00BD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BD8A on black background.


Color preview on white background

This text has color #00BD8A on white background.



Black color preview on #00BD8A background

This text has black color on #00BD8A background.


White color preview on #00BD8A background

This text has white color on #00BD8A background.