COLOR #0CB4B2

HEX: #0CB4B2
RGB: (12,180,178)

Color info

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

RGB color model

#0CB4B2 color RGB value is (12,180,178).

  • red value is 12;
  • green value is 180;
  • blue value is 178.
RGB:
(12,180,178)
(5%,71%,70%)

RGB channels and saturation

R 12 of 255 = 5%
G 180 of 255 = 71%
B 178 of 255 = 70%

12
180
178

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

Portions of RGB colors in percentages

R + G + B =
12 + 180 + 178 = 370 (100%)
R 12 of 370 ~ 3.24%
G 180 of 370 ~ 48.65%
B 178 of 370 ~ 48.11%

%48.65
%48.11

CMYK color model

#0CB4B2 color CMYK value is (93,0,1,29).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(93,0,1,29)
C93M0Y1K29 
(93%,0%,1%,29%)
(0.93/0.00/0.01/0.29)	

CMYK percentages

%93.33
%0
%1.11
%29.41

Codes

Color #0CB4B2 in popluar color models

0CB4B2
RGB12180178
HSL179°87.50%37.65%
HSB/HSV179°93.33%70.59%
CMYK93.33%0.00%1.11%
29.41%

Color #0CB4B2 in popluar number systems.

HEX0CB4B2
Decimal12180178
Binary11001011010010110010
Octal14264262

Shades and tints

Shades of #0CB4B2

#0CB4B2
(12,180,178)
#0BA4A2
(11,164,162)
#0A9492
(10,148,146)
#098482
(9,132,130)
#087472
(8,116,114)
#076462
(7,100,98)
#065452
(6,84,82)
#054442
(5,68,66)
#043432
(4,52,50)
#032422
(3,36,34)
#021412
(2,20,18)
#000000
(0,0,0)

Tints of #0CB4B2

#0CB4B2
(12,180,178)
#22BAB9
(34,186,185)
#38C0C0
(56,192,192)
#4EC6C7
(78,198,199)
#64CCCE
(100,204,206)
#7AD2D5
(122,210,213)
#90D8DC
(144,216,220)
#A6DEE3
(166,222,227)
#BCE4EA
(188,228,234)
#D2EAF1
(210,234,241)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CB4B2 color. Also use rgb(12,180,178) instead hex code.

Text Font Color

.myTextColor { color: #0CB4B2; }

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

This text font color is #0CB4B2.


Background Color

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

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

This div background color is #0CB4B2.


Border color

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

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

This div border color is #0CB4B2.


Opacity

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

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

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

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

This text has shadow with #0CB4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CB4B2 on black background.


Color preview on white background

This text has color #0CB4B2 on white background.



Black color preview on #0CB4B2 background

This text has black color on #0CB4B2 background.


White color preview on #0CB4B2 background

This text has white color on #0CB4B2 background.