COLOR #0BB499

HEX: #0BB499
RGB: (11,180,153)

Color info

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

RGB color model

#0BB499 color RGB value is (11,180,153).

  • red value is 11;
  • green value is 180;
  • blue value is 153.
RGB:
(11,180,153)
(4%,71%,60%)

RGB channels and saturation

R 11 of 255 = 4%
G 180 of 255 = 71%
B 153 of 255 = 60%

11
180
153

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

Portions of RGB colors in percentages

R + G + B =
11 + 180 + 153 = 344 (100%)
R 11 of 344 ~ 3.2%
G 180 of 344 ~ 52.33%
B 153 of 344 ~ 44.48%

%52.33
%44.48

CMYK color model

#0BB499 color CMYK value is (94,0,15,29).

  • cyan value is 93.89%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(94,0,15,29)
C94M0Y15K29 
(94%,0%,15%,29%)
(0.94/0.00/0.15/0.29)	

CMYK percentages

%93.89
%0
%15
%29.41

Codes

Color #0BB499 in popluar color models

0BB499
RGB11180153
HSL170°88.48%37.45%
HSB/HSV170°93.89%70.59%
CMYK93.89%0.00%15.00%
29.41%

Color #0BB499 in popluar number systems.

HEX0BB499
Decimal11180153
Binary10111011010010011001
Octal13264231

Shades and tints

Shades of #0BB499

#0BB499
(11,180,153)
#0AA48C
(10,164,140)
#09947F
(9,148,127)
#088472
(8,132,114)
#077465
(7,116,101)
#066458
(6,100,88)
#05544B
(5,84,75)
#04443E
(4,68,62)
#033431
(3,52,49)
#022424
(2,36,36)
#011417
(1,20,23)
#000000
(0,0,0)

Tints of #0BB499

#0BB499
(11,180,153)
#21BAA2
(33,186,162)
#37C0AB
(55,192,171)
#4DC6B4
(77,198,180)
#63CCBD
(99,204,189)
#79D2C6
(121,210,198)
#8FD8CF
(143,216,207)
#A5DED8
(165,222,216)
#BBE4E1
(187,228,225)
#D1EAEA
(209,234,234)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB499 color. Also use rgb(11,180,153) instead hex code.

Text Font Color

.myTextColor { color: #0BB499; }

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

This text font color is #0BB499.


Background Color

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

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

This div background color is #0BB499.


Border color

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

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

This div border color is #0BB499.


Opacity

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

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

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

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

This text has shadow with #0BB499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB499 on black background.


Color preview on white background

This text has color #0BB499 on white background.



Black color preview on #0BB499 background

This text has black color on #0BB499 background.


White color preview on #0BB499 background

This text has white color on #0BB499 background.