HEX: #00BCBE
RGB: (0,188,190)
#00BCBE contains only green and blue colors. Web safe color of #00BCBE is #00CCCC (or #0CC).
#00BCBE color RGB value is (0,188,190).
RGB: (0,188,190)
(0%, 74%, 75%)
R 0 of 255 = 0%
G 188 of 255 = 74%
B 190 of 255 = 75%
R + G + B ~ 50%. #00BCBE is middle color (not dark and not light).
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'%
#00BCBE color CMYK value is (100,1,0,25).
CMYK: (100,1,0,25)
C100M1Y0K25 (100%, 1%, 0%, 25%)
(1.00 / 0.01 / 0.00 / 0.25)
Color #00BCBE in popluar color models
00 | BC | BE | |
---|---|---|---|
RGB | 0 | 188 | 190 |
HSL | 181° | 100.00% | 37.25% |
HSB/HSV | 181° | 100.00% | 74.51% |
CMYK | 100.00% | 1.05% | 0.00% |
25.49% |
Color #00BCBE in popluar number systems.
HEX | 00 | BC | BE |
Decimal | 0 | 188 | 190 |
Binary | 0 | 10111100 | 10111110 |
Octal | 0 | 274 | 276 |
Shades of #00BCBE
Tints of #00BCBE
Examples of css and html codes for elements with #00BCBE color. Also use rgb(0,188,190) instead hex code.
.myTextColor { color: #00BCBE; }
<p style="color:#00BCBE">This sample text font color is #00BCBE.</p>
This text font color is #00BCBE.
.myBgColor { background-color: #00BCBE; }
<div style="background-color:#00BCBE">Inner text</div>
This div background color is #00BCBE.
.myBorderColor { border: 1px solid #00BCBE; }
<div style="border:3px solid #00BCBE">Div</div>
This div border color is #00BCBE.
.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%.
.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.
/* 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 text has color #00BCBE on black background.
This text has color #00BCBE on white background.
This text has black color on #00BCBE background.
This text has white color on #00BCBE background.
Complementary color for #hex is #FF4341.