COLOR #59AE95

HEX: #59AE95
RGB: (89,174,149)

Color info

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

RGB color model

#59AE95 color RGB value is (89,174,149).

  • red value is 89;
  • green value is 174;
  • blue value is 149.
RGB:
(89,174,149)
(35%,68%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 174 of 255 = 68%
B 149 of 255 = 58%

89
174
149

R + G + B ~ 54%. #59AE95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 174 + 149 = 412 (100%)
R 89 of 412 ~ 21.6%
G 174 of 412 ~ 42.23%
B 149 of 412 ~ 36.17%

%21.6
%42.23
%36.17

CMYK color model

#59AE95 color CMYK value is (49,0,14,32).

  • cyan value is 48.85%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(49,0,14,32)
C49M0Y14K32 
(49%,0%,14%,32%)
(0.49/0.00/0.14/0.32)	

CMYK percentages

%48.85
%0
%14.37
%31.76

Codes

Color #59AE95 in popluar color models

59AE95
RGB89174149
HSL162°34.41%51.57%
HSB/HSV162°48.85%68.24%
CMYK48.85%0.00%14.37%
31.76%

Color #59AE95 in popluar number systems.

HEX59AE95
Decimal89174149
Binary10110011010111010010101
Octal131256225

Shades and tints

Shades of #59AE95

#59AE95
(89,174,149)
#519F88
(81,159,136)
#49907B
(73,144,123)
#41816E
(65,129,110)
#397261
(57,114,97)
#316354
(49,99,84)
#295447
(41,84,71)
#21453A
(33,69,58)
#19362D
(25,54,45)
#112720
(17,39,32)
#091813
(9,24,19)
#000000
(0,0,0)

Tints of #59AE95

#59AE95
(89,174,149)
#68B59E
(104,181,158)
#77BCA7
(119,188,167)
#86C3B0
(134,195,176)
#95CAB9
(149,202,185)
#A4D1C2
(164,209,194)
#B3D8CB
(179,216,203)
#C2DFD4
(194,223,212)
#D1E6DD
(209,230,221)
#E0EDE6
(224,237,230)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AE95 color. Also use rgb(89,174,149) instead hex code.

Text Font Color

.myTextColor { color: #59AE95; }

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

This text font color is #59AE95.


Background Color

.myBgColor { background-color: #59AE95; }

<div style="background-color:#59AE95">Inner text</div>

This div background color is #59AE95.


Border color

.myBorderColor { border: 1px solid #59AE95; }

<div style="border:3px solid #59AE95">Div</div>

This div border color is #59AE95.


Opacity

.myOpacity80 { color: #59AE95; opacity: 0.8; }

<p style="color:#59AE95;opacity:0.8;">80%</p>

Text with #59AE95 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 #59AE95;}

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

This text has shadow with #59AE95 color.

.textShadow {text-shadow: 3px 3px 1px #59AE95, 3px 3px 1px red;}

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

This text has shadow with #59AE95 primary color and red secondary color.


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

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

This text has shadow with #59AE95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AE95 on black background.


Color preview on white background

This text has color #59AE95 on white background.



Black color preview on #59AE95 background

This text has black color on #59AE95 background.


White color preview on #59AE95 background

This text has white color on #59AE95 background.