COLOR #51ECA6

HEX: #51ECA6 RGB: (81,236,166)

Color info

#51ECA6 contains mainly green color. Web safe color of #51ECA6 is #66FF99 (or #6F9).

RGB color model

#51ECA6 color RGB value is (81,236,166).

RGB: (81,236,166) (32%, 93%, 65%)

RGB channels and saturation

R 81 of 255 = 32%
G 236 of 255 = 93%
B 166 of 255 = 65%

81
236
166

R + G + B ~ 63%. #51ECA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 81 + 236 + 166 = 483 (100%)
R 81 of 483 ~ 16.77%
G 236 of 483 ~ 48.86%
B 166 of 483 ~ 34.37'%

%16.77
%48.86
%34.37

CMYK color model

#51ECA6 color CMYK value is (66,0,30,7).

  • cyan value is 65.68%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 7.45%

CMYK: (66,0,30,7)
C66M0Y30K7 (66%, 0%, 30%, 7%)
(0.66 / 0.00 / 0.30 / 0.07)

CMYK percentages

%65.68
%0
%29.66
%7.45

Codes

Color #51ECA6 in popluar color models

51 EC A6
RGB 81 236 166
HSL 153° 80.31% 62.16%
HSB/HSV 153° 65.68% 92.55%
CMYK 65.68% 0.00% 29.66%
7.45%

Color #51ECA6 in popluar number systems.

HEX 51 EC A6
Decimal 81 236 166
Binary 1010001 11101100 10100110
Octal 121 354 246

Shades and tints

Shades of #51ECA6

#51ECA6
(81,236,166)
#4AD797
(74,215,151)
#43C288
(67,194,136)
#3CAD79
(60,173,121)
#35986A
(53,152,106)
#2E835B
(46,131,91)
#276E4C
(39,110,76)
#20593D
(32,89,61)
#19442E
(25,68,46)
#122F1F
(18,47,31)
#0B1A10
(11,26,16)
#000000
(0,0,0)

Tints of #51ECA6

#51ECA6
(81,236,166)
#60EDAE
(96,237,174)
#6FEEB6
(111,238,182)
#7EEFBE
(126,239,190)
#8DF0C6
(141,240,198)
#9CF1CE
(156,241,206)
#ABF2D6
(171,242,214)
#BAF3DE
(186,243,222)
#C9F4E6
(201,244,230)
#D8F5EE
(216,245,238)
#E7F6F6
(231,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51ECA6; }

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

This text font color is #51ECA6.

Background Color

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

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

This div background color is #51ECA6.

Border color

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

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

This div border color is #51ECA6.

Opacity

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

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

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

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

This text has shadow with #51ECA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51ECA6.

Preview

Color preview on black background

This text has color #51ECA6 on black background.


Color preview on white background

This text has color #51ECA6 on white background.


Black color preview on #51ECA6 background

This text has black color on #51ECA6 background.


White color preview on #51ECA6 background

This text has white color on #51ECA6 background.


Related colors

Complementary color

Complementary color for #hex is #AE1359.


I love getcolorcode.com

Triadic colors

1 #A651EC and #ECA651 with #51ECA6 are triadic colors.

2 #A6EC51 and #EC51A6 with #51ECA6 are triadic colors.