COLOR #017E68

HEX: #017E68
RGB: (1,126,104)

Color info

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

RGB color model

#017E68 color RGB value is (1,126,104).

  • red value is 1;
  • green value is 126;
  • blue value is 104.
RGB:
(1,126,104)
(0%,49%,41%)

RGB channels and saturation

R 1 of 255 = 0%
G 126 of 255 = 49%
B 104 of 255 = 41%

1
126
104

R + G + B ~ 30%. #017E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 126 + 104 = 231 (100%)
R 1 of 231 ~ 0.43%
G 126 of 231 ~ 54.55%
B 104 of 231 ~ 45.02%

%54.55
%45.02

CMYK color model

#017E68 color CMYK value is (99,0,17,51).

  • cyan value is 99.21%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 50.59%
CMYK:
(99,0,17,51)
C99M0Y17K51 
(99%,0%,17%,51%)
(0.99/0.00/0.17/0.51)	

CMYK percentages

%99.21
%0
%17.46
%50.59

Codes

Color #017E68 in popluar color models

017E68
RGB1126104
HSL169°98.43%24.90%
HSB/HSV169°99.21%49.41%
CMYK99.21%0.00%17.46%
50.59%

Color #017E68 in popluar number systems.

HEX017E68
Decimal1126104
Binary111111101101000
Octal1176150

Shades and tints

Shades of #017E68

#017E68
(1,126,104)
#01735F
(1,115,95)
#016856
(1,104,86)
#015D4D
(1,93,77)
#015244
(1,82,68)
#01473B
(1,71,59)
#013C32
(1,60,50)
#013129
(1,49,41)
#012620
(1,38,32)
#011B17
(1,27,23)
#01100E
(1,16,14)
#000000
(0,0,0)

Tints of #017E68

#017E68
(1,126,104)
#188975
(24,137,117)
#2F9482
(47,148,130)
#469F8F
(70,159,143)
#5DAA9C
(93,170,156)
#74B5A9
(116,181,169)
#8BC0B6
(139,192,182)
#A2CBC3
(162,203,195)
#B9D6D0
(185,214,208)
#D0E1DD
(208,225,221)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017E68 color. Also use rgb(1,126,104) instead hex code.

Text Font Color

.myTextColor { color: #017E68; }

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

This text font color is #017E68.


Background Color

.myBgColor { background-color: #017E68; }

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

This div background color is #017E68.


Border color

.myBorderColor { border: 1px solid #017E68; }

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

This div border color is #017E68.


Opacity

.myOpacity80 { color: #017E68; opacity: 0.8; }

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

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

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

This text has shadow with #017E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017E68 on black background.


Color preview on white background

This text has color #017E68 on white background.



Black color preview on #017E68 background

This text has black color on #017E68 background.


White color preview on #017E68 background

This text has white color on #017E68 background.