COLOR #51A69F

HEX: #51A69F
RGB: (81,166,159)

Color info

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

RGB color model

#51A69F color RGB value is (81,166,159).

  • red value is 81;
  • green value is 166;
  • blue value is 159.
RGB:
(81,166,159)
(32%,65%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 166 of 255 = 65%
B 159 of 255 = 62%

81
166
159

R + G + B ~ 53%. #51A69F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 166 + 159 = 406 (100%)
R 81 of 406 ~ 19.95%
G 166 of 406 ~ 40.89%
B 159 of 406 ~ 39.16%

%19.95
%40.89
%39.16

CMYK color model

#51A69F color CMYK value is (51,0,4,35).

  • cyan value is 51.20%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 34.90%
CMYK:
(51,0,4,35)
C51M0Y4K35 
(51%,0%,4%,35%)
(0.51/0.00/0.04/0.35)	

CMYK percentages

%51.2
%0
%4.22
%34.9

Codes

Color #51A69F in popluar color models

51A69F
RGB81166159
HSL175°34.41%48.43%
HSB/HSV175°51.20%65.10%
CMYK51.20%0.00%4.22%
34.90%

Color #51A69F in popluar number systems.

HEX51A69F
Decimal81166159
Binary10100011010011010011111
Octal121246237

Shades and tints

Shades of #51A69F

#51A69F
(81,166,159)
#4A9791
(74,151,145)
#438883
(67,136,131)
#3C7975
(60,121,117)
#356A67
(53,106,103)
#2E5B59
(46,91,89)
#274C4B
(39,76,75)
#203D3D
(32,61,61)
#192E2F
(25,46,47)
#121F21
(18,31,33)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #51A69F

#51A69F
(81,166,159)
#60AEA7
(96,174,167)
#6FB6AF
(111,182,175)
#7EBEB7
(126,190,183)
#8DC6BF
(141,198,191)
#9CCEC7
(156,206,199)
#ABD6CF
(171,214,207)
#BADED7
(186,222,215)
#C9E6DF
(201,230,223)
#D8EEE7
(216,238,231)
#E7F6EF
(231,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A69F color. Also use rgb(81,166,159) instead hex code.

Text Font Color

.myTextColor { color: #51A69F; }

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

This text font color is #51A69F.


Background Color

.myBgColor { background-color: #51A69F; }

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

This div background color is #51A69F.


Border color

.myBorderColor { border: 1px solid #51A69F; }

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

This div border color is #51A69F.


Opacity

.myOpacity80 { color: #51A69F; opacity: 0.8; }

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

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

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

This text has shadow with #51A69F color.

.textShadow {text-shadow: 3px 3px 1px #51A69F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A69F on black background.


Color preview on white background

This text has color #51A69F on white background.



Black color preview on #51A69F background

This text has black color on #51A69F background.


White color preview on #51A69F background

This text has white color on #51A69F background.