COLOR #5AB9C5

HEX: #5AB9C5
RGB: (90,185,197)

Color info

#5AB9C5 contains mainly green and blue colors. Web safe color of #5AB9C5 is #66CCCC (or #6CC).

RGB color model

#5AB9C5 color RGB value is (90,185,197).

  • red value is 90;
  • green value is 185;
  • blue value is 197.
RGB:
(90,185,197)
(35%,73%,77%)

RGB channels and saturation

R 90 of 255 = 35%
G 185 of 255 = 73%
B 197 of 255 = 77%

90
185
197

R + G + B ~ 62%. #5AB9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 185 + 197 = 472 (100%)
R 90 of 472 ~ 19.07%
G 185 of 472 ~ 39.19%
B 197 of 472 ~ 41.74%

%19.07
%39.19
%41.74

CMYK color model

#5AB9C5 color CMYK value is (54,6,0,23).

  • cyan value is 54.31%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(54,6,0,23)
C54M6Y0K23 
(54%,6%,0%,23%)
(0.54/0.06/0.00/0.23)	

CMYK percentages

%54.31
%6.09
%0
%22.75

Codes

Color #5AB9C5 in popluar color models

5AB9C5
RGB90185197
HSL187°47.98%56.27%
HSB/HSV187°54.31%77.25%
CMYK54.31%6.09%0.00%
22.75%

Color #5AB9C5 in popluar number systems.

HEX5AB9C5
Decimal90185197
Binary10110101011100111000101
Octal132271305

Shades and tints

Shades of #5AB9C5

#5AB9C5
(90,185,197)
#52A9B4
(82,169,180)
#4A99A3
(74,153,163)
#428992
(66,137,146)
#3A7981
(58,121,129)
#326970
(50,105,112)
#2A595F
(42,89,95)
#22494E
(34,73,78)
#1A393D
(26,57,61)
#12292C
(18,41,44)
#0A191B
(10,25,27)
#000000
(0,0,0)

Tints of #5AB9C5

#5AB9C5
(90,185,197)
#69BFCA
(105,191,202)
#78C5CF
(120,197,207)
#87CBD4
(135,203,212)
#96D1D9
(150,209,217)
#A5D7DE
(165,215,222)
#B4DDE3
(180,221,227)
#C3E3E8
(195,227,232)
#D2E9ED
(210,233,237)
#E1EFF2
(225,239,242)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB9C5 color. Also use rgb(90,185,197) instead hex code.

Text Font Color

.myTextColor { color: #5AB9C5; }

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

This text font color is #5AB9C5.


Background Color

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

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

This div background color is #5AB9C5.


Border color

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

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

This div border color is #5AB9C5.


Opacity

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

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

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

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

This text has shadow with #5AB9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB9C5 on black background.


Color preview on white background

This text has color #5AB9C5 on white background.



Black color preview on #5AB9C5 background

This text has black color on #5AB9C5 background.


White color preview on #5AB9C5 background

This text has white color on #5AB9C5 background.