COLOR #55BA89

HEX: #55BA89
RGB: (85,186,137)

Color info

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

RGB color model

#55BA89 color RGB value is (85,186,137).

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

RGB channels and saturation

R 85 of 255 = 33%
G 186 of 255 = 73%
B 137 of 255 = 54%

85
186
137

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

Portions of RGB colors in percentages

R + G + B =
85 + 186 + 137 = 408 (100%)
R 85 of 408 ~ 20.83%
G 186 of 408 ~ 45.59%
B 137 of 408 ~ 33.58%

%20.83
%45.59
%33.58

CMYK color model

#55BA89 color CMYK value is (54,0,26,27).

  • cyan value is 54.30%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 27.06%
CMYK:
(54,0,26,27)
C54M0Y26K27 
(54%,0%,26%,27%)
(0.54/0.00/0.26/0.27)	

CMYK percentages

%54.3
%0
%26.34
%27.06

Codes

Color #55BA89 in popluar color models

55BA89
RGB85186137
HSL151°42.26%53.14%
HSB/HSV151°54.30%72.94%
CMYK54.30%0.00%26.34%
27.06%

Color #55BA89 in popluar number systems.

HEX55BA89
Decimal85186137
Binary10101011011101010001001
Octal125272211

Shades and tints

Shades of #55BA89

#55BA89
(85,186,137)
#4EAA7D
(78,170,125)
#479A71
(71,154,113)
#408A65
(64,138,101)
#397A59
(57,122,89)
#326A4D
(50,106,77)
#2B5A41
(43,90,65)
#244A35
(36,74,53)
#1D3A29
(29,58,41)
#162A1D
(22,42,29)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #55BA89

#55BA89
(85,186,137)
#64C093
(100,192,147)
#73C69D
(115,198,157)
#82CCA7
(130,204,167)
#91D2B1
(145,210,177)
#A0D8BB
(160,216,187)
#AFDEC5
(175,222,197)
#BEE4CF
(190,228,207)
#CDEAD9
(205,234,217)
#DCF0E3
(220,240,227)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55BA89; }

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

This text font color is #55BA89.


Background Color

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

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

This div background color is #55BA89.


Border color

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

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

This div border color is #55BA89.


Opacity

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

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

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

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

This text has shadow with #55BA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BA89 on black background.


Color preview on white background

This text has color #55BA89 on white background.



Black color preview on #55BA89 background

This text has black color on #55BA89 background.


White color preview on #55BA89 background

This text has white color on #55BA89 background.