COLOR #519E8F

HEX: #519E8F
RGB: (81,158,143)

Color info

#519E8F contains mainly green and blue colors. Web safe color of #519E8F is #669999 (or #699).

RGB color model

#519E8F color RGB value is (81,158,143).

  • red value is 81;
  • green value is 158;
  • blue value is 143.
RGB:
(81,158,143)
(32%,62%,56%)

RGB channels and saturation

R 81 of 255 = 32%
G 158 of 255 = 62%
B 143 of 255 = 56%

81
158
143

R + G + B ~ 50%. #519E8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 158 + 143 = 382 (100%)
R 81 of 382 ~ 21.2%
G 158 of 382 ~ 41.36%
B 143 of 382 ~ 37.43%

%21.2
%41.36
%37.43

CMYK color model

#519E8F color CMYK value is (49,0,9,38).

  • cyan value is 48.73%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 38.04%
CMYK:
(49,0,9,38)
C49M0Y9K38 
(49%,0%,9%,38%)
(0.49/0.00/0.09/0.38)	

CMYK percentages

%48.73
%0
%9.49
%38.04

Codes

Color #519E8F in popluar color models

519E8F
RGB81158143
HSL168°32.22%46.86%
HSB/HSV168°48.73%61.96%
CMYK48.73%0.00%9.49%
38.04%

Color #519E8F in popluar number systems.

HEX519E8F
Decimal81158143
Binary10100011001111010001111
Octal121236217

Shades and tints

Shades of #519E8F

#519E8F
(81,158,143)
#4A9082
(74,144,130)
#438275
(67,130,117)
#3C7468
(60,116,104)
#35665B
(53,102,91)
#2E584E
(46,88,78)
#274A41
(39,74,65)
#203C34
(32,60,52)
#192E27
(25,46,39)
#12201A
(18,32,26)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #519E8F

#519E8F
(81,158,143)
#60A699
(96,166,153)
#6FAEA3
(111,174,163)
#7EB6AD
(126,182,173)
#8DBEB7
(141,190,183)
#9CC6C1
(156,198,193)
#ABCECB
(171,206,203)
#BAD6D5
(186,214,213)
#C9DEDF
(201,222,223)
#D8E6E9
(216,230,233)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519E8F color. Also use rgb(81,158,143) instead hex code.

Text Font Color

.myTextColor { color: #519E8F; }

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

This text font color is #519E8F.


Background Color

.myBgColor { background-color: #519E8F; }

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

This div background color is #519E8F.


Border color

.myBorderColor { border: 1px solid #519E8F; }

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

This div border color is #519E8F.


Opacity

.myOpacity80 { color: #519E8F; opacity: 0.8; }

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

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

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

This text has shadow with #519E8F color.

.textShadow {text-shadow: 3px 3px 1px #519E8F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519E8F on black background.


Color preview on white background

This text has color #519E8F on white background.



Black color preview on #519E8F background

This text has black color on #519E8F background.


White color preview on #519E8F background

This text has white color on #519E8F background.