COLOR #51A29A

HEX: #51A29A
RGB: (81,162,154)

Color info

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

RGB color model

#51A29A color RGB value is (81,162,154).

  • red value is 81;
  • green value is 162;
  • blue value is 154.
RGB:
(81,162,154)
(32%,64%,60%)

RGB channels and saturation

R 81 of 255 = 32%
G 162 of 255 = 64%
B 154 of 255 = 60%

81
162
154

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

Portions of RGB colors in percentages

R + G + B =
81 + 162 + 154 = 397 (100%)
R 81 of 397 ~ 20.4%
G 162 of 397 ~ 40.81%
B 154 of 397 ~ 38.79%

%20.4
%40.81
%38.79

CMYK color model

#51A29A color CMYK value is (50,0,5,36).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 36.47%
CMYK:
(50,0,5,36)
C50M0Y5K36 
(50%,0%,5%,36%)
(0.50/0.00/0.05/0.36)	

CMYK percentages

%50
%0
%4.94
%36.47

Codes

Color #51A29A in popluar color models

51A29A
RGB81162154
HSL174°33.33%47.65%
HSB/HSV174°50.00%63.53%
CMYK50.00%0.00%4.94%
36.47%

Color #51A29A in popluar number systems.

HEX51A29A
Decimal81162154
Binary10100011010001010011010
Octal121242232

Shades and tints

Shades of #51A29A

#51A29A
(81,162,154)
#4A948C
(74,148,140)
#43867E
(67,134,126)
#3C7870
(60,120,112)
#356A62
(53,106,98)
#2E5C54
(46,92,84)
#274E46
(39,78,70)
#204038
(32,64,56)
#19322A
(25,50,42)
#12241C
(18,36,28)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #51A29A

#51A29A
(81,162,154)
#60AAA3
(96,170,163)
#6FB2AC
(111,178,172)
#7EBAB5
(126,186,181)
#8DC2BE
(141,194,190)
#9CCAC7
(156,202,199)
#ABD2D0
(171,210,208)
#BADAD9
(186,218,217)
#C9E2E2
(201,226,226)
#D8EAEB
(216,234,235)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A29A color. Also use rgb(81,162,154) instead hex code.

Text Font Color

.myTextColor { color: #51A29A; }

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

This text font color is #51A29A.


Background Color

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

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

This div background color is #51A29A.


Border color

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

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

This div border color is #51A29A.


Opacity

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

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

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

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

This text has shadow with #51A29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A29A on black background.


Color preview on white background

This text has color #51A29A on white background.



Black color preview on #51A29A background

This text has black color on #51A29A background.


White color preview on #51A29A background

This text has white color on #51A29A background.