COLOR #55C9A6

HEX: #55C9A6
RGB: (85,201,166)

Color info

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

RGB color model

#55C9A6 color RGB value is (85,201,166).

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

RGB channels and saturation

R 85 of 255 = 33%
G 201 of 255 = 79%
B 166 of 255 = 65%

85
201
166

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

Portions of RGB colors in percentages

R + G + B =
85 + 201 + 166 = 452 (100%)
R 85 of 452 ~ 18.81%
G 201 of 452 ~ 44.47%
B 166 of 452 ~ 36.73%

%18.81
%44.47
%36.73

CMYK color model

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

  • cyan value is 57.71%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 21.18%
CMYK:
(58,0,17,21)
C58M0Y17K21 
(58%,0%,17%,21%)
(0.58/0.00/0.17/0.21)	

CMYK percentages

%57.71
%0
%17.41
%21.18

Codes

Color #55C9A6 in popluar color models

55C9A6
RGB85201166
HSL162°51.79%56.08%
HSB/HSV162°57.71%78.82%
CMYK57.71%0.00%17.41%
21.18%

Color #55C9A6 in popluar number systems.

HEX55C9A6
Decimal85201166
Binary10101011100100110100110
Octal125311246

Shades and tints

Shades of #55C9A6

#55C9A6
(85,201,166)
#4EB797
(78,183,151)
#47A588
(71,165,136)
#409379
(64,147,121)
#39816A
(57,129,106)
#326F5B
(50,111,91)
#2B5D4C
(43,93,76)
#244B3D
(36,75,61)
#1D392E
(29,57,46)
#16271F
(22,39,31)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #55C9A6

#55C9A6
(85,201,166)
#64CDAE
(100,205,174)
#73D1B6
(115,209,182)
#82D5BE
(130,213,190)
#91D9C6
(145,217,198)
#A0DDCE
(160,221,206)
#AFE1D6
(175,225,214)
#BEE5DE
(190,229,222)
#CDE9E6
(205,233,230)
#DCEDEE
(220,237,238)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C9A6; }

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

This text font color is #55C9A6.


Background Color

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

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

This div background color is #55C9A6.


Border color

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

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

This div border color is #55C9A6.


Opacity

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

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

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

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

This text has shadow with #55C9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C9A6 on black background.


Color preview on white background

This text has color #55C9A6 on white background.



Black color preview on #55C9A6 background

This text has black color on #55C9A6 background.


White color preview on #55C9A6 background

This text has white color on #55C9A6 background.