COLOR #00BABA

HEX: #00BABA
RGB: (0,186,186)

Color info

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

RGB color model

#00BABA color RGB value is (0,186,186).

  • red value is 0;
  • green value is 186;
  • blue value is 186.
RGB:
(0,186,186)
(0%,73%,73%)

RGB channels and saturation

R 0 of 255 = 0%
G 186 of 255 = 73%
B 186 of 255 = 73%

0
186
186

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

Portions of RGB colors in percentages

R + G + B =
0 + 186 + 186 = 372 (100%)
R 0 of 372 ~ 0%
G 186 of 372 ~ 50%
B 186 of 372 ~ 50%

%50
%50

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,0,0,27)
C100M0Y0K27 
(100%,0%,0%,27%)
(1.00/0.00/0.00/0.27)	

CMYK percentages

%100
%0
%0
%27.06

Codes

Color #00BABA in popluar color models

00BABA
RGB0186186
HSL180°100.00%36.47%
HSB/HSV180°100.00%72.94%
CMYK100.00%0.00%0.00%
27.06%

Color #00BABA in popluar number systems.

HEX00BABA
Decimal0186186
Binary01011101010111010
Octal0272272

Shades and tints

Shades of #00BABA

#00BABA
(0,186,186)
#00AAAA
(0,170,170)
#009A9A
(0,154,154)
#008A8A
(0,138,138)
#007A7A
(0,122,122)
#006A6A
(0,106,106)
#005A5A
(0,90,90)
#004A4A
(0,74,74)
#003A3A
(0,58,58)
#002A2A
(0,42,42)
#001A1A
(0,26,26)
#000000
(0,0,0)

Tints of #00BABA

#00BABA
(0,186,186)
#17C0C0
(23,192,192)
#2EC6C6
(46,198,198)
#45CCCC
(69,204,204)
#5CD2D2
(92,210,210)
#73D8D8
(115,216,216)
#8ADEDE
(138,222,222)
#A1E4E4
(161,228,228)
#B8EAEA
(184,234,234)
#CFF0F0
(207,240,240)
#E6F6F6
(230,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BABA; }

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

This text font color is #00BABA.


Background Color

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

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

This div background color is #00BABA.


Border color

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

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

This div border color is #00BABA.


Opacity

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

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

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

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

This text has shadow with #00BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BABA on black background.


Color preview on white background

This text has color #00BABA on white background.



Black color preview on #00BABA background

This text has black color on #00BABA background.


White color preview on #00BABA background

This text has white color on #00BABA background.