COLOR #55A48B

HEX: #55A48B
RGB: (85,164,139)

Color info

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

RGB color model

#55A48B color RGB value is (85,164,139).

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

RGB channels and saturation

R 85 of 255 = 33%
G 164 of 255 = 64%
B 139 of 255 = 55%

85
164
139

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

Portions of RGB colors in percentages

R + G + B =
85 + 164 + 139 = 388 (100%)
R 85 of 388 ~ 21.91%
G 164 of 388 ~ 42.27%
B 139 of 388 ~ 35.82%

%21.91
%42.27
%35.82

CMYK color model

#55A48B color CMYK value is (48,0,15,36).

  • cyan value is 48.17%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(48,0,15,36)
C48M0Y15K36 
(48%,0%,15%,36%)
(0.48/0.00/0.15/0.36)	

CMYK percentages

%48.17
%0
%15.24
%35.69

Codes

Color #55A48B in popluar color models

55A48B
RGB85164139
HSL161°31.73%48.82%
HSB/HSV161°48.17%64.31%
CMYK48.17%0.00%15.24%
35.69%

Color #55A48B in popluar number systems.

HEX55A48B
Decimal85164139
Binary10101011010010010001011
Octal125244213

Shades and tints

Shades of #55A48B

#55A48B
(85,164,139)
#4E967F
(78,150,127)
#478873
(71,136,115)
#407A67
(64,122,103)
#396C5B
(57,108,91)
#325E4F
(50,94,79)
#2B5043
(43,80,67)
#244237
(36,66,55)
#1D342B
(29,52,43)
#16261F
(22,38,31)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #55A48B

#55A48B
(85,164,139)
#64AC95
(100,172,149)
#73B49F
(115,180,159)
#82BCA9
(130,188,169)
#91C4B3
(145,196,179)
#A0CCBD
(160,204,189)
#AFD4C7
(175,212,199)
#BEDCD1
(190,220,209)
#CDE4DB
(205,228,219)
#DCECE5
(220,236,229)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A48B; }

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

This text font color is #55A48B.


Background Color

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

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

This div background color is #55A48B.


Border color

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

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

This div border color is #55A48B.


Opacity

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

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

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

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

This text has shadow with #55A48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A48B on black background.


Color preview on white background

This text has color #55A48B on white background.



Black color preview on #55A48B background

This text has black color on #55A48B background.


White color preview on #55A48B background

This text has white color on #55A48B background.