COLOR #51EEA6

HEX: #51EEA6 RGB: (81,238,166)

Color info

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

RGB color model

#51EEA6 color RGB value is (81,238,166).

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

RGB channels and saturation

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

81
238
166

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

Portions of RGB colors in percentages

R + G + B = 81 + 238 + 166 = 485 (100%)
R 81 of 485 ~ 16.7%
G 238 of 485 ~ 49.07%
B 166 of 485 ~ 34.23'%

%16.7
%49.07
%34.23

CMYK color model

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

  • cyan value is 65.97%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 6.67%

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

CMYK percentages

%65.97
%0
%30.25
%6.67

Codes

Color #51EEA6 in popluar color models

51 EE A6
RGB 81 238 166
HSL 152° 82.20% 62.55%
HSB/HSV 152° 65.97% 93.33%
CMYK 65.97% 0.00% 30.25%
6.67%

Color #51EEA6 in popluar number systems.

HEX 51 EE A6
Decimal 81 238 166
Binary 1010001 11101110 10100110
Octal 121 356 246

Shades and tints

Shades of #51EEA6

#51EEA6
(81,238,166)
#4AD997
(74,217,151)
#43C488
(67,196,136)
#3CAF79
(60,175,121)
#359A6A
(53,154,106)
#2E855B
(46,133,91)
#27704C
(39,112,76)
#205B3D
(32,91,61)
#19462E
(25,70,46)
#12311F
(18,49,31)
#0B1C10
(11,28,16)
#000000
(0,0,0)

Tints of #51EEA6

#51EEA6
(81,238,166)
#60EFAE
(96,239,174)
#6FF0B6
(111,240,182)
#7EF1BE
(126,241,190)
#8DF2C6
(141,242,198)
#9CF3CE
(156,243,206)
#ABF4D6
(171,244,214)
#BAF5DE
(186,245,222)
#C9F6E6
(201,246,230)
#D8F7EE
(216,247,238)
#E7F8F6
(231,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51EEA6; }

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

This text font color is #51EEA6.

Background Color

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

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

This div background color is #51EEA6.

Border color

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

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

This div border color is #51EEA6.

Opacity

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

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

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

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

This text has shadow with #51EEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51EEA6.

Preview

Color preview on black background

This text has color #51EEA6 on black background.


Color preview on white background

This text has color #51EEA6 on white background.


Black color preview on #51EEA6 background

This text has black color on #51EEA6 background.


White color preview on #51EEA6 background

This text has white color on #51EEA6 background.


Related colors

Complementary color

Complementary color for #hex is #AE1159.


I love getcolorcode.com

Triadic colors

1 #A651EE and #EEA651 with #51EEA6 are triadic colors.

2 #A6EE51 and #EE51A6 with #51EEA6 are triadic colors.