COLOR #018F76

HEX: #018F76
RGB: (1,143,118)

Color info

#018F76 contains mainly green and blue colors. Web safe color of #018F76 is #009966 (or #096).

RGB color model

#018F76 color RGB value is (1,143,118).

  • red value is 1;
  • green value is 143;
  • blue value is 118.
RGB:
(1,143,118)
(0%,56%,46%)

RGB channels and saturation

R 1 of 255 = 0%
G 143 of 255 = 56%
B 118 of 255 = 46%

1
143
118

R + G + B ~ 34%. #018F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 143 + 118 = 262 (100%)
R 1 of 262 ~ 0.38%
G 143 of 262 ~ 54.58%
B 118 of 262 ~ 45.04%

%54.58
%45.04

CMYK color model

#018F76 color CMYK value is (99,0,17,44).

  • cyan value is 99.30%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 43.92%
CMYK:
(99,0,17,44)
C99M0Y17K44 
(99%,0%,17%,44%)
(0.99/0.00/0.17/0.44)	

CMYK percentages

%99.3
%0
%17.48
%43.92

Codes

Color #018F76 in popluar color models

018F76
RGB1143118
HSL169°98.61%28.24%
HSB/HSV169°99.30%56.08%
CMYK99.30%0.00%17.48%
43.92%

Color #018F76 in popluar number systems.

HEX018F76
Decimal1143118
Binary1100011111110110
Octal1217166

Shades and tints

Shades of #018F76

#018F76
(1,143,118)
#01826C
(1,130,108)
#017562
(1,117,98)
#016858
(1,104,88)
#015B4E
(1,91,78)
#014E44
(1,78,68)
#01413A
(1,65,58)
#013430
(1,52,48)
#012726
(1,39,38)
#011A1C
(1,26,28)
#010D12
(1,13,18)
#000000
(0,0,0)

Tints of #018F76

#018F76
(1,143,118)
#189982
(24,153,130)
#2FA38E
(47,163,142)
#46AD9A
(70,173,154)
#5DB7A6
(93,183,166)
#74C1B2
(116,193,178)
#8BCBBE
(139,203,190)
#A2D5CA
(162,213,202)
#B9DFD6
(185,223,214)
#D0E9E2
(208,233,226)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018F76 color. Also use rgb(1,143,118) instead hex code.

Text Font Color

.myTextColor { color: #018F76; }

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

This text font color is #018F76.


Background Color

.myBgColor { background-color: #018F76; }

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

This div background color is #018F76.


Border color

.myBorderColor { border: 1px solid #018F76; }

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

This div border color is #018F76.


Opacity

.myOpacity80 { color: #018F76; opacity: 0.8; }

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

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

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

This text has shadow with #018F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018F76 on black background.


Color preview on white background

This text has color #018F76 on white background.



Black color preview on #018F76 background

This text has black color on #018F76 background.


White color preview on #018F76 background

This text has white color on #018F76 background.