COLOR #55C9A9

HEX: #55C9A9
RGB: (85,201,169)

Color info

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

RGB color model

#55C9A9 color RGB value is (85,201,169).

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

RGB channels and saturation

R 85 of 255 = 33%
G 201 of 255 = 79%
B 169 of 255 = 66%

85
201
169

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

Portions of RGB colors in percentages

R + G + B =
85 + 201 + 169 = 455 (100%)
R 85 of 455 ~ 18.68%
G 201 of 455 ~ 44.18%
B 169 of 455 ~ 37.14%

%18.68
%44.18
%37.14

CMYK color model

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

  • cyan value is 57.71%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 21.18%
CMYK:
(58,0,16,21)
C58M0Y16K21 
(58%,0%,16%,21%)
(0.58/0.00/0.16/0.21)	

CMYK percentages

%57.71
%0
%15.92
%21.18

Codes

Color #55C9A9 in popluar color models

55C9A9
RGB85201169
HSL163°51.79%56.08%
HSB/HSV163°57.71%78.82%
CMYK57.71%0.00%15.92%
21.18%

Color #55C9A9 in popluar number systems.

HEX55C9A9
Decimal85201169
Binary10101011100100110101001
Octal125311251

Shades and tints

Shades of #55C9A9

#55C9A9
(85,201,169)
#4EB79A
(78,183,154)
#47A58B
(71,165,139)
#40937C
(64,147,124)
#39816D
(57,129,109)
#326F5E
(50,111,94)
#2B5D4F
(43,93,79)
#244B40
(36,75,64)
#1D3931
(29,57,49)
#162722
(22,39,34)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #55C9A9

#55C9A9
(85,201,169)
#64CDB0
(100,205,176)
#73D1B7
(115,209,183)
#82D5BE
(130,213,190)
#91D9C5
(145,217,197)
#A0DDCC
(160,221,204)
#AFE1D3
(175,225,211)
#BEE5DA
(190,229,218)
#CDE9E1
(205,233,225)
#DCEDE8
(220,237,232)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C9A9; }

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

This text font color is #55C9A9.


Background Color

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

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

This div background color is #55C9A9.


Border color

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

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

This div border color is #55C9A9.


Opacity

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

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

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

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

This text has shadow with #55C9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C9A9 on black background.


Color preview on white background

This text has color #55C9A9 on white background.



Black color preview on #55C9A9 background

This text has black color on #55C9A9 background.


White color preview on #55C9A9 background

This text has white color on #55C9A9 background.