COLOR #5DEED9

HEX: #5DEED9
RGB: (93,238,217)

Color info

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

RGB color model

#5DEED9 color RGB value is (93,238,217).

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

RGB channels and saturation

R 93 of 255 = 36%
G 238 of 255 = 93%
B 217 of 255 = 85%

93
238
217

R + G + B ~ 71%. #5DEED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 238 + 217 = 548 (100%)
R 93 of 548 ~ 16.97%
G 238 of 548 ~ 43.43%
B 217 of 548 ~ 39.6%

%16.97
%43.43
%39.6

CMYK color model

#5DEED9 color CMYK value is (61,0,9,7).

  • cyan value is 60.92%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 6.67%
CMYK:
(61,0,9,7)
C61M0Y9K7 
(61%,0%,9%,7%)
(0.61/0.00/0.09/0.07)	

CMYK percentages

%60.92
%0
%8.82
%6.67

Codes

Color #5DEED9 in popluar color models

5DEED9
RGB93238217
HSL171°81.01%64.90%
HSB/HSV171°60.92%93.33%
CMYK60.92%0.00%8.82%
6.67%

Color #5DEED9 in popluar number systems.

HEX5DEED9
Decimal93238217
Binary10111011110111011011001
Octal135356331

Shades and tints

Shades of #5DEED9

#5DEED9
(93,238,217)
#55D9C6
(85,217,198)
#4DC4B3
(77,196,179)
#45AFA0
(69,175,160)
#3D9A8D
(61,154,141)
#35857A
(53,133,122)
#2D7067
(45,112,103)
#255B54
(37,91,84)
#1D4641
(29,70,65)
#15312E
(21,49,46)
#0D1C1B
(13,28,27)
#000000
(0,0,0)

Tints of #5DEED9

#5DEED9
(93,238,217)
#6BEFDC
(107,239,220)
#79F0DF
(121,240,223)
#87F1E2
(135,241,226)
#95F2E5
(149,242,229)
#A3F3E8
(163,243,232)
#B1F4EB
(177,244,235)
#BFF5EE
(191,245,238)
#CDF6F1
(205,246,241)
#DBF7F4
(219,247,244)
#E9F8F7
(233,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DEED9; }

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

This text font color is #5DEED9.


Background Color

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

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

This div background color is #5DEED9.


Border color

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

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

This div border color is #5DEED9.


Opacity

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

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

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

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

This text has shadow with #5DEED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DEED9 on black background.


Color preview on white background

This text has color #5DEED9 on white background.



Black color preview on #5DEED9 background

This text has black color on #5DEED9 background.


White color preview on #5DEED9 background

This text has white color on #5DEED9 background.