COLOR #59EECC

HEX: #59EECC RGB: (89,238,204)

Color info

#59EECC contains mainly green and blue colors. Web safe color of #59EECC is #66FFCC (or #6FC).

RGB color model

#59EECC color RGB value is (89,238,204).

RGB: (89,238,204) (35%, 93%, 80%)

RGB channels and saturation

R 89 of 255 = 35%
G 238 of 255 = 93%
B 204 of 255 = 80%

89
238
204

R + G + B ~ 69%. #59EECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 89 + 238 + 204 = 531 (100%)
R 89 of 531 ~ 16.76%
G 238 of 531 ~ 44.82%
B 204 of 531 ~ 38.42'%

%16.76
%44.82
%38.42

CMYK color model

#59EECC color CMYK value is (63,0,14,7).

  • cyan value is 62.61%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 6.67%

CMYK: (63,0,14,7)
C63M0Y14K7 (63%, 0%, 14%, 7%)
(0.63 / 0.00 / 0.14 / 0.07)

CMYK percentages

%62.61
%0
%14.29
%6.67

Codes

Color #59EECC in popluar color models

59 EE CC
RGB 89 238 204
HSL 166° 81.42% 64.12%
HSB/HSV 166° 62.61% 93.33%
CMYK 62.61% 0.00% 14.29%
6.67%

Color #59EECC in popluar number systems.

HEX 59 EE CC
Decimal 89 238 204
Binary 1011001 11101110 11001100
Octal 131 356 314

Shades and tints

Shades of #59EECC

#59EECC
(89,238,204)
#51D9BA
(81,217,186)
#49C4A8
(73,196,168)
#41AF96
(65,175,150)
#399A84
(57,154,132)
#318572
(49,133,114)
#297060
(41,112,96)
#215B4E
(33,91,78)
#19463C
(25,70,60)
#11312A
(17,49,42)
#091C18
(9,28,24)
#000000
(0,0,0)

Tints of #59EECC

#59EECC
(89,238,204)
#68EFD0
(104,239,208)
#77F0D4
(119,240,212)
#86F1D8
(134,241,216)
#95F2DC
(149,242,220)
#A4F3E0
(164,243,224)
#B3F4E4
(179,244,228)
#C2F5E8
(194,245,232)
#D1F6EC
(209,246,236)
#E0F7F0
(224,247,240)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59EECC color. Also use rgb(89,238,204) instead hex code.

Text Font Color

.myTextColor { color: #59EECC; }

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

This text font color is #59EECC.

Background Color

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

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

This div background color is #59EECC.

Border color

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

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

This div border color is #59EECC.

Opacity

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

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

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

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

This text has shadow with #59EECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59EECC.

Preview

Color preview on black background

This text has color #59EECC on black background.


Color preview on white background

This text has color #59EECC on white background.


Black color preview on #59EECC background

This text has black color on #59EECC background.


White color preview on #59EECC background

This text has white color on #59EECC background.


Related colors

Complementary color

Complementary color for #hex is #A61133.


I love getcolorcode.com

Triadic colors

1 #CC59EE and #EECC59 with #59EECC are triadic colors.

2 #CCEE59 and #EE59CC with #59EECC are triadic colors.