COLOR #5DC6A7

HEX: #5DC6A7 RGB: (93,198,167)

Color info

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

RGB color model

#5DC6A7 color RGB value is (93,198,167).

RGB: (93,198,167) (36%, 78%, 65%)

RGB channels and saturation

R 93 of 255 = 36%
G 198 of 255 = 78%
B 167 of 255 = 65%

93
198
167

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

Portions of RGB colors in percentages

R + G + B = 93 + 198 + 167 = 458 (100%)
R 93 of 458 ~ 20.31%
G 198 of 458 ~ 43.23%
B 167 of 458 ~ 36.46'%

%20.31
%43.23
%36.46

CMYK color model

#5DC6A7 color CMYK value is (53,0,16,22).

  • cyan value is 53.03%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%

CMYK: (53,0,16,22)
C53M0Y16K22 (53%, 0%, 16%, 22%)
(0.53 / 0.00 / 0.16 / 0.22)

CMYK percentages

%53.03
%0
%15.66
%22.35

Codes

Color #5DC6A7 in popluar color models

5D C6 A7
RGB 93 198 167
HSL 162° 47.95% 57.06%
HSB/HSV 162° 53.03% 77.65%
CMYK 53.03% 0.00% 15.66%
22.35%

Color #5DC6A7 in popluar number systems.

HEX 5D C6 A7
Decimal 93 198 167
Binary 1011101 11000110 10100111
Octal 135 306 247

Shades and tints

Shades of #5DC6A7

#5DC6A7
(93,198,167)
#55B498
(85,180,152)
#4DA289
(77,162,137)
#45907A
(69,144,122)
#3D7E6B
(61,126,107)
#356C5C
(53,108,92)
#2D5A4D
(45,90,77)
#25483E
(37,72,62)
#1D362F
(29,54,47)
#152420
(21,36,32)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #5DC6A7

#5DC6A7
(93,198,167)
#6BCBAF
(107,203,175)
#79D0B7
(121,208,183)
#87D5BF
(135,213,191)
#95DAC7
(149,218,199)
#A3DFCF
(163,223,207)
#B1E4D7
(177,228,215)
#BFE9DF
(191,233,223)
#CDEEE7
(205,238,231)
#DBF3EF
(219,243,239)
#E9F8F7
(233,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC6A7 color. Also use rgb(93,198,167) instead hex code.

Text Font Color

.myTextColor { color: #5DC6A7; }

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

This text font color is #5DC6A7.

Background Color

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

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

This div background color is #5DC6A7.

Border color

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

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

This div border color is #5DC6A7.

Opacity

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

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

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

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

This text has shadow with #5DC6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DC6A7.

Preview

Color preview on black background

This text has color #5DC6A7 on black background.


Color preview on white background

This text has color #5DC6A7 on white background.


Black color preview on #5DC6A7 background

This text has black color on #5DC6A7 background.


White color preview on #5DC6A7 background

This text has white color on #5DC6A7 background.


Related colors

Complementary color

Complementary color for #hex is #A23958.


I love getcolorcode.com

Triadic colors

1 #A75DC6 and #C6A75D with #5DC6A7 are triadic colors.

2 #A7C65D and #C65DA7 with #5DC6A7 are triadic colors.