COLOR #55A778

HEX: #55A778
RGB: (85,167,120)

Color info

#55A778 contains mainly green and blue colors. Web safe color of #55A778 is #669966 (or #696).

RGB color model

#55A778 color RGB value is (85,167,120).

  • red value is 85;
  • green value is 167;
  • blue value is 120.
RGB:
(85,167,120)
(33%,65%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 167 of 255 = 65%
B 120 of 255 = 47%

85
167
120

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

Portions of RGB colors in percentages

R + G + B =
85 + 167 + 120 = 372 (100%)
R 85 of 372 ~ 22.85%
G 167 of 372 ~ 44.89%
B 120 of 372 ~ 32.26%

%22.85
%44.89
%32.26

CMYK color model

#55A778 color CMYK value is (49,0,28,35).

  • cyan value is 49.10%
  • magenta value is 0.00%
  • yellow value is 28.14%
  • key color value is 34.51%
CMYK:
(49,0,28,35)
C49M0Y28K35 
(49%,0%,28%,35%)
(0.49/0.00/0.28/0.35)	

CMYK percentages

%49.1
%0
%28.14
%34.51

Codes

Color #55A778 in popluar color models

55A778
RGB85167120
HSL146°32.54%49.41%
HSB/HSV146°49.10%65.49%
CMYK49.10%0.00%28.14%
34.51%

Color #55A778 in popluar number systems.

HEX55A778
Decimal85167120
Binary1010101101001111111000
Octal125247170

Shades and tints

Shades of #55A778

#55A778
(85,167,120)
#4E986E
(78,152,110)
#478964
(71,137,100)
#407A5A
(64,122,90)
#396B50
(57,107,80)
#325C46
(50,92,70)
#2B4D3C
(43,77,60)
#243E32
(36,62,50)
#1D2F28
(29,47,40)
#16201E
(22,32,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #55A778

#55A778
(85,167,120)
#64AF84
(100,175,132)
#73B790
(115,183,144)
#82BF9C
(130,191,156)
#91C7A8
(145,199,168)
#A0CFB4
(160,207,180)
#AFD7C0
(175,215,192)
#BEDFCC
(190,223,204)
#CDE7D8
(205,231,216)
#DCEFE4
(220,239,228)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A778 color. Also use rgb(85,167,120) instead hex code.

Text Font Color

.myTextColor { color: #55A778; }

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

This text font color is #55A778.


Background Color

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

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

This div background color is #55A778.


Border color

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

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

This div border color is #55A778.


Opacity

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

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

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

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

This text has shadow with #55A778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A778 on black background.


Color preview on white background

This text has color #55A778 on white background.



Black color preview on #55A778 background

This text has black color on #55A778 background.


White color preview on #55A778 background

This text has white color on #55A778 background.