COLOR #59E0C1

HEX: #59E0C1
RGB: (89,224,193)

Renk bilgisi

#59E0C1 contains mainly green and blue colors. #59E0C1 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#59E0C1 color RGB value is (89,224,193).

  • kırmız ton 89;
  • yeşil ton 224;
  • mavi ton 193.
RGB:
(89,224,193)
(35%,88%,76%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 224 of 255 = 88%
B 193 of 255 = 76%

89
224
193

R + G + B ~ 66%. #59E0C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 224 + 193 = 506 (100%)
R 89 of 506 ~ 17.59%
G 224 of 506 ~ 44.27%
B 193 of 506 ~ 38.14%

%17.59
%44.27
%38.14

CMYK RENK MODELİ

#59E0C1 rengi CMYK tonu (60,0,14,12).

  • camgöbeği tonu 60.27%
  • eflatun tonu 0.00%
  • sarı tonu 13.84%
  • ana renk tonu 12.16%
CMYK:
(60,0,14,12)
C60M0Y14K12 
(60%,0%,14%,12%)
(0.60/0.00/0.14/0.12)	

CMYK yüzdeleri

%60.27
%0
%13.84
%12.16

Codes

Color #59E0C1 in popluar color models

59E0C1
RGB89224193
HSL166°68.53%61.37%
HSB/HSV166°60.27%87.84%
CMYK60.27%0.00%13.84%
12.16%

Color #59E0C1 in popluar number systems.

HEX59E0C1
Decimal89224193
Binary10110011110000011000001
Octal131340301

Shades and tints

Shades of #59E0C1

#59E0C1
(89,224,193)
#51CCB0
(81,204,176)
#49B89F
(73,184,159)
#41A48E
(65,164,142)
#39907D
(57,144,125)
#317C6C
(49,124,108)
#29685B
(41,104,91)
#21544A
(33,84,74)
#194039
(25,64,57)
#112C28
(17,44,40)
#091817
(9,24,23)
#000000
(0,0,0)

Tints of #59E0C1

#59E0C1
(89,224,193)
#68E2C6
(104,226,198)
#77E4CB
(119,228,203)
#86E6D0
(134,230,208)
#95E8D5
(149,232,213)
#A4EADA
(164,234,218)
#B3ECDF
(179,236,223)
#C2EEE4
(194,238,228)
#D1F0E9
(209,240,233)
#E0F2EE
(224,242,238)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59E0C1 color. Also use rgb(89,224,193) instead hex code.

Text Font Color

.myTextColor { color: #59E0C1; }

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

This text font color is #59E0C1.


Background Color

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

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

This div background color is #59E0C1.


Border color

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

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

This div border color is #59E0C1.


Opacity

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

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

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

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

This text has shadow with #59E0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59E0C1 on black background.


Color preview on white background

This text has color #59E0C1 on white background.



Black color preview on #59E0C1 background

This text has black color on #59E0C1 background.


White color preview on #59E0C1 background

This text has white color on #59E0C1 background.