COLOR #0C5B60

HEX: #0C5B60 RGB: (12,91,96)

Color info

#0C5B60 contains mainly green and blue colors. Web safe color of #0C5B60 is #006666 (or #066).

RGB color model

#0C5B60 color RGB value is (12,91,96).

RGB: (12,91,96) (5%, 36%, 38%)

RGB channels and saturation

R 12 of 255 = 5%
G 91 of 255 = 36%
B 96 of 255 = 38%

12
91
96

R + G + B ~ 26%. #0C5B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 91 + 96 = 199 (100%)
R 12 of 199 ~ 6.03%
G 91 of 199 ~ 45.73%
B 96 of 199 ~ 48.24'%

%45.73
%48.24

CMYK color model

#0C5B60 color CMYK value is (88,5,0,62).

  • cyan value is 87.50%
  • magenta value is 5.21%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (88,5,0,62)
C88M5Y0K62 (88%, 5%, 0%, 62%)
(0.88 / 0.05 / 0.00 / 0.62)

CMYK percentages

%87.5
%5.21
%0
%62.35

Codes

Color #0C5B60 in popluar color models

0C 5B 60
RGB 12 91 96
HSL 184° 77.78% 21.18%
HSB/HSV 184° 87.50% 37.65%
CMYK 87.50% 5.21% 0.00%
62.35%

Color #0C5B60 in popluar number systems.

HEX 0C 5B 60
Decimal 12 91 96
Binary 1100 1011011 1100000
Octal 14 133 140

Shades and tints

Shades of #0C5B60

#0C5B60
(12,91,96)
#0B5358
(11,83,88)
#0A4B50
(10,75,80)
#094348
(9,67,72)
#083B40
(8,59,64)
#073338
(7,51,56)
#062B30
(6,43,48)
#052328
(5,35,40)
#041B20
(4,27,32)
#031318
(3,19,24)
#020B10
(2,11,16)
#000000
(0,0,0)

Tints of #0C5B60

#0C5B60
(12,91,96)
#22696E
(34,105,110)
#38777C
(56,119,124)
#4E858A
(78,133,138)
#649398
(100,147,152)
#7AA1A6
(122,161,166)
#90AFB4
(144,175,180)
#A6BDC2
(166,189,194)
#BCCBD0
(188,203,208)
#D2D9DE
(210,217,222)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5B60 color. Also use rgb(12,91,96) instead hex code.

Text Font Color

.myTextColor { color: #0C5B60; }

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

This text font color is #0C5B60.

Background Color

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

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

This div background color is #0C5B60.

Border color

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

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

This div border color is #0C5B60.

Opacity

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

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

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

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

This text has shadow with #0C5B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C5B60.

Preview

Color preview on black background

This text has color #0C5B60 on black background.


Color preview on white background

This text has color #0C5B60 on white background.


Black color preview on #0C5B60 background

This text has black color on #0C5B60 background.


White color preview on #0C5B60 background

This text has white color on #0C5B60 background.


Related colors

Complementary color

Complementary color for #hex is #F3A49F.


I love getcolorcode.com

Triadic colors

1 #600C5B and #5B600C with #0C5B60 are triadic colors.

2 #605B0C and #5B0C60 with #0C5B60 are triadic colors.