COLOR #0CA2C5

HEX: #0CA2C5
RGB: (12,162,197)

Color info

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

RGB color model

#0CA2C5 color RGB value is (12,162,197).

  • red value is 12;
  • green value is 162;
  • blue value is 197.
RGB:
(12,162,197)
(5%,64%,77%)

RGB channels and saturation

R 12 of 255 = 5%
G 162 of 255 = 64%
B 197 of 255 = 77%

12
162
197

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

Portions of RGB colors in percentages

R + G + B =
12 + 162 + 197 = 371 (100%)
R 12 of 371 ~ 3.23%
G 162 of 371 ~ 43.67%
B 197 of 371 ~ 53.1%

%43.67
%53.1

CMYK color model

#0CA2C5 color CMYK value is (94,18,0,23).

  • cyan value is 93.91%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(94,18,0,23)
C94M18Y0K23 
(94%,18%,0%,23%)
(0.94/0.18/0.00/0.23)	

CMYK percentages

%93.91
%17.77
%0
%22.75

Codes

Color #0CA2C5 in popluar color models

0CA2C5
RGB12162197
HSL191°88.52%40.98%
HSB/HSV191°93.91%77.25%
CMYK93.91%17.77%0.00%
22.75%

Color #0CA2C5 in popluar number systems.

HEX0CA2C5
Decimal12162197
Binary11001010001011000101
Octal14242305

Shades and tints

Shades of #0CA2C5

#0CA2C5
(12,162,197)
#0B94B4
(11,148,180)
#0A86A3
(10,134,163)
#097892
(9,120,146)
#086A81
(8,106,129)
#075C70
(7,92,112)
#064E5F
(6,78,95)
#05404E
(5,64,78)
#04323D
(4,50,61)
#03242C
(3,36,44)
#02161B
(2,22,27)
#000000
(0,0,0)

Tints of #0CA2C5

#0CA2C5
(12,162,197)
#22AACA
(34,170,202)
#38B2CF
(56,178,207)
#4EBAD4
(78,186,212)
#64C2D9
(100,194,217)
#7ACADE
(122,202,222)
#90D2E3
(144,210,227)
#A6DAE8
(166,218,232)
#BCE2ED
(188,226,237)
#D2EAF2
(210,234,242)
#E8F2F7
(232,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CA2C5 color. Also use rgb(12,162,197) instead hex code.

Text Font Color

.myTextColor { color: #0CA2C5; }

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

This text font color is #0CA2C5.


Background Color

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

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

This div background color is #0CA2C5.


Border color

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

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

This div border color is #0CA2C5.


Opacity

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

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

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

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

This text has shadow with #0CA2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CA2C5 on black background.


Color preview on white background

This text has color #0CA2C5 on white background.



Black color preview on #0CA2C5 background

This text has black color on #0CA2C5 background.


White color preview on #0CA2C5 background

This text has white color on #0CA2C5 background.