COLOR #51C3A6

HEX: #51C3A6 RGB: (81,195,166)

Color info

#51C3A6 contains mainly green and blue colors. Web safe color of #51C3A6 is #66CC99 (or #6C9).

RGB color model

#51C3A6 color RGB value is (81,195,166).

RGB: (81,195,166) (32%, 76%, 65%)

RGB channels and saturation

R 81 of 255 = 32%
G 195 of 255 = 76%
B 166 of 255 = 65%

81
195
166

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

Portions of RGB colors in percentages

R + G + B = 81 + 195 + 166 = 442 (100%)
R 81 of 442 ~ 18.33%
G 195 of 442 ~ 44.12%
B 166 of 442 ~ 37.56'%

%18.33
%44.12
%37.56

CMYK color model

#51C3A6 color CMYK value is (58,0,15,24).

  • cyan value is 58.46%
  • magenta value is 0.00%
  • yellow value is 14.87%
  • key color value is 23.53%
CMYK: (58,0,15,24) C58M0Y15K24 (58%,0%,15%,24%) (0.58/0.00/0.15/0.24) 

CMYK percentages

%58.46
%0
%14.87
%23.53

Codes

Color #51C3A6 in popluar color models

51 C3 A6
RGB 81 195 166
HSL 165° 48.72% 54.12%
HSB/HSV 165° 58.46% 76.47%
CMYK 58.46% 0.00% 14.87%
23.53%

Color #51C3A6 in popluar number systems.

HEX 51 C3 A6
Decimal 81 195 166
Binary 1010001 11000011 10100110
Octal 121 303 246

Shades and tints

Shades of #51C3A6

#51C3A6
(81,195,166)
#4AB297
(74,178,151)
#43A188
(67,161,136)
#3C9079
(60,144,121)
#357F6A
(53,127,106)
#2E6E5B
(46,110,91)
#275D4C
(39,93,76)
#204C3D
(32,76,61)
#193B2E
(25,59,46)
#122A1F
(18,42,31)
#0B1910
(11,25,16)
#000000
(0,0,0)

Tints of #51C3A6

#51C3A6
(81,195,166)
#60C8AE
(96,200,174)
#6FCDB6
(111,205,182)
#7ED2BE
(126,210,190)
#8DD7C6
(141,215,198)
#9CDCCE
(156,220,206)
#ABE1D6
(171,225,214)
#BAE6DE
(186,230,222)
#C9EBE6
(201,235,230)
#D8F0EE
(216,240,238)
#E7F5F6
(231,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51C3A6 color. Also use rgb(81,195,166) instead hex code.

Text Font Color

.myTextColor { color: #51C3A6; }

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

This text font color is #51C3A6.

Background Color

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

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

This div background color is #51C3A6.

Border color

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

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

This div border color is #51C3A6.

Opacity

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

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

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

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

This text has shadow with #51C3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51C3A6.

Preview

Color preview on black background

This text has color #51C3A6 on black background.


Color preview on white background

This text has color #51C3A6 on white background.


Black color preview on #51C3A6 background

This text has black color on #51C3A6 background.


White color preview on #51C3A6 background

This text has white color on #51C3A6 background.


Related colors

Complementary color

Complementary color for #hex is #AE3C59.


I love getcolorcode.com

Triadic colors

1 #A651C3 and #C3A651 with #51C3A6 are triadic colors.

2 #A6C351 and #C351A6 with #51C3A6 are triadic colors.