COLOR #51A095

HEX: #51A095
RGB: (81,160,149)

Color info

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

RGB color model

#51A095 color RGB value is (81,160,149).

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

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 149 of 255 = 58%

81
160
149

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

Portions of RGB colors in percentages

R + G + B =
81 + 160 + 149 = 390 (100%)
R 81 of 390 ~ 20.77%
G 160 of 390 ~ 41.03%
B 149 of 390 ~ 38.21%

%20.77
%41.03
%38.21

CMYK color model

#51A095 color CMYK value is (49,0,7,37).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(49,0,7,37)
C49M0Y7K37 
(49%,0%,7%,37%)
(0.49/0.00/0.07/0.37)	

CMYK percentages

%49.38
%0
%6.87
%37.25

Codes

Color #51A095 in popluar color models

51A095
RGB81160149
HSL172°32.78%47.25%
HSB/HSV172°49.38%62.75%
CMYK49.38%0.00%6.87%
37.25%

Color #51A095 in popluar number systems.

HEX51A095
Decimal81160149
Binary10100011010000010010101
Octal121240225

Shades and tints

Shades of #51A095

#51A095
(81,160,149)
#4A9288
(74,146,136)
#43847B
(67,132,123)
#3C766E
(60,118,110)
#356861
(53,104,97)
#2E5A54
(46,90,84)
#274C47
(39,76,71)
#203E3A
(32,62,58)
#19302D
(25,48,45)
#122220
(18,34,32)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #51A095

#51A095
(81,160,149)
#60A89E
(96,168,158)
#6FB0A7
(111,176,167)
#7EB8B0
(126,184,176)
#8DC0B9
(141,192,185)
#9CC8C2
(156,200,194)
#ABD0CB
(171,208,203)
#BAD8D4
(186,216,212)
#C9E0DD
(201,224,221)
#D8E8E6
(216,232,230)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A095; }

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

This text font color is #51A095.


Background Color

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

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

This div background color is #51A095.


Border color

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

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

This div border color is #51A095.


Opacity

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

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

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

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

This text has shadow with #51A095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A095 on black background.


Color preview on white background

This text has color #51A095 on white background.



Black color preview on #51A095 background

This text has black color on #51A095 background.


White color preview on #51A095 background

This text has white color on #51A095 background.