COLOR #0BB3A2

HEX: #0BB3A2
RGB: (11,179,162)

Color info

#0BB3A2 contains mainly green and blue colors. Web safe color of #0BB3A2 is #009999 (or #099).

RGB color model

#0BB3A2 color RGB value is (11,179,162).

  • red value is 11;
  • green value is 179;
  • blue value is 162.
RGB:
(11,179,162)
(4%,70%,64%)

RGB channels and saturation

R 11 of 255 = 4%
G 179 of 255 = 70%
B 162 of 255 = 64%

11
179
162

R + G + B ~ 46%. #0BB3A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 179 + 162 = 352 (100%)
R 11 of 352 ~ 3.13%
G 179 of 352 ~ 50.85%
B 162 of 352 ~ 46.02%

%50.85
%46.02

CMYK color model

#0BB3A2 color CMYK value is (94,0,9,30).

  • cyan value is 93.85%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(94,0,9,30)
C94M0Y9K30 
(94%,0%,9%,30%)
(0.94/0.00/0.09/0.30)	

CMYK percentages

%93.85
%0
%9.5
%29.8

Codes

Color #0BB3A2 in popluar color models

0BB3A2
RGB11179162
HSL174°88.42%37.25%
HSB/HSV174°93.85%70.20%
CMYK93.85%0.00%9.50%
29.80%

Color #0BB3A2 in popluar number systems.

HEX0BB3A2
Decimal11179162
Binary10111011001110100010
Octal13263242

Shades and tints

Shades of #0BB3A2

#0BB3A2
(11,179,162)
#0AA394
(10,163,148)
#099386
(9,147,134)
#088378
(8,131,120)
#07736A
(7,115,106)
#06635C
(6,99,92)
#05534E
(5,83,78)
#044340
(4,67,64)
#033332
(3,51,50)
#022324
(2,35,36)
#011316
(1,19,22)
#000000
(0,0,0)

Tints of #0BB3A2

#0BB3A2
(11,179,162)
#21B9AA
(33,185,170)
#37BFB2
(55,191,178)
#4DC5BA
(77,197,186)
#63CBC2
(99,203,194)
#79D1CA
(121,209,202)
#8FD7D2
(143,215,210)
#A5DDDA
(165,221,218)
#BBE3E2
(187,227,226)
#D1E9EA
(209,233,234)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB3A2 color. Also use rgb(11,179,162) instead hex code.

Text Font Color

.myTextColor { color: #0BB3A2; }

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

This text font color is #0BB3A2.


Background Color

.myBgColor { background-color: #0BB3A2; }

<div style="background-color:#0BB3A2">Inner text</div>

This div background color is #0BB3A2.


Border color

.myBorderColor { border: 1px solid #0BB3A2; }

<div style="border:3px solid #0BB3A2">Div</div>

This div border color is #0BB3A2.


Opacity

.myOpacity80 { color: #0BB3A2; opacity: 0.8; }

<p style="color:#0BB3A2;opacity:0.8;">80%</p>

Text with #0BB3A2 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 #0BB3A2;}

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

This text has shadow with #0BB3A2 color.

.textShadow {text-shadow: 3px 3px 1px #0BB3A2, 3px 3px 1px red;}

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

This text has shadow with #0BB3A2 primary color and red secondary color.


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

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

This text has shadow with #0BB3A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB3A2 on black background.


Color preview on white background

This text has color #0BB3A2 on white background.



Black color preview on #0BB3A2 background

This text has black color on #0BB3A2 background.


White color preview on #0BB3A2 background

This text has white color on #0BB3A2 background.