COLOR #59AEA2

HEX: #59AEA2 RGB: (89,174,162)

Color info

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

RGB color model

#59AEA2 color RGB value is (89,174,162).

RGB: (89,174,162) (35%, 68%, 64%)

RGB channels and saturation

R 89 of 255 = 35%
G 174 of 255 = 68%
B 162 of 255 = 64%

89
174
162

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

Portions of RGB colors in percentages

R + G + B = 89 + 174 + 162 = 425 (100%)
R 89 of 425 ~ 20.94%
G 174 of 425 ~ 40.94%
B 162 of 425 ~ 38.12'%

%20.94
%40.94
%38.12

CMYK color model

#59AEA2 color CMYK value is (49,0,7,32).

  • cyan value is 48.85%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 31.76%

CMYK: (49,0,7,32)
C49M0Y7K32 (49%, 0%, 7%, 32%)
(0.49 / 0.00 / 0.07 / 0.32)

CMYK percentages

%48.85
%0
%6.9
%31.76

Codes

Color #59AEA2 in popluar color models

59 AE A2
RGB 89 174 162
HSL 172° 34.41% 51.57%
HSB/HSV 172° 48.85% 68.24%
CMYK 48.85% 0.00% 6.90%
31.76%

Color #59AEA2 in popluar number systems.

HEX 59 AE A2
Decimal 89 174 162
Binary 1011001 10101110 10100010
Octal 131 256 242

Shades and tints

Shades of #59AEA2

#59AEA2
(89,174,162)
#519F94
(81,159,148)
#499086
(73,144,134)
#418178
(65,129,120)
#39726A
(57,114,106)
#31635C
(49,99,92)
#29544E
(41,84,78)
#214540
(33,69,64)
#193632
(25,54,50)
#112724
(17,39,36)
#091816
(9,24,22)
#000000
(0,0,0)

Tints of #59AEA2

#59AEA2
(89,174,162)
#68B5AA
(104,181,170)
#77BCB2
(119,188,178)
#86C3BA
(134,195,186)
#95CAC2
(149,202,194)
#A4D1CA
(164,209,202)
#B3D8D2
(179,216,210)
#C2DFDA
(194,223,218)
#D1E6E2
(209,230,226)
#E0EDEA
(224,237,234)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59AEA2; }

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

This text font color is #59AEA2.

Background Color

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

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

This div background color is #59AEA2.

Border color

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

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

This div border color is #59AEA2.

Opacity

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

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

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

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

This text has shadow with #59AEA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59AEA2.

Preview

Color preview on black background

This text has color #59AEA2 on black background.


Color preview on white background

This text has color #59AEA2 on white background.


Black color preview on #59AEA2 background

This text has black color on #59AEA2 background.


White color preview on #59AEA2 background

This text has white color on #59AEA2 background.


Related colors

Complementary color

Complementary color for #hex is #A6515D.


I love getcolorcode.com

Triadic colors

1 #A259AE and #AEA259 with #59AEA2 are triadic colors.

2 #A2AE59 and #AE59A2 with #59AEA2 are triadic colors.