COLOR #51E1C5

HEX: #51E1C5
RGB: (81,225,197)

Color info

#51E1C5 contains mainly green and blue colors. Web safe color of #51E1C5 is #66CCCC (or #6CC).

RGB color model

#51E1C5 color RGB value is (81,225,197).

  • red value is 81;
  • green value is 225;
  • blue value is 197.
RGB:
(81,225,197)
(32%,88%,77%)

RGB channels and saturation

R 81 of 255 = 32%
G 225 of 255 = 88%
B 197 of 255 = 77%

81
225
197

R + G + B ~ 66%. #51E1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 225 + 197 = 503 (100%)
R 81 of 503 ~ 16.1%
G 225 of 503 ~ 44.73%
B 197 of 503 ~ 39.17%

%16.1
%44.73
%39.17

CMYK color model

#51E1C5 color CMYK value is (64,0,12,12).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 11.76%
CMYK:
(64,0,12,12)
C64M0Y12K12 
(64%,0%,12%,12%)
(0.64/0.00/0.12/0.12)	

CMYK percentages

%64
%0
%12.44
%11.76

Codes

Color #51E1C5 in popluar color models

51E1C5
RGB81225197
HSL168°70.59%60.00%
HSB/HSV168°64.00%88.24%
CMYK64.00%0.00%12.44%
11.76%

Color #51E1C5 in popluar number systems.

HEX51E1C5
Decimal81225197
Binary10100011110000111000101
Octal121341305

Shades and tints

Shades of #51E1C5

#51E1C5
(81,225,197)
#4ACDB4
(74,205,180)
#43B9A3
(67,185,163)
#3CA592
(60,165,146)
#359181
(53,145,129)
#2E7D70
(46,125,112)
#27695F
(39,105,95)
#20554E
(32,85,78)
#19413D
(25,65,61)
#122D2C
(18,45,44)
#0B191B
(11,25,27)
#000000
(0,0,0)

Tints of #51E1C5

#51E1C5
(81,225,197)
#60E3CA
(96,227,202)
#6FE5CF
(111,229,207)
#7EE7D4
(126,231,212)
#8DE9D9
(141,233,217)
#9CEBDE
(156,235,222)
#ABEDE3
(171,237,227)
#BAEFE8
(186,239,232)
#C9F1ED
(201,241,237)
#D8F3F2
(216,243,242)
#E7F5F7
(231,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51E1C5 color. Also use rgb(81,225,197) instead hex code.

Text Font Color

.myTextColor { color: #51E1C5; }

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

This text font color is #51E1C5.


Background Color

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

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

This div background color is #51E1C5.


Border color

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

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

This div border color is #51E1C5.


Opacity

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

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

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

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

This text has shadow with #51E1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51E1C5 on black background.


Color preview on white background

This text has color #51E1C5 on white background.



Black color preview on #51E1C5 background

This text has black color on #51E1C5 background.


White color preview on #51E1C5 background

This text has white color on #51E1C5 background.