COLOR #5DDEB6

HEX: #5DDEB6 RGB: (93,222,182)

Color info

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

RGB color model

#5DDEB6 color RGB value is (93,222,182).

RGB: (93,222,182) (36%, 87%, 71%)

RGB channels and saturation

R 93 of 255 = 36%
G 222 of 255 = 87%
B 182 of 255 = 71%

93
222
182

R + G + B ~ 65%. #5DDEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 93 + 222 + 182 = 497 (100%)
R 93 of 497 ~ 18.71%
G 222 of 497 ~ 44.67%
B 182 of 497 ~ 36.62'%

%18.71
%44.67
%36.62

CMYK color model

#5DDEB6 color CMYK value is (58,0,18,13).

  • cyan value is 58.11%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%

CMYK: (58,0,18,13)
C58M0Y18K13 (58%, 0%, 18%, 13%)
(0.58 / 0.00 / 0.18 / 0.13)

CMYK percentages

%58.11
%0
%18.02
%12.94

Codes

Color #5DDEB6 in popluar color models

5D DE B6
RGB 93 222 182
HSL 161° 66.15% 61.76%
HSB/HSV 161° 58.11% 87.06%
CMYK 58.11% 0.00% 18.02%
12.94%

Color #5DDEB6 in popluar number systems.

HEX 5D DE B6
Decimal 93 222 182
Binary 1011101 11011110 10110110
Octal 135 336 266

Shades and tints

Shades of #5DDEB6

#5DDEB6
(93,222,182)
#55CAA6
(85,202,166)
#4DB696
(77,182,150)
#45A286
(69,162,134)
#3D8E76
(61,142,118)
#357A66
(53,122,102)
#2D6656
(45,102,86)
#255246
(37,82,70)
#1D3E36
(29,62,54)
#152A26
(21,42,38)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #5DDEB6

#5DDEB6
(93,222,182)
#6BE1BC
(107,225,188)
#79E4C2
(121,228,194)
#87E7C8
(135,231,200)
#95EACE
(149,234,206)
#A3EDD4
(163,237,212)
#B1F0DA
(177,240,218)
#BFF3E0
(191,243,224)
#CDF6E6
(205,246,230)
#DBF9EC
(219,249,236)
#E9FCF2
(233,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DDEB6 color. Also use rgb(93,222,182) instead hex code.

Text Font Color

.myTextColor { color: #5DDEB6; }

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

This text font color is #5DDEB6.

Background Color

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

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

This div background color is #5DDEB6.

Border color

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

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

This div border color is #5DDEB6.

Opacity

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

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

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

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

This text has shadow with #5DDEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DDEB6.

Preview

Color preview on black background

This text has color #5DDEB6 on black background.


Color preview on white background

This text has color #5DDEB6 on white background.


Black color preview on #5DDEB6 background

This text has black color on #5DDEB6 background.


White color preview on #5DDEB6 background

This text has white color on #5DDEB6 background.


Related colors

Complementary color

Complementary color for #hex is #A22149.


I love getcolorcode.com

Triadic colors

1 #B65DDE and #DEB65D with #5DDEB6 are triadic colors.

2 #B6DE5D and #DE5DB6 with #5DDEB6 are triadic colors.