COLOR #0CA0B5

HEX: #0CA0B5
RGB: (12,160,181)

Color info

#0CA0B5 contains mainly green and blue colors. Web safe color of #0CA0B5 is #0099CC (or #09C).

RGB color model

#0CA0B5 color RGB value is (12,160,181).

  • red value is 12;
  • green value is 160;
  • blue value is 181.
RGB:
(12,160,181)
(5%,63%,71%)

RGB channels and saturation

R 12 of 255 = 5%
G 160 of 255 = 63%
B 181 of 255 = 71%

12
160
181

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

Portions of RGB colors in percentages

R + G + B =
12 + 160 + 181 = 353 (100%)
R 12 of 353 ~ 3.4%
G 160 of 353 ~ 45.33%
B 181 of 353 ~ 51.27%

%45.33
%51.27

CMYK color model

#0CA0B5 color CMYK value is (93,12,0,29).

  • cyan value is 93.37%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(93,12,0,29)
C93M12Y0K29 
(93%,12%,0%,29%)
(0.93/0.12/0.00/0.29)	

CMYK percentages

%93.37
%11.6
%0
%29.02

Codes

Color #0CA0B5 in popluar color models

0CA0B5
RGB12160181
HSL187°87.56%37.84%
HSB/HSV187°93.37%70.98%
CMYK93.37%11.60%0.00%
29.02%

Color #0CA0B5 in popluar number systems.

HEX0CA0B5
Decimal12160181
Binary11001010000010110101
Octal14240265

Shades and tints

Shades of #0CA0B5

#0CA0B5
(12,160,181)
#0B92A5
(11,146,165)
#0A8495
(10,132,149)
#097685
(9,118,133)
#086875
(8,104,117)
#075A65
(7,90,101)
#064C55
(6,76,85)
#053E45
(5,62,69)
#043035
(4,48,53)
#032225
(3,34,37)
#021415
(2,20,21)
#000000
(0,0,0)

Tints of #0CA0B5

#0CA0B5
(12,160,181)
#22A8BB
(34,168,187)
#38B0C1
(56,176,193)
#4EB8C7
(78,184,199)
#64C0CD
(100,192,205)
#7AC8D3
(122,200,211)
#90D0D9
(144,208,217)
#A6D8DF
(166,216,223)
#BCE0E5
(188,224,229)
#D2E8EB
(210,232,235)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CA0B5 color. Also use rgb(12,160,181) instead hex code.

Text Font Color

.myTextColor { color: #0CA0B5; }

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

This text font color is #0CA0B5.


Background Color

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

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

This div background color is #0CA0B5.


Border color

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

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

This div border color is #0CA0B5.


Opacity

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

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

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

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

This text has shadow with #0CA0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CA0B5 on black background.


Color preview on white background

This text has color #0CA0B5 on white background.



Black color preview on #0CA0B5 background

This text has black color on #0CA0B5 background.


White color preview on #0CA0B5 background

This text has white color on #0CA0B5 background.