COLOR #55C8C9

HEX: #55C8C9
RGB: (85,200,201)

Color info

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

RGB color model

#55C8C9 color RGB value is (85,200,201).

  • red value is 85;
  • green value is 200;
  • blue value is 201.
RGB:
(85,200,201)
(33%,78%,79%)

RGB channels and saturation

R 85 of 255 = 33%
G 200 of 255 = 78%
B 201 of 255 = 79%

85
200
201

R + G + B ~ 63%. #55C8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 200 + 201 = 486 (100%)
R 85 of 486 ~ 17.49%
G 200 of 486 ~ 41.15%
B 201 of 486 ~ 41.36%

%17.49
%41.15
%41.36

CMYK color model

#55C8C9 color CMYK value is (58,0,0,21).

  • cyan value is 57.71%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(58,0,0,21)
C58M0Y0K21 
(58%,0%,0%,21%)
(0.58/0.00/0.00/0.21)	

CMYK percentages

%57.71
%0.5
%0
%21.18

Codes

Color #55C8C9 in popluar color models

55C8C9
RGB85200201
HSL181°51.79%56.08%
HSB/HSV181°57.71%78.82%
CMYK57.71%0.50%0.00%
21.18%

Color #55C8C9 in popluar number systems.

HEX55C8C9
Decimal85200201
Binary10101011100100011001001
Octal125310311

Shades and tints

Shades of #55C8C9

#55C8C9
(85,200,201)
#4EB6B7
(78,182,183)
#47A4A5
(71,164,165)
#409293
(64,146,147)
#398081
(57,128,129)
#326E6F
(50,110,111)
#2B5C5D
(43,92,93)
#244A4B
(36,74,75)
#1D3839
(29,56,57)
#162627
(22,38,39)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #55C8C9

#55C8C9
(85,200,201)
#64CDCD
(100,205,205)
#73D2D1
(115,210,209)
#82D7D5
(130,215,213)
#91DCD9
(145,220,217)
#A0E1DD
(160,225,221)
#AFE6E1
(175,230,225)
#BEEBE5
(190,235,229)
#CDF0E9
(205,240,233)
#DCF5ED
(220,245,237)
#EBFAF1
(235,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C8C9 color. Also use rgb(85,200,201) instead hex code.

Text Font Color

.myTextColor { color: #55C8C9; }

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

This text font color is #55C8C9.


Background Color

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

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

This div background color is #55C8C9.


Border color

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

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

This div border color is #55C8C9.


Opacity

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

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

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

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

This text has shadow with #55C8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C8C9 on black background.


Color preview on white background

This text has color #55C8C9 on white background.



Black color preview on #55C8C9 background

This text has black color on #55C8C9 background.


White color preview on #55C8C9 background

This text has white color on #55C8C9 background.