COLOR #58A6AA

HEX: #58A6AA RGB: (88,166,170)

Color info

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

RGB color model

#58A6AA color RGB value is (88,166,170).

RGB: (88,166,170) (35%, 65%, 67%)

RGB channels and saturation

R 88 of 255 = 35%
G 166 of 255 = 65%
B 170 of 255 = 67%

88
166
170

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

Portions of RGB colors in percentages

R + G + B = 88 + 166 + 170 = 424 (100%)
R 88 of 424 ~ 20.75%
G 166 of 424 ~ 39.15%
B 170 of 424 ~ 40.09'%

%20.75
%39.15
%40.09

CMYK color model

#58A6AA color CMYK value is (48,2,0,33).

  • cyan value is 48.24%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (48,2,0,33)
C48M2Y0K33 (48%, 2%, 0%, 33%)
(0.48 / 0.02 / 0.00 / 0.33)

CMYK percentages

%48.24
%2.35
%0
%33.33

Codes

Color #58A6AA in popluar color models

58 A6 AA
RGB 88 166 170
HSL 183° 32.54% 50.59%
HSB/HSV 183° 48.24% 66.67%
CMYK 48.24% 2.35% 0.00%
33.33%

Color #58A6AA in popluar number systems.

HEX 58 A6 AA
Decimal 88 166 170
Binary 1011000 10100110 10101010
Octal 130 246 252

Shades and tints

Shades of #58A6AA

#58A6AA
(88,166,170)
#50979B
(80,151,155)
#48888C
(72,136,140)
#40797D
(64,121,125)
#386A6E
(56,106,110)
#305B5F
(48,91,95)
#284C50
(40,76,80)
#203D41
(32,61,65)
#182E32
(24,46,50)
#101F23
(16,31,35)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #58A6AA

#58A6AA
(88,166,170)
#67AEB1
(103,174,177)
#76B6B8
(118,182,184)
#85BEBF
(133,190,191)
#94C6C6
(148,198,198)
#A3CECD
(163,206,205)
#B2D6D4
(178,214,212)
#C1DEDB
(193,222,219)
#D0E6E2
(208,230,226)
#DFEEE9
(223,238,233)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A6AA; }

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

This text font color is #58A6AA.

Background Color

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

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

This div background color is #58A6AA.

Border color

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

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

This div border color is #58A6AA.

Opacity

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

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

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

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

This text has shadow with #58A6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A6AA.

Preview

Color preview on black background

This text has color #58A6AA on black background.


Color preview on white background

This text has color #58A6AA on white background.


Black color preview on #58A6AA background

This text has black color on #58A6AA background.


White color preview on #58A6AA background

This text has white color on #58A6AA background.


Related colors

Complementary color

Complementary color for #hex is #A75955.


I love getcolorcode.com

Triadic colors

1 #AA58A6 and #A6AA58 with #58A6AA are triadic colors.

2 #AAA658 and #A658AA with #58A6AA are triadic colors.