COLOR #5DCBA4

HEX: #5DCBA4
RGB: (93,203,164)

Color info

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

RGB color model

#5DCBA4 color RGB value is (93,203,164).

  • red value is 93;
  • green value is 203;
  • blue value is 164.
RGB:
(93,203,164)
(36%,80%,64%)

RGB channels and saturation

R 93 of 255 = 36%
G 203 of 255 = 80%
B 164 of 255 = 64%

93
203
164

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

Portions of RGB colors in percentages

R + G + B =
93 + 203 + 164 = 460 (100%)
R 93 of 460 ~ 20.22%
G 203 of 460 ~ 44.13%
B 164 of 460 ~ 35.65%

%20.22
%44.13
%35.65

CMYK color model

#5DCBA4 color CMYK value is (54,0,19,20).

  • cyan value is 54.19%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 20.39%
CMYK:
(54,0,19,20)
C54M0Y19K20 
(54%,0%,19%,20%)
(0.54/0.00/0.19/0.20)	

CMYK percentages

%54.19
%0
%19.21
%20.39

Codes

Color #5DCBA4 in popluar color models

5DCBA4
RGB93203164
HSL159°51.40%58.04%
HSB/HSV159°54.19%79.61%
CMYK54.19%0.00%19.21%
20.39%

Color #5DCBA4 in popluar number systems.

HEX5DCBA4
Decimal93203164
Binary10111011100101110100100
Octal135313244

Shades and tints

Shades of #5DCBA4

#5DCBA4
(93,203,164)
#55B996
(85,185,150)
#4DA788
(77,167,136)
#45957A
(69,149,122)
#3D836C
(61,131,108)
#35715E
(53,113,94)
#2D5F50
(45,95,80)
#254D42
(37,77,66)
#1D3B34
(29,59,52)
#152926
(21,41,38)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #5DCBA4

#5DCBA4
(93,203,164)
#6BCFAC
(107,207,172)
#79D3B4
(121,211,180)
#87D7BC
(135,215,188)
#95DBC4
(149,219,196)
#A3DFCC
(163,223,204)
#B1E3D4
(177,227,212)
#BFE7DC
(191,231,220)
#CDEBE4
(205,235,228)
#DBEFEC
(219,239,236)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCBA4 color. Also use rgb(93,203,164) instead hex code.

Text Font Color

.myTextColor { color: #5DCBA4; }

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

This text font color is #5DCBA4.


Background Color

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

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

This div background color is #5DCBA4.


Border color

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

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

This div border color is #5DCBA4.


Opacity

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

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

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

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

This text has shadow with #5DCBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DCBA4 on black background.


Color preview on white background

This text has color #5DCBA4 on white background.



Black color preview on #5DCBA4 background

This text has black color on #5DCBA4 background.


White color preview on #5DCBA4 background

This text has white color on #5DCBA4 background.