COLOR #00BDBD

HEX: #00BDBD
RGB: (0,189,189)

Color info

#00BDBD contains only green and blue colors. Web safe color of #00BDBD is #00CCCC (or #0CC).

RGB color model

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

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

RGB channels and saturation

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

0
189
189

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

Portions of RGB colors in percentages

R + G + B =
0 + 189 + 189 = 378 (100%)
R 0 of 378 ~ 0%
G 189 of 378 ~ 50%
B 189 of 378 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%25.88

Codes

Color #00BDBD in popluar color models

00BDBD
RGB0189189
HSL180°100.00%37.06%
HSB/HSV180°100.00%74.12%
CMYK100.00%0.00%0.00%
25.88%

Color #00BDBD in popluar number systems.

HEX00BDBD
Decimal0189189
Binary01011110110111101
Octal0275275

Shades and tints

Shades of #00BDBD

#00BDBD
(0,189,189)
#00ACAC
(0,172,172)
#009B9B
(0,155,155)
#008A8A
(0,138,138)
#007979
(0,121,121)
#006868
(0,104,104)
#005757
(0,87,87)
#004646
(0,70,70)
#003535
(0,53,53)
#002424
(0,36,36)
#001313
(0,19,19)
#000000
(0,0,0)

Tints of #00BDBD

#00BDBD
(0,189,189)
#17C3C3
(23,195,195)
#2EC9C9
(46,201,201)
#45CFCF
(69,207,207)
#5CD5D5
(92,213,213)
#73DBDB
(115,219,219)
#8AE1E1
(138,225,225)
#A1E7E7
(161,231,231)
#B8EDED
(184,237,237)
#CFF3F3
(207,243,243)
#E6F9F9
(230,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BDBD; }

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

This text font color is #00BDBD.


Background Color

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

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

This div background color is #00BDBD.


Border color

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

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

This div border color is #00BDBD.


Opacity

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

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

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

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

This text has shadow with #00BDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BDBD on black background.


Color preview on white background

This text has color #00BDBD on white background.



Black color preview on #00BDBD background

This text has black color on #00BDBD background.


White color preview on #00BDBD background

This text has white color on #00BDBD background.