COLOR #51A0AA

HEX: #51A0AA
RGB: (81,160,170)

Color info

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

RGB color model

#51A0AA color RGB value is (81,160,170).

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

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 170 of 255 = 67%

81
160
170

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

Portions of RGB colors in percentages

R + G + B =
81 + 160 + 170 = 411 (100%)
R 81 of 411 ~ 19.71%
G 160 of 411 ~ 38.93%
B 170 of 411 ~ 41.36%

%19.71
%38.93
%41.36

CMYK color model

#51A0AA color CMYK value is (52,6,0,33).

  • cyan value is 52.35%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(52,6,0,33)
C52M6Y0K33 
(52%,6%,0%,33%)
(0.52/0.06/0.00/0.33)	

CMYK percentages

%52.35
%5.88
%0
%33.33

Codes

Color #51A0AA in popluar color models

51A0AA
RGB81160170
HSL187°35.46%49.22%
HSB/HSV187°52.35%66.67%
CMYK52.35%5.88%0.00%
33.33%

Color #51A0AA in popluar number systems.

HEX51A0AA
Decimal81160170
Binary10100011010000010101010
Octal121240252

Shades and tints

Shades of #51A0AA

#51A0AA
(81,160,170)
#4A929B
(74,146,155)
#43848C
(67,132,140)
#3C767D
(60,118,125)
#35686E
(53,104,110)
#2E5A5F
(46,90,95)
#274C50
(39,76,80)
#203E41
(32,62,65)
#193032
(25,48,50)
#122223
(18,34,35)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #51A0AA

#51A0AA
(81,160,170)
#60A8B1
(96,168,177)
#6FB0B8
(111,176,184)
#7EB8BF
(126,184,191)
#8DC0C6
(141,192,198)
#9CC8CD
(156,200,205)
#ABD0D4
(171,208,212)
#BAD8DB
(186,216,219)
#C9E0E2
(201,224,226)
#D8E8E9
(216,232,233)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A0AA; }

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

This text font color is #51A0AA.


Background Color

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

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

This div background color is #51A0AA.


Border color

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

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

This div border color is #51A0AA.


Opacity

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

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

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

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

This text has shadow with #51A0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A0AA on black background.


Color preview on white background

This text has color #51A0AA on white background.



Black color preview on #51A0AA background

This text has black color on #51A0AA background.


White color preview on #51A0AA background

This text has white color on #51A0AA background.