COLOR #016666

HEX: #016666
RGB: (1,102,102)

Color info

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

RGB color model

#016666 color RGB value is (1,102,102).

  • red value is 1;
  • green value is 102;
  • blue value is 102.
RGB:
(1,102,102)
(0%,40%,40%)

RGB channels and saturation

R 1 of 255 = 0%
G 102 of 255 = 40%
B 102 of 255 = 40%

1
102
102

R + G + B ~ 27%. #016666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 102 + 102 = 205 (100%)
R 1 of 205 ~ 0.49%
G 102 of 205 ~ 49.76%
B 102 of 205 ~ 49.76%

%49.76
%49.76

CMYK color model

#016666 color CMYK value is (99,0,0,60).

  • cyan value is 99.02%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(99,0,0,60)
C99M0Y0K60 
(99%,0%,0%,60%)
(0.99/0.00/0.00/0.60)	

CMYK percentages

%99.02
%0
%0
%60

Codes

Color #016666 in popluar color models

016666
RGB1102102
HSL180°98.06%20.20%
HSB/HSV180°99.02%40.00%
CMYK99.02%0.00%0.00%
60.00%

Color #016666 in popluar number systems.

HEX016666
Decimal1102102
Binary111001101100110
Octal1146146

Shades and tints

Shades of #016666

#016666
(1,102,102)
#015D5D
(1,93,93)
#015454
(1,84,84)
#014B4B
(1,75,75)
#014242
(1,66,66)
#013939
(1,57,57)
#013030
(1,48,48)
#012727
(1,39,39)
#011E1E
(1,30,30)
#011515
(1,21,21)
#010C0C
(1,12,12)
#000000
(0,0,0)

Tints of #016666

#016666
(1,102,102)
#187373
(24,115,115)
#2F8080
(47,128,128)
#468D8D
(70,141,141)
#5D9A9A
(93,154,154)
#74A7A7
(116,167,167)
#8BB4B4
(139,180,180)
#A2C1C1
(162,193,193)
#B9CECE
(185,206,206)
#D0DBDB
(208,219,219)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016666 color. Also use rgb(1,102,102) instead hex code.

Text Font Color

.myTextColor { color: #016666; }

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

This text font color is #016666.


Background Color

.myBgColor { background-color: #016666; }

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

This div background color is #016666.


Border color

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

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

This div border color is #016666.


Opacity

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

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

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

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

This text has shadow with #016666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016666 on black background.


Color preview on white background

This text has color #016666 on white background.



Black color preview on #016666 background

This text has black color on #016666 background.


White color preview on #016666 background

This text has white color on #016666 background.