COLOR #55B0AD

HEX: #55B0AD
RGB: (85,176,173)

Color info

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

RGB color model

#55B0AD color RGB value is (85,176,173).

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

RGB channels and saturation

R 85 of 255 = 33%
G 176 of 255 = 69%
B 173 of 255 = 68%

85
176
173

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

Portions of RGB colors in percentages

R + G + B =
85 + 176 + 173 = 434 (100%)
R 85 of 434 ~ 19.59%
G 176 of 434 ~ 40.55%
B 173 of 434 ~ 39.86%

%19.59
%40.55
%39.86

CMYK color model

#55B0AD color CMYK value is (52,0,2,31).

  • cyan value is 51.70%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK:
(52,0,2,31)
C52M0Y2K31 
(52%,0%,2%,31%)
(0.52/0.00/0.02/0.31)	

CMYK percentages

%51.7
%0
%1.7
%30.98

Codes

Color #55B0AD in popluar color models

55B0AD
RGB85176173
HSL178°36.55%51.18%
HSB/HSV178°51.70%69.02%
CMYK51.70%0.00%1.70%
30.98%

Color #55B0AD in popluar number systems.

HEX55B0AD
Decimal85176173
Binary10101011011000010101101
Octal125260255

Shades and tints

Shades of #55B0AD

#55B0AD
(85,176,173)
#4EA09E
(78,160,158)
#47908F
(71,144,143)
#408080
(64,128,128)
#397071
(57,112,113)
#326062
(50,96,98)
#2B5053
(43,80,83)
#244044
(36,64,68)
#1D3035
(29,48,53)
#162026
(22,32,38)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #55B0AD

#55B0AD
(85,176,173)
#64B7B4
(100,183,180)
#73BEBB
(115,190,187)
#82C5C2
(130,197,194)
#91CCC9
(145,204,201)
#A0D3D0
(160,211,208)
#AFDAD7
(175,218,215)
#BEE1DE
(190,225,222)
#CDE8E5
(205,232,229)
#DCEFEC
(220,239,236)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55B0AD; }

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

This text font color is #55B0AD.


Background Color

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

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

This div background color is #55B0AD.


Border color

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

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

This div border color is #55B0AD.


Opacity

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

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

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

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

This text has shadow with #55B0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B0AD on black background.


Color preview on white background

This text has color #55B0AD on white background.



Black color preview on #55B0AD background

This text has black color on #55B0AD background.


White color preview on #55B0AD background

This text has white color on #55B0AD background.