COLOR #00BCBE

HEX: #00BCBE
RGB: (0,188,190)

Color info

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

RGB color model

#00BCBE color RGB value is (0,188,190).

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

RGB channels and saturation

R 0 of 255 = 0%
G 188 of 255 = 74%
B 190 of 255 = 75%

0
188
190

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

Portions of RGB colors in percentages

R + G + B =
0 + 188 + 190 = 378 (100%)
R 0 of 378 ~ 0%
G 188 of 378 ~ 49.74%
B 190 of 378 ~ 50.26%

%49.74
%50.26

CMYK color model

#00BCBE color CMYK value is (100,1,0,25).

  • cyan value is 100.00%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(100,1,0,25)
C100M1Y0K25 
(100%,1%,0%,25%)
(1.00/0.01/0.00/0.25)	

CMYK percentages

%100
%1.05
%0
%25.49

Codes

Color #00BCBE in popluar color models

00BCBE
RGB0188190
HSL181°100.00%37.25%
HSB/HSV181°100.00%74.51%
CMYK100.00%1.05%0.00%
25.49%

Color #00BCBE in popluar number systems.

HEX00BCBE
Decimal0188190
Binary01011110010111110
Octal0274276

Shades and tints

Shades of #00BCBE

#00BCBE
(0,188,190)
#00ABAD
(0,171,173)
#009A9C
(0,154,156)
#00898B
(0,137,139)
#00787A
(0,120,122)
#006769
(0,103,105)
#005658
(0,86,88)
#004547
(0,69,71)
#003436
(0,52,54)
#002325
(0,35,37)
#001214
(0,18,20)
#000000
(0,0,0)

Tints of #00BCBE

#00BCBE
(0,188,190)
#17C2C3
(23,194,195)
#2EC8C8
(46,200,200)
#45CECD
(69,206,205)
#5CD4D2
(92,212,210)
#73DAD7
(115,218,215)
#8AE0DC
(138,224,220)
#A1E6E1
(161,230,225)
#B8ECE6
(184,236,230)
#CFF2EB
(207,242,235)
#E6F8F0
(230,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BCBE; }

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

This text font color is #00BCBE.


Background Color

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

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

This div background color is #00BCBE.


Border color

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

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

This div border color is #00BCBE.


Opacity

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

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

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

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

This text has shadow with #00BCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BCBE on black background.


Color preview on white background

This text has color #00BCBE on white background.



Black color preview on #00BCBE background

This text has black color on #00BCBE background.


White color preview on #00BCBE background

This text has white color on #00BCBE background.