COLOR #51E1D3

HEX: #51E1D3
RGB: (81,225,211)

Color info

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

RGB color model

#51E1D3 color RGB value is (81,225,211).

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

RGB channels and saturation

R 81 of 255 = 32%
G 225 of 255 = 88%
B 211 of 255 = 83%

81
225
211

R + G + B ~ 68%. #51E1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 225 + 211 = 517 (100%)
R 81 of 517 ~ 15.67%
G 225 of 517 ~ 43.52%
B 211 of 517 ~ 40.81%

%15.67
%43.52
%40.81

CMYK color model

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

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 11.76%
CMYK:
(64,0,6,12)
C64M0Y6K12 
(64%,0%,6%,12%)
(0.64/0.00/0.06/0.12)	

CMYK percentages

%64
%0
%6.22
%11.76

Codes

Color #51E1D3 in popluar color models

51E1D3
RGB81225211
HSL174°70.59%60.00%
HSB/HSV174°64.00%88.24%
CMYK64.00%0.00%6.22%
11.76%

Color #51E1D3 in popluar number systems.

HEX51E1D3
Decimal81225211
Binary10100011110000111010011
Octal121341323

Shades and tints

Shades of #51E1D3

#51E1D3
(81,225,211)
#4ACDC0
(74,205,192)
#43B9AD
(67,185,173)
#3CA59A
(60,165,154)
#359187
(53,145,135)
#2E7D74
(46,125,116)
#276961
(39,105,97)
#20554E
(32,85,78)
#19413B
(25,65,59)
#122D28
(18,45,40)
#0B1915
(11,25,21)
#000000
(0,0,0)

Tints of #51E1D3

#51E1D3
(81,225,211)
#60E3D7
(96,227,215)
#6FE5DB
(111,229,219)
#7EE7DF
(126,231,223)
#8DE9E3
(141,233,227)
#9CEBE7
(156,235,231)
#ABEDEB
(171,237,235)
#BAEFEF
(186,239,239)
#C9F1F3
(201,241,243)
#D8F3F7
(216,243,247)
#E7F5FB
(231,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51E1D3; }

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

This text font color is #51E1D3.


Background Color

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

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

This div background color is #51E1D3.


Border color

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

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

This div border color is #51E1D3.


Opacity

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

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

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

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

This text has shadow with #51E1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51E1D3 on black background.


Color preview on white background

This text has color #51E1D3 on white background.



Black color preview on #51E1D3 background

This text has black color on #51E1D3 background.


White color preview on #51E1D3 background

This text has white color on #51E1D3 background.