COLOR #5DC8C3

HEX: #5DC8C3
RGB: (93,200,195)

Color info

#5DC8C3 contains mainly green and blue colors. Web safe color of #5DC8C3 is #66CCCC (or #6CC).

RGB color model

#5DC8C3 color RGB value is (93,200,195).

  • red value is 93;
  • green value is 200;
  • blue value is 195.
RGB:
(93,200,195)
(36%,78%,76%)

RGB channels and saturation

R 93 of 255 = 36%
G 200 of 255 = 78%
B 195 of 255 = 76%

93
200
195

R + G + B ~ 63%. #5DC8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 200 + 195 = 488 (100%)
R 93 of 488 ~ 19.06%
G 200 of 488 ~ 40.98%
B 195 of 488 ~ 39.96%

%19.06
%40.98
%39.96

CMYK color model

#5DC8C3 color CMYK value is (54,0,3,22).

  • cyan value is 53.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 21.57%
CMYK:
(54,0,3,22)
C54M0Y3K22 
(54%,0%,3%,22%)
(0.54/0.00/0.03/0.22)	

CMYK percentages

%53.5
%0
%2.5
%21.57

Codes

Color #5DC8C3 in popluar color models

5DC8C3
RGB93200195
HSL177°49.31%57.45%
HSB/HSV177°53.50%78.43%
CMYK53.50%0.00%2.50%
21.57%

Color #5DC8C3 in popluar number systems.

HEX5DC8C3
Decimal93200195
Binary10111011100100011000011
Octal135310303

Shades and tints

Shades of #5DC8C3

#5DC8C3
(93,200,195)
#55B6B2
(85,182,178)
#4DA4A1
(77,164,161)
#459290
(69,146,144)
#3D807F
(61,128,127)
#356E6E
(53,110,110)
#2D5C5D
(45,92,93)
#254A4C
(37,74,76)
#1D383B
(29,56,59)
#15262A
(21,38,42)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #5DC8C3

#5DC8C3
(93,200,195)
#6BCDC8
(107,205,200)
#79D2CD
(121,210,205)
#87D7D2
(135,215,210)
#95DCD7
(149,220,215)
#A3E1DC
(163,225,220)
#B1E6E1
(177,230,225)
#BFEBE6
(191,235,230)
#CDF0EB
(205,240,235)
#DBF5F0
(219,245,240)
#E9FAF5
(233,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC8C3 color. Also use rgb(93,200,195) instead hex code.

Text Font Color

.myTextColor { color: #5DC8C3; }

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

This text font color is #5DC8C3.


Background Color

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

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

This div background color is #5DC8C3.


Border color

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

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

This div border color is #5DC8C3.


Opacity

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

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

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

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

This text has shadow with #5DC8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC8C3 on black background.


Color preview on white background

This text has color #5DC8C3 on white background.



Black color preview on #5DC8C3 background

This text has black color on #5DC8C3 background.


White color preview on #5DC8C3 background

This text has white color on #5DC8C3 background.