COLOR #58BDB2

HEX: #58BDB2 RGB: (88,189,178)

Color info

#58BDB2 contains mainly green and blue colors. Web safe color of #58BDB2 is #66CC99 (or #6C9).

RGB color model

#58BDB2 color RGB value is (88,189,178).

RGB: (88,189,178) (35%, 74%, 70%)

RGB channels and saturation

R 88 of 255 = 35%
G 189 of 255 = 74%
B 178 of 255 = 70%

88
189
178

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

Portions of RGB colors in percentages

R + G + B = 88 + 189 + 178 = 455 (100%)
R 88 of 455 ~ 19.34%
G 189 of 455 ~ 41.54%
B 178 of 455 ~ 39.12'%

%19.34
%41.54
%39.12

CMYK color model

#58BDB2 color CMYK value is (53,0,6,26).

  • cyan value is 53.44%
  • magenta value is 0.00%
  • yellow value is 5.82%
  • key color value is 25.88%

CMYK: (53,0,6,26)
C53M0Y6K26 (53%, 0%, 6%, 26%)
(0.53 / 0.00 / 0.06 / 0.26)

CMYK percentages

%53.44
%0
%5.82
%25.88

Codes

Color #58BDB2 in popluar color models

58 BD B2
RGB 88 189 178
HSL 173° 43.35% 54.31%
HSB/HSV 173° 53.44% 74.12%
CMYK 53.44% 0.00% 5.82%
25.88%

Color #58BDB2 in popluar number systems.

HEX 58 BD B2
Decimal 88 189 178
Binary 1011000 10111101 10110010
Octal 130 275 262

Shades and tints

Shades of #58BDB2

#58BDB2
(88,189,178)
#50ACA2
(80,172,162)
#489B92
(72,155,146)
#408A82
(64,138,130)
#387972
(56,121,114)
#306862
(48,104,98)
#285752
(40,87,82)
#204642
(32,70,66)
#183532
(24,53,50)
#102422
(16,36,34)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #58BDB2

#58BDB2
(88,189,178)
#67C3B9
(103,195,185)
#76C9C0
(118,201,192)
#85CFC7
(133,207,199)
#94D5CE
(148,213,206)
#A3DBD5
(163,219,213)
#B2E1DC
(178,225,220)
#C1E7E3
(193,231,227)
#D0EDEA
(208,237,234)
#DFF3F1
(223,243,241)
#EEF9F8
(238,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BDB2 color. Also use rgb(88,189,178) instead hex code.

Text Font Color

.myTextColor { color: #58BDB2; }

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

This text font color is #58BDB2.

Background Color

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

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

This div background color is #58BDB2.

Border color

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

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

This div border color is #58BDB2.

Opacity

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

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

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

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

This text has shadow with #58BDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58BDB2.

Preview

Color preview on black background

This text has color #58BDB2 on black background.


Color preview on white background

This text has color #58BDB2 on white background.


Black color preview on #58BDB2 background

This text has black color on #58BDB2 background.


White color preview on #58BDB2 background

This text has white color on #58BDB2 background.


Related colors

Complementary color

Complementary color for #hex is #A7424D.


I love getcolorcode.com

Triadic colors

1 #B258BD and #BDB258 with #58BDB2 are triadic colors.

2 #B2BD58 and #BD58B2 with #58BDB2 are triadic colors.