COLOR #55C1A0

HEX: #55C1A0
RGB: (85,193,160)

Color info

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

RGB color model

#55C1A0 color RGB value is (85,193,160).

  • red value is 85;
  • green value is 193;
  • blue value is 160.
RGB:
(85,193,160)
(33%,76%,63%)

RGB channels and saturation

R 85 of 255 = 33%
G 193 of 255 = 76%
B 160 of 255 = 63%

85
193
160

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

Portions of RGB colors in percentages

R + G + B =
85 + 193 + 160 = 438 (100%)
R 85 of 438 ~ 19.41%
G 193 of 438 ~ 44.06%
B 160 of 438 ~ 36.53%

%19.41
%44.06
%36.53

CMYK color model

#55C1A0 color CMYK value is (56,0,17,24).

  • cyan value is 55.96%
  • magenta value is 0.00%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(56,0,17,24)
C56M0Y17K24 
(56%,0%,17%,24%)
(0.56/0.00/0.17/0.24)	

CMYK percentages

%55.96
%0
%17.1
%24.31

Codes

Color #55C1A0 in popluar color models

55C1A0
RGB85193160
HSL162°46.55%54.51%
HSB/HSV162°55.96%75.69%
CMYK55.96%0.00%17.10%
24.31%

Color #55C1A0 in popluar number systems.

HEX55C1A0
Decimal85193160
Binary10101011100000110100000
Octal125301240

Shades and tints

Shades of #55C1A0

#55C1A0
(85,193,160)
#4EB092
(78,176,146)
#479F84
(71,159,132)
#408E76
(64,142,118)
#397D68
(57,125,104)
#326C5A
(50,108,90)
#2B5B4C
(43,91,76)
#244A3E
(36,74,62)
#1D3930
(29,57,48)
#162822
(22,40,34)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #55C1A0

#55C1A0
(85,193,160)
#64C6A8
(100,198,168)
#73CBB0
(115,203,176)
#82D0B8
(130,208,184)
#91D5C0
(145,213,192)
#A0DAC8
(160,218,200)
#AFDFD0
(175,223,208)
#BEE4D8
(190,228,216)
#CDE9E0
(205,233,224)
#DCEEE8
(220,238,232)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C1A0 color. Also use rgb(85,193,160) instead hex code.

Text Font Color

.myTextColor { color: #55C1A0; }

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

This text font color is #55C1A0.


Background Color

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

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

This div background color is #55C1A0.


Border color

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

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

This div border color is #55C1A0.


Opacity

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

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

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

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

This text has shadow with #55C1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C1A0 on black background.


Color preview on white background

This text has color #55C1A0 on white background.



Black color preview on #55C1A0 background

This text has black color on #55C1A0 background.


White color preview on #55C1A0 background

This text has white color on #55C1A0 background.