COLOR #59DCC0

HEX: #59DCC0 RGB: (89,220,192)

Color info

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

RGB color model

#59DCC0 color RGB value is (89,220,192).

RGB: (89,220,192) (35%, 86%, 75%)

RGB channels and saturation

R 89 of 255 = 35%
G 220 of 255 = 86%
B 192 of 255 = 75%

89
220
192

R + G + B ~ 65%. #59DCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 89 + 220 + 192 = 501 (100%)
R 89 of 501 ~ 17.76%
G 220 of 501 ~ 43.91%
B 192 of 501 ~ 38.32'%

%17.76
%43.91
%38.32

CMYK color model

#59DCC0 color CMYK value is (60,0,13,14).

  • cyan value is 59.55%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 13.73%

CMYK: (60,0,13,14)
C60M0Y13K14 (60%, 0%, 13%, 14%)
(0.60 / 0.00 / 0.13 / 0.14)

CMYK percentages

%59.55
%0
%12.73
%13.73

Codes

Color #59DCC0 in popluar color models

59 DC C0
RGB 89 220 192
HSL 167° 65.17% 60.59%
HSB/HSV 167° 59.55% 86.27%
CMYK 59.55% 0.00% 12.73%
13.73%

Color #59DCC0 in popluar number systems.

HEX 59 DC C0
Decimal 89 220 192
Binary 1011001 11011100 11000000
Octal 131 334 300

Shades and tints

Shades of #59DCC0

#59DCC0
(89,220,192)
#51C8AF
(81,200,175)
#49B49E
(73,180,158)
#41A08D
(65,160,141)
#398C7C
(57,140,124)
#31786B
(49,120,107)
#29645A
(41,100,90)
#215049
(33,80,73)
#193C38
(25,60,56)
#112827
(17,40,39)
#091416
(9,20,22)
#000000
(0,0,0)

Tints of #59DCC0

#59DCC0
(89,220,192)
#68DFC5
(104,223,197)
#77E2CA
(119,226,202)
#86E5CF
(134,229,207)
#95E8D4
(149,232,212)
#A4EBD9
(164,235,217)
#B3EEDE
(179,238,222)
#C2F1E3
(194,241,227)
#D1F4E8
(209,244,232)
#E0F7ED
(224,247,237)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59DCC0 color. Also use rgb(89,220,192) instead hex code.

Text Font Color

.myTextColor { color: #59DCC0; }

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

This text font color is #59DCC0.

Background Color

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

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

This div background color is #59DCC0.

Border color

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

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

This div border color is #59DCC0.

Opacity

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

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

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

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

This text has shadow with #59DCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59DCC0.

Preview

Color preview on black background

This text has color #59DCC0 on black background.


Color preview on white background

This text has color #59DCC0 on white background.


Black color preview on #59DCC0 background

This text has black color on #59DCC0 background.


White color preview on #59DCC0 background

This text has white color on #59DCC0 background.


Related colors

Complementary color

Complementary color for #hex is #A6233F.


I love getcolorcode.com

Triadic colors

1 #C059DC and #DCC059 with #59DCC0 are triadic colors.

2 #C0DC59 and #DC59C0 with #59DCC0 are triadic colors.