COLOR #016A6F

HEX: #016A6F
RGB: (1,106,111)

Color info

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

RGB color model

#016A6F color RGB value is (1,106,111).

  • red value is 1;
  • green value is 106;
  • blue value is 111.
RGB:
(1,106,111)
(0%,42%,44%)

RGB channels and saturation

R 1 of 255 = 0%
G 106 of 255 = 42%
B 111 of 255 = 44%

1
106
111

R + G + B ~ 29%. #016A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 106 + 111 = 218 (100%)
R 1 of 218 ~ 0.46%
G 106 of 218 ~ 48.62%
B 111 of 218 ~ 50.92%

%48.62
%50.92

CMYK color model

#016A6F color CMYK value is (99,5,0,56).

  • cyan value is 99.10%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(99,5,0,56)
C99M5Y0K56 
(99%,5%,0%,56%)
(0.99/0.05/0.00/0.56)	

CMYK percentages

%99.1
%4.5
%0
%56.47

Codes

Color #016A6F in popluar color models

016A6F
RGB1106111
HSL183°98.21%21.96%
HSB/HSV183°99.10%43.53%
CMYK99.10%4.50%0.00%
56.47%

Color #016A6F in popluar number systems.

HEX016A6F
Decimal1106111
Binary111010101101111
Octal1152157

Shades and tints

Shades of #016A6F

#016A6F
(1,106,111)
#016165
(1,97,101)
#01585B
(1,88,91)
#014F51
(1,79,81)
#014647
(1,70,71)
#013D3D
(1,61,61)
#013433
(1,52,51)
#012B29
(1,43,41)
#01221F
(1,34,31)
#011915
(1,25,21)
#01100B
(1,16,11)
#000000
(0,0,0)

Tints of #016A6F

#016A6F
(1,106,111)
#18777C
(24,119,124)
#2F8489
(47,132,137)
#469196
(70,145,150)
#5D9EA3
(93,158,163)
#74ABB0
(116,171,176)
#8BB8BD
(139,184,189)
#A2C5CA
(162,197,202)
#B9D2D7
(185,210,215)
#D0DFE4
(208,223,228)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016A6F color. Also use rgb(1,106,111) instead hex code.

Text Font Color

.myTextColor { color: #016A6F; }

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

This text font color is #016A6F.


Background Color

.myBgColor { background-color: #016A6F; }

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

This div background color is #016A6F.


Border color

.myBorderColor { border: 1px solid #016A6F; }

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

This div border color is #016A6F.


Opacity

.myOpacity80 { color: #016A6F; opacity: 0.8; }

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

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

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

This text has shadow with #016A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016A6F on black background.


Color preview on white background

This text has color #016A6F on white background.



Black color preview on #016A6F background

This text has black color on #016A6F background.


White color preview on #016A6F background

This text has white color on #016A6F background.