COLOR #58A59A

HEX: #58A59A RGB: (88,165,154)

Color info

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

RGB color model

#58A59A color RGB value is (88,165,154).

RGB: (88,165,154) (35%, 65%, 60%)

RGB channels and saturation

R 88 of 255 = 35%
G 165 of 255 = 65%
B 154 of 255 = 60%

88
165
154

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

Portions of RGB colors in percentages

R + G + B = 88 + 165 + 154 = 407 (100%)
R 88 of 407 ~ 21.62%
G 165 of 407 ~ 40.54%
B 154 of 407 ~ 37.84'%

%21.62
%40.54
%37.84

CMYK color model

#58A59A color CMYK value is (47,0,7,35).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK: (47,0,7,35) C47M0Y7K35 (47%,0%,7%,35%) (0.47/0.00/0.07/0.35) 

CMYK percentages

%46.67
%0
%6.67
%35.29

Codes

Color #58A59A in popluar color models

58 A5 9A
RGB 88 165 154
HSL 171° 30.43% 49.61%
HSB/HSV 171° 46.67% 64.71%
CMYK 46.67% 0.00% 6.67%
35.29%

Color #58A59A in popluar number systems.

HEX 58 A5 9A
Decimal 88 165 154
Binary 1011000 10100101 10011010
Octal 130 245 232

Shades and tints

Shades of #58A59A

#58A59A
(88,165,154)
#50968C
(80,150,140)
#48877E
(72,135,126)
#407870
(64,120,112)
#386962
(56,105,98)
#305A54
(48,90,84)
#284B46
(40,75,70)
#203C38
(32,60,56)
#182D2A
(24,45,42)
#101E1C
(16,30,28)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #58A59A

#58A59A
(88,165,154)
#67ADA3
(103,173,163)
#76B5AC
(118,181,172)
#85BDB5
(133,189,181)
#94C5BE
(148,197,190)
#A3CDC7
(163,205,199)
#B2D5D0
(178,213,208)
#C1DDD9
(193,221,217)
#D0E5E2
(208,229,226)
#DFEDEB
(223,237,235)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A59A color. Also use rgb(88,165,154) instead hex code.

Text Font Color

.myTextColor { color: #58A59A; }

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

This text font color is #58A59A.

Background Color

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

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

This div background color is #58A59A.

Border color

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

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

This div border color is #58A59A.

Opacity

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

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

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

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

This text has shadow with #58A59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A59A.

Preview

Color preview on black background

This text has color #58A59A on black background.


Color preview on white background

This text has color #58A59A on white background.


Black color preview on #58A59A background

This text has black color on #58A59A background.


White color preview on #58A59A background

This text has white color on #58A59A background.


Related colors

Complementary color

Complementary color for #hex is #A75A65.


I love getcolorcode.com

Triadic colors

1 #9A58A5 and #A59A58 with #58A59A are triadic colors.

2 #9AA558 and #A5589A with #58A59A are triadic colors.