COLOR #55C1C4

HEX: #55C1C4
RGB: (85,193,196)

Color info

#55C1C4 contains mainly green and blue colors. Web safe color of #55C1C4 is #66CCCC (or #6CC).

RGB color model

#55C1C4 color RGB value is (85,193,196).

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

RGB channels and saturation

R 85 of 255 = 33%
G 193 of 255 = 76%
B 196 of 255 = 77%

85
193
196

R + G + B ~ 62%. #55C1C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 193 + 196 = 474 (100%)
R 85 of 474 ~ 17.93%
G 193 of 474 ~ 40.72%
B 196 of 474 ~ 41.35%

%17.93
%40.72
%41.35

CMYK color model

#55C1C4 color CMYK value is (57,2,0,23).

  • cyan value is 56.63%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(57,2,0,23)
C57M2Y0K23 
(57%,2%,0%,23%)
(0.57/0.02/0.00/0.23)	

CMYK percentages

%56.63
%1.53
%0
%23.14

Codes

Color #55C1C4 in popluar color models

55C1C4
RGB85193196
HSL182°48.47%55.10%
HSB/HSV182°56.63%76.86%
CMYK56.63%1.53%0.00%
23.14%

Color #55C1C4 in popluar number systems.

HEX55C1C4
Decimal85193196
Binary10101011100000111000100
Octal125301304

Shades and tints

Shades of #55C1C4

#55C1C4
(85,193,196)
#4EB0B3
(78,176,179)
#479FA2
(71,159,162)
#408E91
(64,142,145)
#397D80
(57,125,128)
#326C6F
(50,108,111)
#2B5B5E
(43,91,94)
#244A4D
(36,74,77)
#1D393C
(29,57,60)
#16282B
(22,40,43)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #55C1C4

#55C1C4
(85,193,196)
#64C6C9
(100,198,201)
#73CBCE
(115,203,206)
#82D0D3
(130,208,211)
#91D5D8
(145,213,216)
#A0DADD
(160,218,221)
#AFDFE2
(175,223,226)
#BEE4E7
(190,228,231)
#CDE9EC
(205,233,236)
#DCEEF1
(220,238,241)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C1C4; }

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

This text font color is #55C1C4.


Background Color

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

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

This div background color is #55C1C4.


Border color

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

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

This div border color is #55C1C4.


Opacity

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

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

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

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

This text has shadow with #55C1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C1C4 on black background.


Color preview on white background

This text has color #55C1C4 on white background.



Black color preview on #55C1C4 background

This text has black color on #55C1C4 background.


White color preview on #55C1C4 background

This text has white color on #55C1C4 background.