COLOR #589E7E

HEX: #589E7E RGB: (88,158,126)

Color info

#589E7E contains mainly green and blue colors. Web safe color of #589E7E is #669966 (or #696).

RGB color model

#589E7E color RGB value is (88,158,126).

RGB: (88,158,126) (35%, 62%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 158 of 255 = 62%
B 126 of 255 = 49%

88
158
126

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

Portions of RGB colors in percentages

R + G + B = 88 + 158 + 126 = 372 (100%)
R 88 of 372 ~ 23.66%
G 158 of 372 ~ 42.47%
B 126 of 372 ~ 33.87'%

%23.66
%42.47
%33.87

CMYK color model

#589E7E color CMYK value is (44,0,20,38).

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%

CMYK: (44,0,20,38)
C44M0Y20K38 (44%, 0%, 20%, 38%)
(0.44 / 0.00 / 0.20 / 0.38)

CMYK percentages

%44.3
%0
%20.25
%38.04

Codes

Color #589E7E in popluar color models

58 9E 7E
RGB 88 158 126
HSL 153° 28.46% 48.24%
HSB/HSV 153° 44.30% 61.96%
CMYK 44.30% 0.00% 20.25%
38.04%

Color #589E7E in popluar number systems.

HEX 58 9E 7E
Decimal 88 158 126
Binary 1011000 10011110 1111110
Octal 130 236 176

Shades and tints

Shades of #589E7E

#589E7E
(88,158,126)
#509073
(80,144,115)
#488268
(72,130,104)
#40745D
(64,116,93)
#386652
(56,102,82)
#305847
(48,88,71)
#284A3C
(40,74,60)
#203C31
(32,60,49)
#182E26
(24,46,38)
#10201B
(16,32,27)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #589E7E

#589E7E
(88,158,126)
#67A689
(103,166,137)
#76AE94
(118,174,148)
#85B69F
(133,182,159)
#94BEAA
(148,190,170)
#A3C6B5
(163,198,181)
#B2CEC0
(178,206,192)
#C1D6CB
(193,214,203)
#D0DED6
(208,222,214)
#DFE6E1
(223,230,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589E7E color. Also use rgb(88,158,126) instead hex code.

Text Font Color

.myTextColor { color: #589E7E; }

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

This text font color is #589E7E.

Background Color

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

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

This div background color is #589E7E.

Border color

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

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

This div border color is #589E7E.

Opacity

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

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

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

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

This text has shadow with #589E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #589E7E.

Preview

Color preview on black background

This text has color #589E7E on black background.


Color preview on white background

This text has color #589E7E on white background.


Black color preview on #589E7E background

This text has black color on #589E7E background.


White color preview on #589E7E background

This text has white color on #589E7E background.


Related colors

Complementary color

Complementary color for #hex is #A76181.


I love getcolorcode.com

Triadic colors

1 #7E589E and #9E7E58 with #589E7E are triadic colors.

2 #7E9E58 and #9E587E with #589E7E are triadic colors.