COLOR #5DC4B1

HEX: #5DC4B1
RGB: (93,196,177)

Color info

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

RGB color model

#5DC4B1 color RGB value is (93,196,177).

  • red value is 93;
  • green value is 196;
  • blue value is 177.
RGB:
(93,196,177)
(36%,77%,69%)

RGB channels and saturation

R 93 of 255 = 36%
G 196 of 255 = 77%
B 177 of 255 = 69%

93
196
177

R + G + B ~ 61%. #5DC4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 196 + 177 = 466 (100%)
R 93 of 466 ~ 19.96%
G 196 of 466 ~ 42.06%
B 177 of 466 ~ 37.98%

%19.96
%42.06
%37.98

CMYK color model

#5DC4B1 color CMYK value is (53,0,10,23).

  • cyan value is 52.55%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(53,0,10,23)
C53M0Y10K23 
(53%,0%,10%,23%)
(0.53/0.00/0.10/0.23)	

CMYK percentages

%52.55
%0
%9.69
%23.14

Codes

Color #5DC4B1 in popluar color models

5DC4B1
RGB93196177
HSL169°46.61%56.67%
HSB/HSV169°52.55%76.86%
CMYK52.55%0.00%9.69%
23.14%

Color #5DC4B1 in popluar number systems.

HEX5DC4B1
Decimal93196177
Binary10111011100010010110001
Octal135304261

Shades and tints

Shades of #5DC4B1

#5DC4B1
(93,196,177)
#55B3A1
(85,179,161)
#4DA291
(77,162,145)
#459181
(69,145,129)
#3D8071
(61,128,113)
#356F61
(53,111,97)
#2D5E51
(45,94,81)
#254D41
(37,77,65)
#1D3C31
(29,60,49)
#152B21
(21,43,33)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #5DC4B1

#5DC4B1
(93,196,177)
#6BC9B8
(107,201,184)
#79CEBF
(121,206,191)
#87D3C6
(135,211,198)
#95D8CD
(149,216,205)
#A3DDD4
(163,221,212)
#B1E2DB
(177,226,219)
#BFE7E2
(191,231,226)
#CDECE9
(205,236,233)
#DBF1F0
(219,241,240)
#E9F6F7
(233,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC4B1 color. Also use rgb(93,196,177) instead hex code.

Text Font Color

.myTextColor { color: #5DC4B1; }

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

This text font color is #5DC4B1.


Background Color

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

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

This div background color is #5DC4B1.


Border color

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

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

This div border color is #5DC4B1.


Opacity

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

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

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

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

This text has shadow with #5DC4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC4B1 on black background.


Color preview on white background

This text has color #5DC4B1 on white background.



Black color preview on #5DC4B1 background

This text has black color on #5DC4B1 background.


White color preview on #5DC4B1 background

This text has white color on #5DC4B1 background.