COLOR #0C92A5

HEX: #0C92A5
RGB: (12,146,165)

Color info

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

RGB color model

#0C92A5 color RGB value is (12,146,165).

  • red value is 12;
  • green value is 146;
  • blue value is 165.
RGB:
(12,146,165)
(5%,57%,65%)

RGB channels and saturation

R 12 of 255 = 5%
G 146 of 255 = 57%
B 165 of 255 = 65%

12
146
165

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

Portions of RGB colors in percentages

R + G + B =
12 + 146 + 165 = 323 (100%)
R 12 of 323 ~ 3.72%
G 146 of 323 ~ 45.2%
B 165 of 323 ~ 51.08%

%45.2
%51.08

CMYK color model

#0C92A5 color CMYK value is (93,12,0,35).

  • cyan value is 92.73%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(93,12,0,35)
C93M12Y0K35 
(93%,12%,0%,35%)
(0.93/0.12/0.00/0.35)	

CMYK percentages

%92.73
%11.52
%0
%35.29

Codes

Color #0C92A5 in popluar color models

0C92A5
RGB12146165
HSL187°86.44%34.71%
HSB/HSV187°92.73%64.71%
CMYK92.73%11.52%0.00%
35.29%

Color #0C92A5 in popluar number systems.

HEX0C92A5
Decimal12146165
Binary11001001001010100101
Octal14222245

Shades and tints

Shades of #0C92A5

#0C92A5
(12,146,165)
#0B8596
(11,133,150)
#0A7887
(10,120,135)
#096B78
(9,107,120)
#085E69
(8,94,105)
#07515A
(7,81,90)
#06444B
(6,68,75)
#05373C
(5,55,60)
#042A2D
(4,42,45)
#031D1E
(3,29,30)
#02100F
(2,16,15)
#000000
(0,0,0)

Tints of #0C92A5

#0C92A5
(12,146,165)
#229BAD
(34,155,173)
#38A4B5
(56,164,181)
#4EADBD
(78,173,189)
#64B6C5
(100,182,197)
#7ABFCD
(122,191,205)
#90C8D5
(144,200,213)
#A6D1DD
(166,209,221)
#BCDAE5
(188,218,229)
#D2E3ED
(210,227,237)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C92A5 color. Also use rgb(12,146,165) instead hex code.

Text Font Color

.myTextColor { color: #0C92A5; }

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

This text font color is #0C92A5.


Background Color

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

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

This div background color is #0C92A5.


Border color

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

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

This div border color is #0C92A5.


Opacity

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

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

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

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

This text has shadow with #0C92A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C92A5 on black background.


Color preview on white background

This text has color #0C92A5 on white background.



Black color preview on #0C92A5 background

This text has black color on #0C92A5 background.


White color preview on #0C92A5 background

This text has white color on #0C92A5 background.