COLOR #51A08F

HEX: #51A08F
RGB: (81,160,143)

Color info

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

RGB color model

#51A08F color RGB value is (81,160,143).

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

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 143 of 255 = 56%

81
160
143

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

Portions of RGB colors in percentages

R + G + B =
81 + 160 + 143 = 384 (100%)
R 81 of 384 ~ 21.09%
G 160 of 384 ~ 41.67%
B 143 of 384 ~ 37.24%

%21.09
%41.67
%37.24

CMYK color model

#51A08F color CMYK value is (49,0,11,37).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(49,0,11,37)
C49M0Y11K37 
(49%,0%,11%,37%)
(0.49/0.00/0.11/0.37)	

CMYK percentages

%49.38
%0
%10.63
%37.25

Codes

Color #51A08F in popluar color models

51A08F
RGB81160143
HSL167°32.78%47.25%
HSB/HSV167°49.38%62.75%
CMYK49.38%0.00%10.63%
37.25%

Color #51A08F in popluar number systems.

HEX51A08F
Decimal81160143
Binary10100011010000010001111
Octal121240217

Shades and tints

Shades of #51A08F

#51A08F
(81,160,143)
#4A9282
(74,146,130)
#438475
(67,132,117)
#3C7668
(60,118,104)
#35685B
(53,104,91)
#2E5A4E
(46,90,78)
#274C41
(39,76,65)
#203E34
(32,62,52)
#193027
(25,48,39)
#12221A
(18,34,26)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #51A08F

#51A08F
(81,160,143)
#60A899
(96,168,153)
#6FB0A3
(111,176,163)
#7EB8AD
(126,184,173)
#8DC0B7
(141,192,183)
#9CC8C1
(156,200,193)
#ABD0CB
(171,208,203)
#BAD8D5
(186,216,213)
#C9E0DF
(201,224,223)
#D8E8E9
(216,232,233)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A08F color. Also use rgb(81,160,143) instead hex code.

Text Font Color

.myTextColor { color: #51A08F; }

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

This text font color is #51A08F.


Background Color

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

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

This div background color is #51A08F.


Border color

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

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

This div border color is #51A08F.


Opacity

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

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

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

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

This text has shadow with #51A08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A08F on black background.


Color preview on white background

This text has color #51A08F on white background.



Black color preview on #51A08F background

This text has black color on #51A08F background.


White color preview on #51A08F background

This text has white color on #51A08F background.