COLOR #5DEAD7

HEX: #5DEAD7
RGB: (93,234,215)

Color info

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

RGB color model

#5DEAD7 color RGB value is (93,234,215).

  • red value is 93;
  • green value is 234;
  • blue value is 215.
RGB:
(93,234,215)
(36%,92%,84%)

RGB channels and saturation

R 93 of 255 = 36%
G 234 of 255 = 92%
B 215 of 255 = 84%

93
234
215

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

Portions of RGB colors in percentages

R + G + B =
93 + 234 + 215 = 542 (100%)
R 93 of 542 ~ 17.16%
G 234 of 542 ~ 43.17%
B 215 of 542 ~ 39.67%

%17.16
%43.17
%39.67

CMYK color model

#5DEAD7 color CMYK value is (60,0,8,8).

  • cyan value is 60.26%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 8.24%
CMYK:
(60,0,8,8)
C60M0Y8K8 
(60%,0%,8%,8%)
(0.60/0.00/0.08/0.08)	

CMYK percentages

%60.26
%0
%8.12
%8.24

Codes

Color #5DEAD7 in popluar color models

5DEAD7
RGB93234215
HSL172°77.05%64.12%
HSB/HSV172°60.26%91.76%
CMYK60.26%0.00%8.12%
8.24%

Color #5DEAD7 in popluar number systems.

HEX5DEAD7
Decimal93234215
Binary10111011110101011010111
Octal135352327

Shades and tints

Shades of #5DEAD7

#5DEAD7
(93,234,215)
#55D5C4
(85,213,196)
#4DC0B1
(77,192,177)
#45AB9E
(69,171,158)
#3D968B
(61,150,139)
#358178
(53,129,120)
#2D6C65
(45,108,101)
#255752
(37,87,82)
#1D423F
(29,66,63)
#152D2C
(21,45,44)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #5DEAD7

#5DEAD7
(93,234,215)
#6BEBDA
(107,235,218)
#79ECDD
(121,236,221)
#87EDE0
(135,237,224)
#95EEE3
(149,238,227)
#A3EFE6
(163,239,230)
#B1F0E9
(177,240,233)
#BFF1EC
(191,241,236)
#CDF2EF
(205,242,239)
#DBF3F2
(219,243,242)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DEAD7 color. Also use rgb(93,234,215) instead hex code.

Text Font Color

.myTextColor { color: #5DEAD7; }

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

This text font color is #5DEAD7.


Background Color

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

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

This div background color is #5DEAD7.


Border color

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

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

This div border color is #5DEAD7.


Opacity

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

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

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

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

This text has shadow with #5DEAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DEAD7 on black background.


Color preview on white background

This text has color #5DEAD7 on white background.



Black color preview on #5DEAD7 background

This text has black color on #5DEAD7 background.


White color preview on #5DEAD7 background

This text has white color on #5DEAD7 background.