COLOR #51A3AA

HEX: #51A3AA RGB: (81,163,170)

Color info

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

RGB color model

#51A3AA color RGB value is (81,163,170).

RGB: (81,163,170) (32%, 64%, 67%)

RGB channels and saturation

R 81 of 255 = 32%
G 163 of 255 = 64%
B 170 of 255 = 67%

81
163
170

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

Portions of RGB colors in percentages

R + G + B = 81 + 163 + 170 = 414 (100%)
R 81 of 414 ~ 19.57%
G 163 of 414 ~ 39.37%
B 170 of 414 ~ 41.06'%

%19.57
%39.37
%41.06

CMYK color model

#51A3AA color CMYK value is (52,4,0,33).

  • cyan value is 52.35%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (52,4,0,33)
C52M4Y0K33 (52%, 4%, 0%, 33%)
(0.52 / 0.04 / 0.00 / 0.33)

CMYK percentages

%52.35
%4.12
%0
%33.33

Codes

Color #51A3AA in popluar color models

51 A3 AA
RGB 81 163 170
HSL 185° 35.46% 49.22%
HSB/HSV 185° 52.35% 66.67%
CMYK 52.35% 4.12% 0.00%
33.33%

Color #51A3AA in popluar number systems.

HEX 51 A3 AA
Decimal 81 163 170
Binary 1010001 10100011 10101010
Octal 121 243 252

Shades and tints

Shades of #51A3AA

#51A3AA
(81,163,170)
#4A959B
(74,149,155)
#43878C
(67,135,140)
#3C797D
(60,121,125)
#356B6E
(53,107,110)
#2E5D5F
(46,93,95)
#274F50
(39,79,80)
#204141
(32,65,65)
#193332
(25,51,50)
#122523
(18,37,35)
#0B1714
(11,23,20)
#000000
(0,0,0)

Tints of #51A3AA

#51A3AA
(81,163,170)
#60ABB1
(96,171,177)
#6FB3B8
(111,179,184)
#7EBBBF
(126,187,191)
#8DC3C6
(141,195,198)
#9CCBCD
(156,203,205)
#ABD3D4
(171,211,212)
#BADBDB
(186,219,219)
#C9E3E2
(201,227,226)
#D8EBE9
(216,235,233)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A3AA; }

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

This text font color is #51A3AA.

Background Color

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

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

This div background color is #51A3AA.

Border color

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

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

This div border color is #51A3AA.

Opacity

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

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

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

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

This text has shadow with #51A3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A3AA.

Preview

Color preview on black background

This text has color #51A3AA on black background.


Color preview on white background

This text has color #51A3AA on white background.


Black color preview on #51A3AA background

This text has black color on #51A3AA background.


White color preview on #51A3AA background

This text has white color on #51A3AA background.


Related colors

Complementary color

Complementary color for #hex is #AE5C55.


I love getcolorcode.com

Triadic colors

1 #AA51A3 and #A3AA51 with #51A3AA are triadic colors.

2 #AAA351 and #A351AA with #51A3AA are triadic colors.