COLOR #5DEBB9

HEX: #5DEBB9
RGB: (93,235,185)

Color info

#5DEBB9 contains mainly green and blue colors. Web safe color of #5DEBB9 is #66FFCC (or #6FC).

RGB color model

#5DEBB9 color RGB value is (93,235,185).

  • red value is 93;
  • green value is 235;
  • blue value is 185.
RGB:
(93,235,185)
(36%,92%,73%)

RGB channels and saturation

R 93 of 255 = 36%
G 235 of 255 = 92%
B 185 of 255 = 73%

93
235
185

R + G + B ~ 67%. #5DEBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 235 + 185 = 513 (100%)
R 93 of 513 ~ 18.13%
G 235 of 513 ~ 45.81%
B 185 of 513 ~ 36.06%

%18.13
%45.81
%36.06

CMYK color model

#5DEBB9 color CMYK value is (60,0,21,8).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(60,0,21,8)
C60M0Y21K8 
(60%,0%,21%,8%)
(0.60/0.00/0.21/0.08)	

CMYK percentages

%60.43
%0
%21.28
%7.84

Codes

Color #5DEBB9 in popluar color models

5DEBB9
RGB93235185
HSL159°78.02%64.31%
HSB/HSV159°60.43%92.16%
CMYK60.43%0.00%21.28%
7.84%

Color #5DEBB9 in popluar number systems.

HEX5DEBB9
Decimal93235185
Binary10111011110101110111001
Octal135353271

Shades and tints

Shades of #5DEBB9

#5DEBB9
(93,235,185)
#55D6A9
(85,214,169)
#4DC199
(77,193,153)
#45AC89
(69,172,137)
#3D9779
(61,151,121)
#358269
(53,130,105)
#2D6D59
(45,109,89)
#255849
(37,88,73)
#1D4339
(29,67,57)
#152E29
(21,46,41)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #5DEBB9

#5DEBB9
(93,235,185)
#6BECBF
(107,236,191)
#79EDC5
(121,237,197)
#87EECB
(135,238,203)
#95EFD1
(149,239,209)
#A3F0D7
(163,240,215)
#B1F1DD
(177,241,221)
#BFF2E3
(191,242,227)
#CDF3E9
(205,243,233)
#DBF4EF
(219,244,239)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DEBB9 color. Also use rgb(93,235,185) instead hex code.

Text Font Color

.myTextColor { color: #5DEBB9; }

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

This text font color is #5DEBB9.


Background Color

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

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

This div background color is #5DEBB9.


Border color

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

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

This div border color is #5DEBB9.


Opacity

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

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

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

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

This text has shadow with #5DEBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DEBB9 on black background.


Color preview on white background

This text has color #5DEBB9 on white background.



Black color preview on #5DEBB9 background

This text has black color on #5DEBB9 background.


White color preview on #5DEBB9 background

This text has white color on #5DEBB9 background.