COLOR #58A692

HEX: #58A692 RGB: (88,166,146)

Color info

#58A692 contains mainly green and blue colors. Web safe color of #58A692 is #669999 (or #699).

RGB color model

#58A692 color RGB value is (88,166,146).

RGB: (88,166,146) (35%, 65%, 57%)

RGB channels and saturation

R 88 of 255 = 35%
G 166 of 255 = 65%
B 146 of 255 = 57%

88
166
146

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

Portions of RGB colors in percentages

R + G + B = 88 + 166 + 146 = 400 (100%)
R 88 of 400 ~ 22%
G 166 of 400 ~ 41.5%
B 146 of 400 ~ 36.5'%

%22
%41.5
%36.5

CMYK color model

#58A692 color CMYK value is (47,0,12,35).

  • cyan value is 46.99%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 34.90%

CMYK: (47,0,12,35)
C47M0Y12K35 (47%, 0%, 12%, 35%)
(0.47 / 0.00 / 0.12 / 0.35)

CMYK percentages

%46.99
%0
%12.05
%34.9

Codes

Color #58A692 in popluar color models

58 A6 92
RGB 88 166 146
HSL 165° 30.71% 49.80%
HSB/HSV 165° 46.99% 65.10%
CMYK 46.99% 0.00% 12.05%
34.90%

Color #58A692 in popluar number systems.

HEX 58 A6 92
Decimal 88 166 146
Binary 1011000 10100110 10010010
Octal 130 246 222

Shades and tints

Shades of #58A692

#58A692
(88,166,146)
#509785
(80,151,133)
#488878
(72,136,120)
#40796B
(64,121,107)
#386A5E
(56,106,94)
#305B51
(48,91,81)
#284C44
(40,76,68)
#203D37
(32,61,55)
#182E2A
(24,46,42)
#101F1D
(16,31,29)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #58A692

#58A692
(88,166,146)
#67AE9B
(103,174,155)
#76B6A4
(118,182,164)
#85BEAD
(133,190,173)
#94C6B6
(148,198,182)
#A3CEBF
(163,206,191)
#B2D6C8
(178,214,200)
#C1DED1
(193,222,209)
#D0E6DA
(208,230,218)
#DFEEE3
(223,238,227)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A692 color. Also use rgb(88,166,146) instead hex code.

Text Font Color

.myTextColor { color: #58A692; }

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

This text font color is #58A692.

Background Color

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

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

This div background color is #58A692.

Border color

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

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

This div border color is #58A692.

Opacity

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

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

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

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

This text has shadow with #58A692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A692.

Preview

Color preview on black background

This text has color #58A692 on black background.


Color preview on white background

This text has color #58A692 on white background.


Black color preview on #58A692 background

This text has black color on #58A692 background.


White color preview on #58A692 background

This text has white color on #58A692 background.


Related colors

Complementary color

Complementary color for #hex is #A7596D.


I love getcolorcode.com

Triadic colors

1 #9258A6 and #A69258 with #58A692 are triadic colors.

2 #92A658 and #A65892 with #58A692 are triadic colors.