COLOR #0CC6BF

HEX: #0CC6BF
RGB: (12,198,191)

Color info

#0CC6BF contains mainly green and blue colors. Web safe color of #0CC6BF is #00CCCC (or #0CC).

RGB color model

#0CC6BF color RGB value is (12,198,191).

  • red value is 12;
  • green value is 198;
  • blue value is 191.
RGB:
(12,198,191)
(5%,78%,75%)

RGB channels and saturation

R 12 of 255 = 5%
G 198 of 255 = 78%
B 191 of 255 = 75%

12
198
191

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

Portions of RGB colors in percentages

R + G + B =
12 + 198 + 191 = 401 (100%)
R 12 of 401 ~ 2.99%
G 198 of 401 ~ 49.38%
B 191 of 401 ~ 47.63%

%49.38
%47.63

CMYK color model

#0CC6BF color CMYK value is (94,0,4,22).

  • cyan value is 93.94%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(94,0,4,22)
C94M0Y4K22 
(94%,0%,4%,22%)
(0.94/0.00/0.04/0.22)	

CMYK percentages

%93.94
%0
%3.54
%22.35

Codes

Color #0CC6BF in popluar color models

0CC6BF
RGB12198191
HSL178°88.57%41.18%
HSB/HSV178°93.94%77.65%
CMYK93.94%0.00%3.54%
22.35%

Color #0CC6BF in popluar number systems.

HEX0CC6BF
Decimal12198191
Binary11001100011010111111
Octal14306277

Shades and tints

Shades of #0CC6BF

#0CC6BF
(12,198,191)
#0BB4AE
(11,180,174)
#0AA29D
(10,162,157)
#09908C
(9,144,140)
#087E7B
(8,126,123)
#076C6A
(7,108,106)
#065A59
(6,90,89)
#054848
(5,72,72)
#043637
(4,54,55)
#032426
(3,36,38)
#021215
(2,18,21)
#000000
(0,0,0)

Tints of #0CC6BF

#0CC6BF
(12,198,191)
#22CBC4
(34,203,196)
#38D0C9
(56,208,201)
#4ED5CE
(78,213,206)
#64DAD3
(100,218,211)
#7ADFD8
(122,223,216)
#90E4DD
(144,228,221)
#A6E9E2
(166,233,226)
#BCEEE7
(188,238,231)
#D2F3EC
(210,243,236)
#E8F8F1
(232,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CC6BF color. Also use rgb(12,198,191) instead hex code.

Text Font Color

.myTextColor { color: #0CC6BF; }

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

This text font color is #0CC6BF.


Background Color

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

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

This div background color is #0CC6BF.


Border color

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

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

This div border color is #0CC6BF.


Opacity

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

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

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

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

This text has shadow with #0CC6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CC6BF on black background.


Color preview on white background

This text has color #0CC6BF on white background.



Black color preview on #0CC6BF background

This text has black color on #0CC6BF background.


White color preview on #0CC6BF background

This text has white color on #0CC6BF background.