COLOR #51AAA0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
170
160

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

Portions of RGB colors in percentages

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

%19.71
%41.36
%38.93

CMYK color model

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

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

CMYK percentages

%52.35
%0
%5.88
%33.33

Codes

Color #51AAA0 in popluar color models

51AAA0
RGB81170160
HSL173°35.46%49.22%
HSB/HSV173°52.35%66.67%
CMYK52.35%0.00%5.88%
33.33%

Color #51AAA0 in popluar number systems.

HEX51AAA0
Decimal81170160
Binary10100011010101010100000
Octal121252240

Shades and tints

Shades of #51AAA0

#51AAA0
(81,170,160)
#4A9B92
(74,155,146)
#438C84
(67,140,132)
#3C7D76
(60,125,118)
#356E68
(53,110,104)
#2E5F5A
(46,95,90)
#27504C
(39,80,76)
#20413E
(32,65,62)
#193230
(25,50,48)
#122322
(18,35,34)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #51AAA0

#51AAA0
(81,170,160)
#60B1A8
(96,177,168)
#6FB8B0
(111,184,176)
#7EBFB8
(126,191,184)
#8DC6C0
(141,198,192)
#9CCDC8
(156,205,200)
#ABD4D0
(171,212,208)
#BADBD8
(186,219,216)
#C9E2E0
(201,226,224)
#D8E9E8
(216,233,232)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51AAA0; }

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

This text font color is #51AAA0.


Background Color

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

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

This div background color is #51AAA0.


Border color

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

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

This div border color is #51AAA0.


Opacity

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

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

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

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

This text has shadow with #51AAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AAA0 on black background.


Color preview on white background

This text has color #51AAA0 on white background.



Black color preview on #51AAA0 background

This text has black color on #51AAA0 background.


White color preview on #51AAA0 background

This text has white color on #51AAA0 background.