COLOR #00BA96

HEX: #00BA96
RGB: (0,186,150)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
186
150

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

Portions of RGB colors in percentages

R + G + B =
0 + 186 + 150 = 336 (100%)
R 0 of 336 ~ 0%
G 186 of 336 ~ 55.36%
B 150 of 336 ~ 44.64%

%55.36
%44.64

CMYK color model

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

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

CMYK percentages

%100
%0
%19.35
%27.06

Codes

Color #00BA96 in popluar color models

00BA96
RGB0186150
HSL168°100.00%36.47%
HSB/HSV168°100.00%72.94%
CMYK100.00%0.00%19.35%
27.06%

Color #00BA96 in popluar number systems.

HEX00BA96
Decimal0186150
Binary01011101010010110
Octal0272226

Shades and tints

Shades of #00BA96

#00BA96
(0,186,150)
#00AA89
(0,170,137)
#009A7C
(0,154,124)
#008A6F
(0,138,111)
#007A62
(0,122,98)
#006A55
(0,106,85)
#005A48
(0,90,72)
#004A3B
(0,74,59)
#003A2E
(0,58,46)
#002A21
(0,42,33)
#001A14
(0,26,20)
#000000
(0,0,0)

Tints of #00BA96

#00BA96
(0,186,150)
#17C09F
(23,192,159)
#2EC6A8
(46,198,168)
#45CCB1
(69,204,177)
#5CD2BA
(92,210,186)
#73D8C3
(115,216,195)
#8ADECC
(138,222,204)
#A1E4D5
(161,228,213)
#B8EADE
(184,234,222)
#CFF0E7
(207,240,231)
#E6F6F0
(230,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BA96; }

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

This text font color is #00BA96.


Background Color

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

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

This div background color is #00BA96.


Border color

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

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

This div border color is #00BA96.


Opacity

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

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

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

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

This text has shadow with #00BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BA96 on black background.


Color preview on white background

This text has color #00BA96 on white background.



Black color preview on #00BA96 background

This text has black color on #00BA96 background.


White color preview on #00BA96 background

This text has white color on #00BA96 background.