COLOR #55BAA8

HEX: #55BAA8
RGB: (85,186,168)

Color info

#55BAA8 contains mainly green and blue colors. Web safe color of #55BAA8 is #66CC99 (or #6C9).

RGB color model

#55BAA8 color RGB value is (85,186,168).

  • red value is 85;
  • green value is 186;
  • blue value is 168.
RGB:
(85,186,168)
(33%,73%,66%)

RGB channels and saturation

R 85 of 255 = 33%
G 186 of 255 = 73%
B 168 of 255 = 66%

85
186
168

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

Portions of RGB colors in percentages

R + G + B =
85 + 186 + 168 = 439 (100%)
R 85 of 439 ~ 19.36%
G 186 of 439 ~ 42.37%
B 168 of 439 ~ 38.27%

%19.36
%42.37
%38.27

CMYK color model

#55BAA8 color CMYK value is (54,0,10,27).

  • cyan value is 54.30%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 27.06%
CMYK:
(54,0,10,27)
C54M0Y10K27 
(54%,0%,10%,27%)
(0.54/0.00/0.10/0.27)	

CMYK percentages

%54.3
%0
%9.68
%27.06

Codes

Color #55BAA8 in popluar color models

55BAA8
RGB85186168
HSL169°42.26%53.14%
HSB/HSV169°54.30%72.94%
CMYK54.30%0.00%9.68%
27.06%

Color #55BAA8 in popluar number systems.

HEX55BAA8
Decimal85186168
Binary10101011011101010101000
Octal125272250

Shades and tints

Shades of #55BAA8

#55BAA8
(85,186,168)
#4EAA99
(78,170,153)
#479A8A
(71,154,138)
#408A7B
(64,138,123)
#397A6C
(57,122,108)
#326A5D
(50,106,93)
#2B5A4E
(43,90,78)
#244A3F
(36,74,63)
#1D3A30
(29,58,48)
#162A21
(22,42,33)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #55BAA8

#55BAA8
(85,186,168)
#64C0AF
(100,192,175)
#73C6B6
(115,198,182)
#82CCBD
(130,204,189)
#91D2C4
(145,210,196)
#A0D8CB
(160,216,203)
#AFDED2
(175,222,210)
#BEE4D9
(190,228,217)
#CDEAE0
(205,234,224)
#DCF0E7
(220,240,231)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BAA8 color. Also use rgb(85,186,168) instead hex code.

Text Font Color

.myTextColor { color: #55BAA8; }

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

This text font color is #55BAA8.


Background Color

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

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

This div background color is #55BAA8.


Border color

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

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

This div border color is #55BAA8.


Opacity

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

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

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

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

This text has shadow with #55BAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BAA8 on black background.


Color preview on white background

This text has color #55BAA8 on white background.



Black color preview on #55BAA8 background

This text has black color on #55BAA8 background.


White color preview on #55BAA8 background

This text has white color on #55BAA8 background.