COLOR #58B689

HEX: #58B689
RGB: (88,182,137)

Renk bilgisi

#58B689 contains mainly green and blue colors. #58B689 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#58B689 color RGB value is (88,182,137).

  • kırmız ton 88;
  • yeşil ton 182;
  • mavi ton 137.
RGB:
(88,182,137)
(35%,71%,54%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 182 of 255 = 71%
B 137 of 255 = 54%

88
182
137

R + G + B ~ 53%. #58B689 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 182 + 137 = 407 (100%)
R 88 of 407 ~ 21.62%
G 182 of 407 ~ 44.72%
B 137 of 407 ~ 33.66%

%21.62
%44.72
%33.66

CMYK RENK MODELİ

#58B689 rengi CMYK tonu (52,0,25,29).

  • camgöbeği tonu 51.65%
  • eflatun tonu 0.00%
  • sarı tonu 24.73%
  • ana renk tonu 28.63%
CMYK:
(52,0,25,29)
C52M0Y25K29 
(52%,0%,25%,29%)
(0.52/0.00/0.25/0.29)	

CMYK yüzdeleri

%51.65
%0
%24.73
%28.63

Codes

Color #58B689 in popluar color models

58B689
RGB88182137
HSL151°39.17%52.94%
HSB/HSV151°51.65%71.37%
CMYK51.65%0.00%24.73%
28.63%

Color #58B689 in popluar number systems.

HEX58B689
Decimal88182137
Binary10110001011011010001001
Octal130266211

Shades and tints

Shades of #58B689

#58B689
(88,182,137)
#50A67D
(80,166,125)
#489671
(72,150,113)
#408665
(64,134,101)
#387659
(56,118,89)
#30664D
(48,102,77)
#285641
(40,86,65)
#204635
(32,70,53)
#183629
(24,54,41)
#10261D
(16,38,29)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #58B689

#58B689
(88,182,137)
#67BC93
(103,188,147)
#76C29D
(118,194,157)
#85C8A7
(133,200,167)
#94CEB1
(148,206,177)
#A3D4BB
(163,212,187)
#B2DAC5
(178,218,197)
#C1E0CF
(193,224,207)
#D0E6D9
(208,230,217)
#DFECE3
(223,236,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B689 color. Also use rgb(88,182,137) instead hex code.

Text Font Color

.myTextColor { color: #58B689; }

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

This text font color is #58B689.


Background Color

.myBgColor { background-color: #58B689; }

<div style="background-color:#58B689">Inner text</div>

This div background color is #58B689.


Border color

.myBorderColor { border: 1px solid #58B689; }

<div style="border:3px solid #58B689">Div</div>

This div border color is #58B689.


Opacity

.myOpacity80 { color: #58B689; opacity: 0.8; }

<p style="color:#58B689;opacity:0.8;">80%</p>

Text with #58B689 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 #58B689;}

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

This text has shadow with #58B689 color.

.textShadow {text-shadow: 3px 3px 1px #58B689, 3px 3px 1px red;}

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

This text has shadow with #58B689 primary color and red secondary color.


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

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

This text has shadow with #58B689 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B689 on black background.


Color preview on white background

This text has color #58B689 on white background.



Black color preview on #58B689 background

This text has black color on #58B689 background.


White color preview on #58B689 background

This text has white color on #58B689 background.