COLOR #55C3A4

HEX: #55C3A4
RGB: (85,195,164)

Color info

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

RGB color model

#55C3A4 color RGB value is (85,195,164).

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

RGB channels and saturation

R 85 of 255 = 33%
G 195 of 255 = 76%
B 164 of 255 = 64%

85
195
164

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

Portions of RGB colors in percentages

R + G + B =
85 + 195 + 164 = 444 (100%)
R 85 of 444 ~ 19.14%
G 195 of 444 ~ 43.92%
B 164 of 444 ~ 36.94%

%19.14
%43.92
%36.94

CMYK color model

#55C3A4 color CMYK value is (56,0,16,24).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 23.53%
CMYK:
(56,0,16,24)
C56M0Y16K24 
(56%,0%,16%,24%)
(0.56/0.00/0.16/0.24)	

CMYK percentages

%56.41
%0
%15.9
%23.53

Codes

Color #55C3A4 in popluar color models

55C3A4
RGB85195164
HSL163°47.83%54.90%
HSB/HSV163°56.41%76.47%
CMYK56.41%0.00%15.90%
23.53%

Color #55C3A4 in popluar number systems.

HEX55C3A4
Decimal85195164
Binary10101011100001110100100
Octal125303244

Shades and tints

Shades of #55C3A4

#55C3A4
(85,195,164)
#4EB296
(78,178,150)
#47A188
(71,161,136)
#40907A
(64,144,122)
#397F6C
(57,127,108)
#326E5E
(50,110,94)
#2B5D50
(43,93,80)
#244C42
(36,76,66)
#1D3B34
(29,59,52)
#162A26
(22,42,38)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #55C3A4

#55C3A4
(85,195,164)
#64C8AC
(100,200,172)
#73CDB4
(115,205,180)
#82D2BC
(130,210,188)
#91D7C4
(145,215,196)
#A0DCCC
(160,220,204)
#AFE1D4
(175,225,212)
#BEE6DC
(190,230,220)
#CDEBE4
(205,235,228)
#DCF0EC
(220,240,236)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C3A4; }

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

This text font color is #55C3A4.


Background Color

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

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

This div background color is #55C3A4.


Border color

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

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

This div border color is #55C3A4.


Opacity

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

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

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

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

This text has shadow with #55C3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C3A4 on black background.


Color preview on white background

This text has color #55C3A4 on white background.



Black color preview on #55C3A4 background

This text has black color on #55C3A4 background.


White color preview on #55C3A4 background

This text has white color on #55C3A4 background.