COLOR #5AB1AF

HEX: #5AB1AF
RGB: (90,177,175)

Color info

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

RGB color model

#5AB1AF color RGB value is (90,177,175).

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

RGB channels and saturation

R 90 of 255 = 35%
G 177 of 255 = 69%
B 175 of 255 = 69%

90
177
175

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

Portions of RGB colors in percentages

R + G + B =
90 + 177 + 175 = 442 (100%)
R 90 of 442 ~ 20.36%
G 177 of 442 ~ 40.05%
B 175 of 442 ~ 39.59%

%20.36
%40.05
%39.59

CMYK color model

#5AB1AF color CMYK value is (49,0,1,31).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(49,0,1,31)
C49M0Y1K31 
(49%,0%,1%,31%)
(0.49/0.00/0.01/0.31)	

CMYK percentages

%49.15
%0
%1.13
%30.59

Codes

Color #5AB1AF in popluar color models

5AB1AF
RGB90177175
HSL179°35.80%52.35%
HSB/HSV179°49.15%69.41%
CMYK49.15%0.00%1.13%
30.59%

Color #5AB1AF in popluar number systems.

HEX5AB1AF
Decimal90177175
Binary10110101011000110101111
Octal132261257

Shades and tints

Shades of #5AB1AF

#5AB1AF
(90,177,175)
#52A1A0
(82,161,160)
#4A9191
(74,145,145)
#428182
(66,129,130)
#3A7173
(58,113,115)
#326164
(50,97,100)
#2A5155
(42,81,85)
#224146
(34,65,70)
#1A3137
(26,49,55)
#122128
(18,33,40)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #5AB1AF

#5AB1AF
(90,177,175)
#69B8B6
(105,184,182)
#78BFBD
(120,191,189)
#87C6C4
(135,198,196)
#96CDCB
(150,205,203)
#A5D4D2
(165,212,210)
#B4DBD9
(180,219,217)
#C3E2E0
(195,226,224)
#D2E9E7
(210,233,231)
#E1F0EE
(225,240,238)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB1AF; }

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

This text font color is #5AB1AF.


Background Color

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

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

This div background color is #5AB1AF.


Border color

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

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

This div border color is #5AB1AF.


Opacity

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

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

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

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

This text has shadow with #5AB1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB1AF on black background.


Color preview on white background

This text has color #5AB1AF on white background.



Black color preview on #5AB1AF background

This text has black color on #5AB1AF background.


White color preview on #5AB1AF background

This text has white color on #5AB1AF background.