COLOR #5AAF8F

HEX: #5AAF8F
RGB: (90,175,143)

Color info

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

RGB color model

#5AAF8F color RGB value is (90,175,143).

  • red value is 90;
  • green value is 175;
  • blue value is 143.
RGB:
(90,175,143)
(35%,69%,56%)

RGB channels and saturation

R 90 of 255 = 35%
G 175 of 255 = 69%
B 143 of 255 = 56%

90
175
143

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

Portions of RGB colors in percentages

R + G + B =
90 + 175 + 143 = 408 (100%)
R 90 of 408 ~ 22.06%
G 175 of 408 ~ 42.89%
B 143 of 408 ~ 35.05%

%22.06
%42.89
%35.05

CMYK color model

#5AAF8F color CMYK value is (49,0,18,31).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(49,0,18,31)
C49M0Y18K31 
(49%,0%,18%,31%)
(0.49/0.00/0.18/0.31)	

CMYK percentages

%48.57
%0
%18.29
%31.37

Codes

Color #5AAF8F in popluar color models

5AAF8F
RGB90175143
HSL157°34.69%51.96%
HSB/HSV157°48.57%68.63%
CMYK48.57%0.00%18.29%
31.37%

Color #5AAF8F in popluar number systems.

HEX5AAF8F
Decimal90175143
Binary10110101010111110001111
Octal132257217

Shades and tints

Shades of #5AAF8F

#5AAF8F
(90,175,143)
#52A082
(82,160,130)
#4A9175
(74,145,117)
#428268
(66,130,104)
#3A735B
(58,115,91)
#32644E
(50,100,78)
#2A5541
(42,85,65)
#224634
(34,70,52)
#1A3727
(26,55,39)
#12281A
(18,40,26)
#0A190D
(10,25,13)
#000000
(0,0,0)

Tints of #5AAF8F

#5AAF8F
(90,175,143)
#69B699
(105,182,153)
#78BDA3
(120,189,163)
#87C4AD
(135,196,173)
#96CBB7
(150,203,183)
#A5D2C1
(165,210,193)
#B4D9CB
(180,217,203)
#C3E0D5
(195,224,213)
#D2E7DF
(210,231,223)
#E1EEE9
(225,238,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAF8F color. Also use rgb(90,175,143) instead hex code.

Text Font Color

.myTextColor { color: #5AAF8F; }

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

This text font color is #5AAF8F.


Background Color

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

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

This div background color is #5AAF8F.


Border color

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

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

This div border color is #5AAF8F.


Opacity

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

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

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

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

This text has shadow with #5AAF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AAF8F on black background.


Color preview on white background

This text has color #5AAF8F on white background.



Black color preview on #5AAF8F background

This text has black color on #5AAF8F background.


White color preview on #5AAF8F background

This text has white color on #5AAF8F background.