COLOR #5DDEB2

HEX: #5DDEB2
RGB: (93,222,178)

Color info

#5DDEB2 contains mainly green and blue colors. Web safe color of #5DDEB2 is #66CC99 (or #6C9).

RGB color model

#5DDEB2 color RGB value is (93,222,178).

  • red value is 93;
  • green value is 222;
  • blue value is 178.
RGB:
(93,222,178)
(36%,87%,70%)

RGB channels and saturation

R 93 of 255 = 36%
G 222 of 255 = 87%
B 178 of 255 = 70%

93
222
178

R + G + B ~ 64%. #5DDEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 222 + 178 = 493 (100%)
R 93 of 493 ~ 18.86%
G 222 of 493 ~ 45.03%
B 178 of 493 ~ 36.11%

%18.86
%45.03
%36.11

CMYK color model

#5DDEB2 color CMYK value is (58,0,20,13).

  • cyan value is 58.11%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(58,0,20,13)
C58M0Y20K13 
(58%,0%,20%,13%)
(0.58/0.00/0.20/0.13)	

CMYK percentages

%58.11
%0
%19.82
%12.94

Codes

Color #5DDEB2 in popluar color models

5DDEB2
RGB93222178
HSL160°66.15%61.76%
HSB/HSV160°58.11%87.06%
CMYK58.11%0.00%19.82%
12.94%

Color #5DDEB2 in popluar number systems.

HEX5DDEB2
Decimal93222178
Binary10111011101111010110010
Octal135336262

Shades and tints

Shades of #5DDEB2

#5DDEB2
(93,222,178)
#55CAA2
(85,202,162)
#4DB692
(77,182,146)
#45A282
(69,162,130)
#3D8E72
(61,142,114)
#357A62
(53,122,98)
#2D6652
(45,102,82)
#255242
(37,82,66)
#1D3E32
(29,62,50)
#152A22
(21,42,34)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #5DDEB2

#5DDEB2
(93,222,178)
#6BE1B9
(107,225,185)
#79E4C0
(121,228,192)
#87E7C7
(135,231,199)
#95EACE
(149,234,206)
#A3EDD5
(163,237,213)
#B1F0DC
(177,240,220)
#BFF3E3
(191,243,227)
#CDF6EA
(205,246,234)
#DBF9F1
(219,249,241)
#E9FCF8
(233,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DDEB2 color. Also use rgb(93,222,178) instead hex code.

Text Font Color

.myTextColor { color: #5DDEB2; }

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

This text font color is #5DDEB2.


Background Color

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

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

This div background color is #5DDEB2.


Border color

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

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

This div border color is #5DDEB2.


Opacity

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

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

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

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

This text has shadow with #5DDEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DDEB2 on black background.


Color preview on white background

This text has color #5DDEB2 on white background.



Black color preview on #5DDEB2 background

This text has black color on #5DDEB2 background.


White color preview on #5DDEB2 background

This text has white color on #5DDEB2 background.