COLOR #06C0BE

HEX: #06C0BE
RGB: (6,192,190)

Color info

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

RGB color model

#06C0BE color RGB value is (6,192,190).

  • red value is 6;
  • green value is 192;
  • blue value is 190.
RGB:
(6,192,190)
(2%,75%,75%)

RGB channels and saturation

R 6 of 255 = 2%
G 192 of 255 = 75%
B 190 of 255 = 75%

6
192
190

R + G + B ~ 51%. #06C0BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 192 + 190 = 388 (100%)
R 6 of 388 ~ 1.55%
G 192 of 388 ~ 49.48%
B 190 of 388 ~ 48.97%

%49.48
%48.97

CMYK color model

#06C0BE color CMYK value is (97,0,1,25).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(97,0,1,25)
C97M0Y1K25 
(97%,0%,1%,25%)
(0.97/0.00/0.01/0.25)	

CMYK percentages

%96.88
%0
%1.04
%24.71

Codes

Color #06C0BE in popluar color models

06C0BE
RGB6192190
HSL179°93.94%38.82%
HSB/HSV179°96.88%75.29%
CMYK96.88%0.00%1.04%
24.71%

Color #06C0BE in popluar number systems.

HEX06C0BE
Decimal6192190
Binary1101100000010111110
Octal6300276

Shades and tints

Shades of #06C0BE

#06C0BE
(6,192,190)
#06AFAD
(6,175,173)
#069E9C
(6,158,156)
#068D8B
(6,141,139)
#067C7A
(6,124,122)
#066B69
(6,107,105)
#065A58
(6,90,88)
#064947
(6,73,71)
#063836
(6,56,54)
#062725
(6,39,37)
#061614
(6,22,20)
#000000
(0,0,0)

Tints of #06C0BE

#06C0BE
(6,192,190)
#1CC5C3
(28,197,195)
#32CAC8
(50,202,200)
#48CFCD
(72,207,205)
#5ED4D2
(94,212,210)
#74D9D7
(116,217,215)
#8ADEDC
(138,222,220)
#A0E3E1
(160,227,225)
#B6E8E6
(182,232,230)
#CCEDEB
(204,237,235)
#E2F2F0
(226,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06C0BE color. Also use rgb(6,192,190) instead hex code.

Text Font Color

.myTextColor { color: #06C0BE; }

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

This text font color is #06C0BE.


Background Color

.myBgColor { background-color: #06C0BE; }

<div style="background-color:#06C0BE">Inner text</div>

This div background color is #06C0BE.


Border color

.myBorderColor { border: 1px solid #06C0BE; }

<div style="border:3px solid #06C0BE">Div</div>

This div border color is #06C0BE.


Opacity

.myOpacity80 { color: #06C0BE; opacity: 0.8; }

<p style="color:#06C0BE;opacity:0.8;">80%</p>

Text with #06C0BE 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 #06C0BE;}

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

This text has shadow with #06C0BE color.

.textShadow {text-shadow: 3px 3px 1px #06C0BE, 3px 3px 1px red;}

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

This text has shadow with #06C0BE primary color and red secondary color.


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

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

This text has shadow with #06C0BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06C0BE on black background.


Color preview on white background

This text has color #06C0BE on white background.



Black color preview on #06C0BE background

This text has black color on #06C0BE background.


White color preview on #06C0BE background

This text has white color on #06C0BE background.