COLOR #55B0A9

HEX: #55B0A9
RGB: (85,176,169)

Color info

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

RGB color model

#55B0A9 color RGB value is (85,176,169).

  • red value is 85;
  • green value is 176;
  • blue value is 169.
RGB:
(85,176,169)
(33%,69%,66%)

RGB channels and saturation

R 85 of 255 = 33%
G 176 of 255 = 69%
B 169 of 255 = 66%

85
176
169

R + G + B ~ 56%. #55B0A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 176 + 169 = 430 (100%)
R 85 of 430 ~ 19.77%
G 176 of 430 ~ 40.93%
B 169 of 430 ~ 39.3%

%19.77
%40.93
%39.3

CMYK color model

#55B0A9 color CMYK value is (52,0,4,31).

  • cyan value is 51.70%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 30.98%
CMYK:
(52,0,4,31)
C52M0Y4K31 
(52%,0%,4%,31%)
(0.52/0.00/0.04/0.31)	

CMYK percentages

%51.7
%0
%3.98
%30.98

Codes

Color #55B0A9 in popluar color models

55B0A9
RGB85176169
HSL175°36.55%51.18%
HSB/HSV175°51.70%69.02%
CMYK51.70%0.00%3.98%
30.98%

Color #55B0A9 in popluar number systems.

HEX55B0A9
Decimal85176169
Binary10101011011000010101001
Octal125260251

Shades and tints

Shades of #55B0A9

#55B0A9
(85,176,169)
#4EA09A
(78,160,154)
#47908B
(71,144,139)
#40807C
(64,128,124)
#39706D
(57,112,109)
#32605E
(50,96,94)
#2B504F
(43,80,79)
#244040
(36,64,64)
#1D3031
(29,48,49)
#162022
(22,32,34)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #55B0A9

#55B0A9
(85,176,169)
#64B7B0
(100,183,176)
#73BEB7
(115,190,183)
#82C5BE
(130,197,190)
#91CCC5
(145,204,197)
#A0D3CC
(160,211,204)
#AFDAD3
(175,218,211)
#BEE1DA
(190,225,218)
#CDE8E1
(205,232,225)
#DCEFE8
(220,239,232)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B0A9 color. Also use rgb(85,176,169) instead hex code.

Text Font Color

.myTextColor { color: #55B0A9; }

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

This text font color is #55B0A9.


Background Color

.myBgColor { background-color: #55B0A9; }

<div style="background-color:#55B0A9">Inner text</div>

This div background color is #55B0A9.


Border color

.myBorderColor { border: 1px solid #55B0A9; }

<div style="border:3px solid #55B0A9">Div</div>

This div border color is #55B0A9.


Opacity

.myOpacity80 { color: #55B0A9; opacity: 0.8; }

<p style="color:#55B0A9;opacity:0.8;">80%</p>

Text with #55B0A9 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 #55B0A9;}

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

This text has shadow with #55B0A9 color.

.textShadow {text-shadow: 3px 3px 1px #55B0A9, 3px 3px 1px red;}

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

This text has shadow with #55B0A9 primary color and red secondary color.


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

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

This text has shadow with #55B0A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B0A9 on black background.


Color preview on white background

This text has color #55B0A9 on white background.



Black color preview on #55B0A9 background

This text has black color on #55B0A9 background.


White color preview on #55B0A9 background

This text has white color on #55B0A9 background.