COLOR #58B588

HEX: #58B588
RGB: (88,181,136)

Renk bilgisi

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

RGB renk modeli

#58B588 color RGB value is (88,181,136).

  • kırmız ton 88;
  • yeşil ton 181;
  • mavi ton 136.
RGB:
(88,181,136)
(35%,71%,53%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 181 of 255 = 71%
B 136 of 255 = 53%

88
181
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 181 + 136 = 405 (100%)
R 88 of 405 ~ 21.73%
G 181 of 405 ~ 44.69%
B 136 of 405 ~ 33.58%

%21.73
%44.69
%33.58

CMYK RENK MODELİ

#58B588 rengi CMYK tonu (51,0,25,29).

  • camgöbeği tonu 51.38%
  • eflatun tonu 0.00%
  • sarı tonu 24.86%
  • ana renk tonu 29.02%
CMYK:
(51,0,25,29)
C51M0Y25K29 
(51%,0%,25%,29%)
(0.51/0.00/0.25/0.29)	

CMYK yüzdeleri

%51.38
%0
%24.86
%29.02

Codes

Color #58B588 in popluar color models

58B588
RGB88181136
HSL151°38.59%52.75%
HSB/HSV151°51.38%70.98%
CMYK51.38%0.00%24.86%
29.02%

Color #58B588 in popluar number systems.

HEX58B588
Decimal88181136
Binary10110001011010110001000
Octal130265210

Shades and tints

Shades of #58B588

#58B588
(88,181,136)
#50A57C
(80,165,124)
#489570
(72,149,112)
#408564
(64,133,100)
#387558
(56,117,88)
#30654C
(48,101,76)
#285540
(40,85,64)
#204534
(32,69,52)
#183528
(24,53,40)
#10251C
(16,37,28)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #58B588

#58B588
(88,181,136)
#67BB92
(103,187,146)
#76C19C
(118,193,156)
#85C7A6
(133,199,166)
#94CDB0
(148,205,176)
#A3D3BA
(163,211,186)
#B2D9C4
(178,217,196)
#C1DFCE
(193,223,206)
#D0E5D8
(208,229,216)
#DFEBE2
(223,235,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B588 color. Also use rgb(88,181,136) instead hex code.

Text Font Color

.myTextColor { color: #58B588; }

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

This text font color is #58B588.


Background Color

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

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

This div background color is #58B588.


Border color

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

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

This div border color is #58B588.


Opacity

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

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

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

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

This text has shadow with #58B588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B588 on black background.


Color preview on white background

This text has color #58B588 on white background.



Black color preview on #58B588 background

This text has black color on #58B588 background.


White color preview on #58B588 background

This text has white color on #58B588 background.