COLOR #5DAD98

HEX: #5DAD98 RGB: (93,173,152)

Color info

#5DAD98 contains mainly green and blue colors. Web safe color of #5DAD98 is #669999 (or #699).

RGB color model

#5DAD98 color RGB value is (93,173,152).

RGB: (93,173,152) (36%, 68%, 60%)

RGB channels and saturation

R 93 of 255 = 36%
G 173 of 255 = 68%
B 152 of 255 = 60%

93
173
152

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

Portions of RGB colors in percentages

R + G + B = 93 + 173 + 152 = 418 (100%)
R 93 of 418 ~ 22.25%
G 173 of 418 ~ 41.39%
B 152 of 418 ~ 36.36'%

%22.25
%41.39
%36.36

CMYK color model

#5DAD98 color CMYK value is (46,0,12,32).

  • cyan value is 46.24%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 32.16%

CMYK: (46,0,12,32)
C46M0Y12K32 (46%, 0%, 12%, 32%)
(0.46 / 0.00 / 0.12 / 0.32)

CMYK percentages

%46.24
%0
%12.14
%32.16

Codes

Color #5DAD98 in popluar color models

5D AD 98
RGB 93 173 152
HSL 164° 32.79% 52.16%
HSB/HSV 164° 46.24% 67.84%
CMYK 46.24% 0.00% 12.14%
32.16%

Color #5DAD98 in popluar number systems.

HEX 5D AD 98
Decimal 93 173 152
Binary 1011101 10101101 10011000
Octal 135 255 230

Shades and tints

Shades of #5DAD98

#5DAD98
(93,173,152)
#559E8B
(85,158,139)
#4D8F7E
(77,143,126)
#458071
(69,128,113)
#3D7164
(61,113,100)
#356257
(53,98,87)
#2D534A
(45,83,74)
#25443D
(37,68,61)
#1D3530
(29,53,48)
#152623
(21,38,35)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #5DAD98

#5DAD98
(93,173,152)
#6BB4A1
(107,180,161)
#79BBAA
(121,187,170)
#87C2B3
(135,194,179)
#95C9BC
(149,201,188)
#A3D0C5
(163,208,197)
#B1D7CE
(177,215,206)
#BFDED7
(191,222,215)
#CDE5E0
(205,229,224)
#DBECE9
(219,236,233)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAD98 color. Also use rgb(93,173,152) instead hex code.

Text Font Color

.myTextColor { color: #5DAD98; }

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

This text font color is #5DAD98.

Background Color

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

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

This div background color is #5DAD98.

Border color

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

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

This div border color is #5DAD98.

Opacity

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

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

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

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

This text has shadow with #5DAD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAD98.

Preview

Color preview on black background

This text has color #5DAD98 on black background.


Color preview on white background

This text has color #5DAD98 on white background.


Black color preview on #5DAD98 background

This text has black color on #5DAD98 background.


White color preview on #5DAD98 background

This text has white color on #5DAD98 background.


Related colors

Complementary color

Complementary color for #hex is #A25267.


I love getcolorcode.com

Triadic colors

1 #985DAD and #AD985D with #5DAD98 are triadic colors.

2 #98AD5D and #AD5D98 with #5DAD98 are triadic colors.