COLOR #58B495

HEX: #58B495
RGB: (88,180,149)

Renk bilgisi

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

RGB renk modeli

#58B495 color RGB value is (88,180,149).

  • kırmız ton 88;
  • yeşil ton 180;
  • mavi ton 149.
RGB:
(88,180,149)
(35%,71%,58%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 180 of 255 = 71%
B 149 of 255 = 58%

88
180
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 180 + 149 = 417 (100%)
R 88 of 417 ~ 21.1%
G 180 of 417 ~ 43.17%
B 149 of 417 ~ 35.73%

%21.1
%43.17
%35.73

CMYK RENK MODELİ

#58B495 rengi CMYK tonu (51,0,17,29).

  • camgöbeği tonu 51.11%
  • eflatun tonu 0.00%
  • sarı tonu 17.22%
  • ana renk tonu 29.41%
CMYK:
(51,0,17,29)
C51M0Y17K29 
(51%,0%,17%,29%)
(0.51/0.00/0.17/0.29)	

CMYK yüzdeleri

%51.11
%0
%17.22
%29.41

Codes

Color #58B495 in popluar color models

58B495
RGB88180149
HSL160°38.02%52.55%
HSB/HSV160°51.11%70.59%
CMYK51.11%0.00%17.22%
29.41%

Color #58B495 in popluar number systems.

HEX58B495
Decimal88180149
Binary10110001011010010010101
Octal130264225

Shades and tints

Shades of #58B495

#58B495
(88,180,149)
#50A488
(80,164,136)
#48947B
(72,148,123)
#40846E
(64,132,110)
#387461
(56,116,97)
#306454
(48,100,84)
#285447
(40,84,71)
#20443A
(32,68,58)
#18342D
(24,52,45)
#102420
(16,36,32)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #58B495

#58B495
(88,180,149)
#67BA9E
(103,186,158)
#76C0A7
(118,192,167)
#85C6B0
(133,198,176)
#94CCB9
(148,204,185)
#A3D2C2
(163,210,194)
#B2D8CB
(178,216,203)
#C1DED4
(193,222,212)
#D0E4DD
(208,228,221)
#DFEAE6
(223,234,230)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B495 color. Also use rgb(88,180,149) instead hex code.

Text Font Color

.myTextColor { color: #58B495; }

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

This text font color is #58B495.


Background Color

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

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

This div background color is #58B495.


Border color

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

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

This div border color is #58B495.


Opacity

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

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

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

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

This text has shadow with #58B495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B495 on black background.


Color preview on white background

This text has color #58B495 on white background.



Black color preview on #58B495 background

This text has black color on #58B495 background.


White color preview on #58B495 background

This text has white color on #58B495 background.