COLOR #006060

HEX: #006060
RGB: (0,96,96)

Color info

#006060 contains only green and blue colors. Web safe color of #006060 is #006666 (or #066).

RGB color model

#006060 color RGB value is (0,96,96).

  • red value is 0;
  • green value is 96;
  • blue value is 96.
RGB:
(0,96,96)
(0%,38%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 96 of 255 = 38%

0
96
96

R + G + B ~ 25%. #006060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 96 = 192 (100%)
R 0 of 192 ~ 0%
G 96 of 192 ~ 50%
B 96 of 192 ~ 50%

%50
%50

CMYK color model

#006060 color CMYK value is (100,0,0,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(100,0,0,62)
C100M0Y0K62 
(100%,0%,0%,62%)
(1.00/0.00/0.00/0.62)	

CMYK percentages

%100
%0
%0
%62.35

Codes

Color #006060 in popluar color models

006060
RGB09696
HSL180°100.00%18.82%
HSB/HSV180°100.00%37.65%
CMYK100.00%0.00%0.00%
62.35%

Color #006060 in popluar number systems.

HEX006060
Decimal09696
Binary011000001100000
Octal0140140

Shades and tints

Shades of #006060

#006060
(0,96,96)
#005858
(0,88,88)
#005050
(0,80,80)
#004848
(0,72,72)
#004040
(0,64,64)
#003838
(0,56,56)
#003030
(0,48,48)
#002828
(0,40,40)
#002020
(0,32,32)
#001818
(0,24,24)
#001010
(0,16,16)
#000000
(0,0,0)

Tints of #006060

#006060
(0,96,96)
#176E6E
(23,110,110)
#2E7C7C
(46,124,124)
#458A8A
(69,138,138)
#5C9898
(92,152,152)
#73A6A6
(115,166,166)
#8AB4B4
(138,180,180)
#A1C2C2
(161,194,194)
#B8D0D0
(184,208,208)
#CFDEDE
(207,222,222)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006060; }

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

This text font color is #006060.


Background Color

.myBgColor { background-color: #006060; }

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

This div background color is #006060.


Border color

.myBorderColor { border: 1px solid #006060; }

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

This div border color is #006060.


Opacity

.myOpacity80 { color: #006060; opacity: 0.8; }

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

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

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

This text has shadow with #006060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006060 on black background.


Color preview on white background

This text has color #006060 on white background.



Black color preview on #006060 background

This text has black color on #006060 background.


White color preview on #006060 background

This text has white color on #006060 background.