COLOR #5DE2C7

HEX: #5DE2C7
RGB: (93,226,199)

Color info

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

RGB color model

#5DE2C7 color RGB value is (93,226,199).

  • red value is 93;
  • green value is 226;
  • blue value is 199.
RGB:
(93,226,199)
(36%,89%,78%)

RGB channels and saturation

R 93 of 255 = 36%
G 226 of 255 = 89%
B 199 of 255 = 78%

93
226
199

R + G + B ~ 68%. #5DE2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 226 + 199 = 518 (100%)
R 93 of 518 ~ 17.95%
G 226 of 518 ~ 43.63%
B 199 of 518 ~ 38.42%

%17.95
%43.63
%38.42

CMYK color model

#5DE2C7 color CMYK value is (59,0,12,11).

  • cyan value is 58.85%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK:
(59,0,12,11)
C59M0Y12K11 
(59%,0%,12%,11%)
(0.59/0.00/0.12/0.11)	

CMYK percentages

%58.85
%0
%11.95
%11.37

Codes

Color #5DE2C7 in popluar color models

5DE2C7
RGB93226199
HSL168°69.63%62.55%
HSB/HSV168°58.85%88.63%
CMYK58.85%0.00%11.95%
11.37%

Color #5DE2C7 in popluar number systems.

HEX5DE2C7
Decimal93226199
Binary10111011110001011000111
Octal135342307

Shades and tints

Shades of #5DE2C7

#5DE2C7
(93,226,199)
#55CEB5
(85,206,181)
#4DBAA3
(77,186,163)
#45A691
(69,166,145)
#3D927F
(61,146,127)
#357E6D
(53,126,109)
#2D6A5B
(45,106,91)
#255649
(37,86,73)
#1D4237
(29,66,55)
#152E25
(21,46,37)
#0D1A13
(13,26,19)
#000000
(0,0,0)

Tints of #5DE2C7

#5DE2C7
(93,226,199)
#6BE4CC
(107,228,204)
#79E6D1
(121,230,209)
#87E8D6
(135,232,214)
#95EADB
(149,234,219)
#A3ECE0
(163,236,224)
#B1EEE5
(177,238,229)
#BFF0EA
(191,240,234)
#CDF2EF
(205,242,239)
#DBF4F4
(219,244,244)
#E9F6F9
(233,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE2C7 color. Also use rgb(93,226,199) instead hex code.

Text Font Color

.myTextColor { color: #5DE2C7; }

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

This text font color is #5DE2C7.


Background Color

.myBgColor { background-color: #5DE2C7; }

<div style="background-color:#5DE2C7">Inner text</div>

This div background color is #5DE2C7.


Border color

.myBorderColor { border: 1px solid #5DE2C7; }

<div style="border:3px solid #5DE2C7">Div</div>

This div border color is #5DE2C7.


Opacity

.myOpacity80 { color: #5DE2C7; opacity: 0.8; }

<p style="color:#5DE2C7;opacity:0.8;">80%</p>

Text with #5DE2C7 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 #5DE2C7;}

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

This text has shadow with #5DE2C7 color.

.textShadow {text-shadow: 3px 3px 1px #5DE2C7, 3px 3px 1px red;}

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

This text has shadow with #5DE2C7 primary color and red secondary color.


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

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

This text has shadow with #5DE2C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE2C7 on black background.


Color preview on white background

This text has color #5DE2C7 on white background.



Black color preview on #5DE2C7 background

This text has black color on #5DE2C7 background.


White color preview on #5DE2C7 background

This text has white color on #5DE2C7 background.