COLOR #55B8A4

HEX: #55B8A4
RGB: (85,184,164)

Color info

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

RGB color model

#55B8A4 color RGB value is (85,184,164).

  • red value is 85;
  • green value is 184;
  • blue value is 164.
RGB:
(85,184,164)
(33%,72%,64%)

RGB channels and saturation

R 85 of 255 = 33%
G 184 of 255 = 72%
B 164 of 255 = 64%

85
184
164

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

Portions of RGB colors in percentages

R + G + B =
85 + 184 + 164 = 433 (100%)
R 85 of 433 ~ 19.63%
G 184 of 433 ~ 42.49%
B 164 of 433 ~ 37.88%

%19.63
%42.49
%37.88

CMYK color model

#55B8A4 color CMYK value is (54,0,11,28).

  • cyan value is 53.80%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 27.84%
CMYK:
(54,0,11,28)
C54M0Y11K28 
(54%,0%,11%,28%)
(0.54/0.00/0.11/0.28)	

CMYK percentages

%53.8
%0
%10.87
%27.84

Codes

Color #55B8A4 in popluar color models

55B8A4
RGB85184164
HSL168°41.08%52.75%
HSB/HSV168°53.80%72.16%
CMYK53.80%0.00%10.87%
27.84%

Color #55B8A4 in popluar number systems.

HEX55B8A4
Decimal85184164
Binary10101011011100010100100
Octal125270244

Shades and tints

Shades of #55B8A4

#55B8A4
(85,184,164)
#4EA896
(78,168,150)
#479888
(71,152,136)
#40887A
(64,136,122)
#39786C
(57,120,108)
#32685E
(50,104,94)
#2B5850
(43,88,80)
#244842
(36,72,66)
#1D3834
(29,56,52)
#162826
(22,40,38)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #55B8A4

#55B8A4
(85,184,164)
#64BEAC
(100,190,172)
#73C4B4
(115,196,180)
#82CABC
(130,202,188)
#91D0C4
(145,208,196)
#A0D6CC
(160,214,204)
#AFDCD4
(175,220,212)
#BEE2DC
(190,226,220)
#CDE8E4
(205,232,228)
#DCEEEC
(220,238,236)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B8A4 color. Also use rgb(85,184,164) instead hex code.

Text Font Color

.myTextColor { color: #55B8A4; }

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

This text font color is #55B8A4.


Background Color

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

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

This div background color is #55B8A4.


Border color

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

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

This div border color is #55B8A4.


Opacity

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

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

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

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

This text has shadow with #55B8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B8A4 on black background.


Color preview on white background

This text has color #55B8A4 on white background.



Black color preview on #55B8A4 background

This text has black color on #55B8A4 background.


White color preview on #55B8A4 background

This text has white color on #55B8A4 background.