COLOR #017080

HEX: #017080 RGB: (1,112,128)

Color info

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

RGB color model

#017080 color RGB value is (1,112,128).

RGB: (1,112,128) (0%, 44%, 50%)

RGB channels and saturation

R 1 of 255 = 0%
G 112 of 255 = 44%
B 128 of 255 = 50%

1
112
128

R + G + B ~ 31%. #017080 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 112 + 128 = 241 (100%)
R 1 of 241 ~ 0.41%
G 112 of 241 ~ 46.47%
B 128 of 241 ~ 53.11'%

%46.47
%53.11

CMYK color model

#017080 color CMYK value is (99,13,0,50).

  • cyan value is 99.22%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (99,13,0,50)
C99M13Y0K50 (99%, 13%, 0%, 50%)
(0.99 / 0.13 / 0.00 / 0.50)

CMYK percentages

%99.22
%12.5
%0
%49.8

Codes

Color #017080 in popluar color models

01 70 80
RGB 1 112 128
HSL 188° 98.45% 25.29%
HSB/HSV 188° 99.22% 50.20%
CMYK 99.22% 12.50% 0.00%
49.80%

Color #017080 in popluar number systems.

HEX 01 70 80
Decimal 1 112 128
Binary 1 1110000 10000000
Octal 1 160 200

Shades and tints

Shades of #017080

#017080
(1,112,128)
#016675
(1,102,117)
#015C6A
(1,92,106)
#01525F
(1,82,95)
#014854
(1,72,84)
#013E49
(1,62,73)
#01343E
(1,52,62)
#012A33
(1,42,51)
#012028
(1,32,40)
#01161D
(1,22,29)
#010C12
(1,12,18)
#000000
(0,0,0)

Tints of #017080

#017080
(1,112,128)
#187D8B
(24,125,139)
#2F8A96
(47,138,150)
#4697A1
(70,151,161)
#5DA4AC
(93,164,172)
#74B1B7
(116,177,183)
#8BBEC2
(139,190,194)
#A2CBCD
(162,203,205)
#B9D8D8
(185,216,216)
#D0E5E3
(208,229,227)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #017080; }

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

This text font color is #017080.

Background Color

.myBgColor { background-color: #017080; }

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

This div background color is #017080.

Border color

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

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

This div border color is #017080.

Opacity

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

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

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

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

This text has shadow with #017080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #017080.

Preview

Color preview on black background

This text has color #017080 on black background.


Color preview on white background

This text has color #017080 on white background.


Black color preview on #017080 background

This text has black color on #017080 background.


White color preview on #017080 background

This text has white color on #017080 background.


Related colors

Complementary color

Complementary color for #hex is #FE8F7F.


I love getcolorcode.com

Triadic colors

1 #800170 and #708001 with #017080 are triadic colors.

2 #807001 and #700180 with #017080 are triadic colors.