COLOR #589A96

HEX: #589A96
RGB: (88,154,150)

Color info

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

RGB color model

#589A96 color RGB value is (88,154,150).

  • red value is 88;
  • green value is 154;
  • blue value is 150.
RGB:
(88,154,150)
(35%,60%,59%)

RGB channels and saturation

R 88 of 255 = 35%
G 154 of 255 = 60%
B 150 of 255 = 59%

88
154
150

R + G + B ~ 51%. #589A96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 154 + 150 = 392 (100%)
R 88 of 392 ~ 22.45%
G 154 of 392 ~ 39.29%
B 150 of 392 ~ 38.27%

%22.45
%39.29
%38.27

CMYK color model

#589A96 color CMYK value is (43,0,3,40).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 39.61%
CMYK:
(43,0,3,40)
C43M0Y3K40 
(43%,0%,3%,40%)
(0.43/0.00/0.03/0.40)	

CMYK percentages

%42.86
%0
%2.6
%39.61

Codes

Color #589A96 in popluar color models

589A96
RGB88154150
HSL176°27.27%47.45%
HSB/HSV176°42.86%60.39%
CMYK42.86%0.00%2.60%
39.61%

Color #589A96 in popluar number systems.

HEX589A96
Decimal88154150
Binary10110001001101010010110
Octal130232226

Shades and tints

Shades of #589A96

#589A96
(88,154,150)
#508C89
(80,140,137)
#487E7C
(72,126,124)
#40706F
(64,112,111)
#386262
(56,98,98)
#305455
(48,84,85)
#284648
(40,70,72)
#20383B
(32,56,59)
#182A2E
(24,42,46)
#101C21
(16,28,33)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #589A96

#589A96
(88,154,150)
#67A39F
(103,163,159)
#76ACA8
(118,172,168)
#85B5B1
(133,181,177)
#94BEBA
(148,190,186)
#A3C7C3
(163,199,195)
#B2D0CC
(178,208,204)
#C1D9D5
(193,217,213)
#D0E2DE
(208,226,222)
#DFEBE7
(223,235,231)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589A96 color. Also use rgb(88,154,150) instead hex code.

Text Font Color

.myTextColor { color: #589A96; }

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

This text font color is #589A96.


Background Color

.myBgColor { background-color: #589A96; }

<div style="background-color:#589A96">Inner text</div>

This div background color is #589A96.


Border color

.myBorderColor { border: 1px solid #589A96; }

<div style="border:3px solid #589A96">Div</div>

This div border color is #589A96.


Opacity

.myOpacity80 { color: #589A96; opacity: 0.8; }

<p style="color:#589A96;opacity:0.8;">80%</p>

Text with #589A96 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 #589A96;}

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

This text has shadow with #589A96 color.

.textShadow {text-shadow: 3px 3px 1px #589A96, 3px 3px 1px red;}

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

This text has shadow with #589A96 primary color and red secondary color.


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

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

This text has shadow with #589A96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589A96 on black background.


Color preview on white background

This text has color #589A96 on white background.



Black color preview on #589A96 background

This text has black color on #589A96 background.


White color preview on #589A96 background

This text has white color on #589A96 background.