COLOR #5A9C99

HEX: #5A9C99
RGB: (90,156,153)

Color info

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

RGB color model

#5A9C99 color RGB value is (90,156,153).

  • red value is 90;
  • green value is 156;
  • blue value is 153.
RGB:
(90,156,153)
(35%,61%,60%)

RGB channels and saturation

R 90 of 255 = 35%
G 156 of 255 = 61%
B 153 of 255 = 60%

90
156
153

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

Portions of RGB colors in percentages

R + G + B =
90 + 156 + 153 = 399 (100%)
R 90 of 399 ~ 22.56%
G 156 of 399 ~ 39.1%
B 153 of 399 ~ 38.35%

%22.56
%39.1
%38.35

CMYK color model

#5A9C99 color CMYK value is (42,0,2,39).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK:
(42,0,2,39)
C42M0Y2K39 
(42%,0%,2%,39%)
(0.42/0.00/0.02/0.39)	

CMYK percentages

%42.31
%0
%1.92
%38.82

Codes

Color #5A9C99 in popluar color models

5A9C99
RGB90156153
HSL177°26.83%48.24%
HSB/HSV177°42.31%61.18%
CMYK42.31%0.00%1.92%
38.82%

Color #5A9C99 in popluar number systems.

HEX5A9C99
Decimal90156153
Binary10110101001110010011001
Octal132234231

Shades and tints

Shades of #5A9C99

#5A9C99
(90,156,153)
#528E8C
(82,142,140)
#4A807F
(74,128,127)
#427272
(66,114,114)
#3A6465
(58,100,101)
#325658
(50,86,88)
#2A484B
(42,72,75)
#223A3E
(34,58,62)
#1A2C31
(26,44,49)
#121E24
(18,30,36)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #5A9C99

#5A9C99
(90,156,153)
#69A5A2
(105,165,162)
#78AEAB
(120,174,171)
#87B7B4
(135,183,180)
#96C0BD
(150,192,189)
#A5C9C6
(165,201,198)
#B4D2CF
(180,210,207)
#C3DBD8
(195,219,216)
#D2E4E1
(210,228,225)
#E1EDEA
(225,237,234)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9C99 color. Also use rgb(90,156,153) instead hex code.

Text Font Color

.myTextColor { color: #5A9C99; }

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

This text font color is #5A9C99.


Background Color

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

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

This div background color is #5A9C99.


Border color

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

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

This div border color is #5A9C99.


Opacity

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

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

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

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

This text has shadow with #5A9C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9C99 on black background.


Color preview on white background

This text has color #5A9C99 on white background.



Black color preview on #5A9C99 background

This text has black color on #5A9C99 background.


White color preview on #5A9C99 background

This text has white color on #5A9C99 background.