COLOR #5DF6D9

HEX: #5DF6D9
RGB: (93,246,217)

Color info

#5DF6D9 contains mainly green and blue colors. Web safe color of #5DF6D9 is #66FFCC (or #6FC).

RGB color model

#5DF6D9 color RGB value is (93,246,217).

  • red value is 93;
  • green value is 246;
  • blue value is 217.
RGB:
(93,246,217)
(36%,96%,85%)

RGB channels and saturation

R 93 of 255 = 36%
G 246 of 255 = 96%
B 217 of 255 = 85%

93
246
217

R + G + B ~ 72%. #5DF6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 246 + 217 = 556 (100%)
R 93 of 556 ~ 16.73%
G 246 of 556 ~ 44.24%
B 217 of 556 ~ 39.03%

%16.73
%44.24
%39.03

CMYK color model

#5DF6D9 color CMYK value is (62,0,12,4).

  • cyan value is 62.20%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 3.53%
CMYK:
(62,0,12,4)
C62M0Y12K4 
(62%,0%,12%,4%)
(0.62/0.00/0.12/0.04)	

CMYK percentages

%62.2
%0
%11.79
%3.53

Codes

Color #5DF6D9 in popluar color models

5DF6D9
RGB93246217
HSL169°89.47%66.47%
HSB/HSV169°62.20%96.47%
CMYK62.20%0.00%11.79%
3.53%

Color #5DF6D9 in popluar number systems.

HEX5DF6D9
Decimal93246217
Binary10111011111011011011001
Octal135366331

Shades and tints

Shades of #5DF6D9

#5DF6D9
(93,246,217)
#55E0C6
(85,224,198)
#4DCAB3
(77,202,179)
#45B4A0
(69,180,160)
#3D9E8D
(61,158,141)
#35887A
(53,136,122)
#2D7267
(45,114,103)
#255C54
(37,92,84)
#1D4641
(29,70,65)
#15302E
(21,48,46)
#0D1A1B
(13,26,27)
#000000
(0,0,0)

Tints of #5DF6D9

#5DF6D9
(93,246,217)
#6BF6DC
(107,246,220)
#79F6DF
(121,246,223)
#87F6E2
(135,246,226)
#95F6E5
(149,246,229)
#A3F6E8
(163,246,232)
#B1F6EB
(177,246,235)
#BFF6EE
(191,246,238)
#CDF6F1
(205,246,241)
#DBF6F4
(219,246,244)
#E9F6F7
(233,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DF6D9 color. Also use rgb(93,246,217) instead hex code.

Text Font Color

.myTextColor { color: #5DF6D9; }

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

This text font color is #5DF6D9.


Background Color

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

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

This div background color is #5DF6D9.


Border color

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

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

This div border color is #5DF6D9.


Opacity

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

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

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

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

This text has shadow with #5DF6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DF6D9 on black background.


Color preview on white background

This text has color #5DF6D9 on white background.



Black color preview on #5DF6D9 background

This text has black color on #5DF6D9 background.


White color preview on #5DF6D9 background

This text has white color on #5DF6D9 background.