COLOR #019D81

HEX: #019D81
RGB: (1,157,129)

Color info

#019D81 contains mainly green and blue colors. Web safe color of #019D81 is #009999 (or #099).

RGB color model

#019D81 color RGB value is (1,157,129).

  • red value is 1;
  • green value is 157;
  • blue value is 129.
RGB:
(1,157,129)
(0%,62%,51%)

RGB channels and saturation

R 1 of 255 = 0%
G 157 of 255 = 62%
B 129 of 255 = 51%

1
157
129

R + G + B ~ 38%. #019D81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 157 + 129 = 287 (100%)
R 1 of 287 ~ 0.35%
G 157 of 287 ~ 54.7%
B 129 of 287 ~ 44.95%

%54.7
%44.95

CMYK color model

#019D81 color CMYK value is (99,0,18,38).

  • cyan value is 99.36%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 38.43%
CMYK:
(99,0,18,38)
C99M0Y18K38 
(99%,0%,18%,38%)
(0.99/0.00/0.18/0.38)	

CMYK percentages

%99.36
%0
%17.83
%38.43

Codes

Color #019D81 in popluar color models

019D81
RGB1157129
HSL169°98.73%30.98%
HSB/HSV169°99.36%61.57%
CMYK99.36%0.00%17.83%
38.43%

Color #019D81 in popluar number systems.

HEX019D81
Decimal1157129
Binary11001110110000001
Octal1235201

Shades and tints

Shades of #019D81

#019D81
(1,157,129)
#018F76
(1,143,118)
#01816B
(1,129,107)
#017360
(1,115,96)
#016555
(1,101,85)
#01574A
(1,87,74)
#01493F
(1,73,63)
#013B34
(1,59,52)
#012D29
(1,45,41)
#011F1E
(1,31,30)
#011113
(1,17,19)
#000000
(0,0,0)

Tints of #019D81

#019D81
(1,157,129)
#18A58C
(24,165,140)
#2FAD97
(47,173,151)
#46B5A2
(70,181,162)
#5DBDAD
(93,189,173)
#74C5B8
(116,197,184)
#8BCDC3
(139,205,195)
#A2D5CE
(162,213,206)
#B9DDD9
(185,221,217)
#D0E5E4
(208,229,228)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #019D81 color. Also use rgb(1,157,129) instead hex code.

Text Font Color

.myTextColor { color: #019D81; }

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

This text font color is #019D81.


Background Color

.myBgColor { background-color: #019D81; }

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

This div background color is #019D81.


Border color

.myBorderColor { border: 1px solid #019D81; }

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

This div border color is #019D81.


Opacity

.myOpacity80 { color: #019D81; opacity: 0.8; }

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

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

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

This text has shadow with #019D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #019D81 on black background.


Color preview on white background

This text has color #019D81 on white background.



Black color preview on #019D81 background

This text has black color on #019D81 background.


White color preview on #019D81 background

This text has white color on #019D81 background.