COLOR #5A9E7A

HEX: #5A9E7A
RGB: (90,158,122)

Color info

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

RGB color model

#5A9E7A color RGB value is (90,158,122).

  • red value is 90;
  • green value is 158;
  • blue value is 122.
RGB:
(90,158,122)
(35%,62%,48%)

RGB channels and saturation

R 90 of 255 = 35%
G 158 of 255 = 62%
B 122 of 255 = 48%

90
158
122

R + G + B ~ 48%. #5A9E7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 158 + 122 = 370 (100%)
R 90 of 370 ~ 24.32%
G 158 of 370 ~ 42.7%
B 122 of 370 ~ 32.97%

%24.32
%42.7
%32.97

CMYK color model

#5A9E7A color CMYK value is (43,0,23,38).

  • cyan value is 43.04%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 38.04%
CMYK:
(43,0,23,38)
C43M0Y23K38 
(43%,0%,23%,38%)
(0.43/0.00/0.23/0.38)	

CMYK percentages

%43.04
%0
%22.78
%38.04

Codes

Color #5A9E7A in popluar color models

5A9E7A
RGB90158122
HSL148°27.42%48.63%
HSB/HSV148°43.04%61.96%
CMYK43.04%0.00%22.78%
38.04%

Color #5A9E7A in popluar number systems.

HEX5A9E7A
Decimal90158122
Binary1011010100111101111010
Octal132236172

Shades and tints

Shades of #5A9E7A

#5A9E7A
(90,158,122)
#52906F
(82,144,111)
#4A8264
(74,130,100)
#427459
(66,116,89)
#3A664E
(58,102,78)
#325843
(50,88,67)
#2A4A38
(42,74,56)
#223C2D
(34,60,45)
#1A2E22
(26,46,34)
#122017
(18,32,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #5A9E7A

#5A9E7A
(90,158,122)
#69A686
(105,166,134)
#78AE92
(120,174,146)
#87B69E
(135,182,158)
#96BEAA
(150,190,170)
#A5C6B6
(165,198,182)
#B4CEC2
(180,206,194)
#C3D6CE
(195,214,206)
#D2DEDA
(210,222,218)
#E1E6E6
(225,230,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9E7A color. Also use rgb(90,158,122) instead hex code.

Text Font Color

.myTextColor { color: #5A9E7A; }

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

This text font color is #5A9E7A.


Background Color

.myBgColor { background-color: #5A9E7A; }

<div style="background-color:#5A9E7A">Inner text</div>

This div background color is #5A9E7A.


Border color

.myBorderColor { border: 1px solid #5A9E7A; }

<div style="border:3px solid #5A9E7A">Div</div>

This div border color is #5A9E7A.


Opacity

.myOpacity80 { color: #5A9E7A; opacity: 0.8; }

<p style="color:#5A9E7A;opacity:0.8;">80%</p>

Text with #5A9E7A 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 #5A9E7A;}

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

This text has shadow with #5A9E7A color.

.textShadow {text-shadow: 3px 3px 1px #5A9E7A, 3px 3px 1px red;}

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

This text has shadow with #5A9E7A primary color and red secondary color.


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

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

This text has shadow with #5A9E7A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9E7A on black background.


Color preview on white background

This text has color #5A9E7A on white background.



Black color preview on #5A9E7A background

This text has black color on #5A9E7A background.


White color preview on #5A9E7A background

This text has white color on #5A9E7A background.