COLOR #5DC09C

HEX: #5DC09C
RGB: (93,192,156)

Color info

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

RGB color model

#5DC09C color RGB value is (93,192,156).

  • red value is 93;
  • green value is 192;
  • blue value is 156.
RGB:
(93,192,156)
(36%,75%,61%)

RGB channels and saturation

R 93 of 255 = 36%
G 192 of 255 = 75%
B 156 of 255 = 61%

93
192
156

R + G + B ~ 57%. #5DC09C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 192 + 156 = 441 (100%)
R 93 of 441 ~ 21.09%
G 192 of 441 ~ 43.54%
B 156 of 441 ~ 35.37%

%21.09
%43.54
%35.37

CMYK color model

#5DC09C color CMYK value is (52,0,19,25).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(52,0,19,25)
C52M0Y19K25 
(52%,0%,19%,25%)
(0.52/0.00/0.19/0.25)	

CMYK percentages

%51.56
%0
%18.75
%24.71

Codes

Color #5DC09C in popluar color models

5DC09C
RGB93192156
HSL158°44.00%55.88%
HSB/HSV158°51.56%75.29%
CMYK51.56%0.00%18.75%
24.71%

Color #5DC09C in popluar number systems.

HEX5DC09C
Decimal93192156
Binary10111011100000010011100
Octal135300234

Shades and tints

Shades of #5DC09C

#5DC09C
(93,192,156)
#55AF8E
(85,175,142)
#4D9E80
(77,158,128)
#458D72
(69,141,114)
#3D7C64
(61,124,100)
#356B56
(53,107,86)
#2D5A48
(45,90,72)
#25493A
(37,73,58)
#1D382C
(29,56,44)
#15271E
(21,39,30)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #5DC09C

#5DC09C
(93,192,156)
#6BC5A5
(107,197,165)
#79CAAE
(121,202,174)
#87CFB7
(135,207,183)
#95D4C0
(149,212,192)
#A3D9C9
(163,217,201)
#B1DED2
(177,222,210)
#BFE3DB
(191,227,219)
#CDE8E4
(205,232,228)
#DBEDED
(219,237,237)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC09C color. Also use rgb(93,192,156) instead hex code.

Text Font Color

.myTextColor { color: #5DC09C; }

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

This text font color is #5DC09C.


Background Color

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

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

This div background color is #5DC09C.


Border color

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

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

This div border color is #5DC09C.


Opacity

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

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

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

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

This text has shadow with #5DC09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC09C on black background.


Color preview on white background

This text has color #5DC09C on white background.



Black color preview on #5DC09C background

This text has black color on #5DC09C background.


White color preview on #5DC09C background

This text has white color on #5DC09C background.