COLOR #59DAAD

HEX: #59DAAD RGB: (89,218,173)

Color info

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

RGB color model

#59DAAD color RGB value is (89,218,173).

RGB: (89,218,173) (35%, 85%, 68%)

RGB channels and saturation

R 89 of 255 = 35%
G 218 of 255 = 85%
B 173 of 255 = 68%

89
218
173

R + G + B ~ 63%. #59DAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 89 + 218 + 173 = 480 (100%)
R 89 of 480 ~ 18.54%
G 218 of 480 ~ 45.42%
B 173 of 480 ~ 36.04'%

%18.54
%45.42
%36.04

CMYK color model

#59DAAD color CMYK value is (59,0,21,15).

  • cyan value is 59.17%
  • magenta value is 0.00%
  • yellow value is 20.64%
  • key color value is 14.51%

CMYK: (59,0,21,15)
C59M0Y21K15 (59%, 0%, 21%, 15%)
(0.59 / 0.00 / 0.21 / 0.15)

CMYK percentages

%59.17
%0
%20.64
%14.51

Codes

Color #59DAAD in popluar color models

59 DA AD
RGB 89 218 173
HSL 159° 63.55% 60.20%
HSB/HSV 159° 59.17% 85.49%
CMYK 59.17% 0.00% 20.64%
14.51%

Color #59DAAD in popluar number systems.

HEX 59 DA AD
Decimal 89 218 173
Binary 1011001 11011010 10101101
Octal 131 332 255

Shades and tints

Shades of #59DAAD

#59DAAD
(89,218,173)
#51C79E
(81,199,158)
#49B48F
(73,180,143)
#41A180
(65,161,128)
#398E71
(57,142,113)
#317B62
(49,123,98)
#296853
(41,104,83)
#215544
(33,85,68)
#194235
(25,66,53)
#112F26
(17,47,38)
#091C17
(9,28,23)
#000000
(0,0,0)

Tints of #59DAAD

#59DAAD
(89,218,173)
#68DDB4
(104,221,180)
#77E0BB
(119,224,187)
#86E3C2
(134,227,194)
#95E6C9
(149,230,201)
#A4E9D0
(164,233,208)
#B3ECD7
(179,236,215)
#C2EFDE
(194,239,222)
#D1F2E5
(209,242,229)
#E0F5EC
(224,245,236)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59DAAD color. Also use rgb(89,218,173) instead hex code.

Text Font Color

.myTextColor { color: #59DAAD; }

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

This text font color is #59DAAD.

Background Color

.myBgColor { background-color: #59DAAD; }

<div style="background-color:#59DAAD">Inner text</div>

This div background color is #59DAAD.

Border color

.myBorderColor { border: 1px solid #59DAAD; }

<div style="border:3px solid #59DAAD">Div</div>

This div border color is #59DAAD.

Opacity

.myOpacity80 { color: #59DAAD; opacity: 0.8; }

<p style="color:#59DAAD;opacity:0.8;">80%</p>

Text with #59DAAD 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 #59DAAD;}

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

This text has shadow with #59DAAD color.


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

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

This text has shadow with #59DAAD primary color and red secondary color.


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

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

This text has shadow with #59DAAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59DAAD.

Preview

Color preview on black background

This text has color #59DAAD on black background.


Color preview on white background

This text has color #59DAAD on white background.


Black color preview on #59DAAD background

This text has black color on #59DAAD background.


White color preview on #59DAAD background

This text has white color on #59DAAD background.


Related colors

Complementary color

Complementary color for #hex is #A62552.


I love getcolorcode.com

Triadic colors

1 #AD59DA and #DAAD59 with #59DAAD are triadic colors.

2 #ADDA59 and #DA59AD with #59DAAD are triadic colors.