COLOR #55D3A8

HEX: #55D3A8
RGB: (85,211,168)

Color info

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

RGB color model

#55D3A8 color RGB value is (85,211,168).

  • red value is 85;
  • green value is 211;
  • blue value is 168.
RGB:
(85,211,168)
(33%,83%,66%)

RGB channels and saturation

R 85 of 255 = 33%
G 211 of 255 = 83%
B 168 of 255 = 66%

85
211
168

R + G + B ~ 61%. #55D3A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 211 + 168 = 464 (100%)
R 85 of 464 ~ 18.32%
G 211 of 464 ~ 45.47%
B 168 of 464 ~ 36.21%

%18.32
%45.47
%36.21

CMYK color model

#55D3A8 color CMYK value is (60,0,20,17).

  • cyan value is 59.72%
  • magenta value is 0.00%
  • yellow value is 20.38%
  • key color value is 17.25%
CMYK:
(60,0,20,17)
C60M0Y20K17 
(60%,0%,20%,17%)
(0.60/0.00/0.20/0.17)	

CMYK percentages

%59.72
%0
%20.38
%17.25

Codes

Color #55D3A8 in popluar color models

55D3A8
RGB85211168
HSL160°58.88%58.04%
HSB/HSV160°59.72%82.75%
CMYK59.72%0.00%20.38%
17.25%

Color #55D3A8 in popluar number systems.

HEX55D3A8
Decimal85211168
Binary10101011101001110101000
Octal125323250

Shades and tints

Shades of #55D3A8

#55D3A8
(85,211,168)
#4EC099
(78,192,153)
#47AD8A
(71,173,138)
#409A7B
(64,154,123)
#39876C
(57,135,108)
#32745D
(50,116,93)
#2B614E
(43,97,78)
#244E3F
(36,78,63)
#1D3B30
(29,59,48)
#162821
(22,40,33)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #55D3A8

#55D3A8
(85,211,168)
#64D7AF
(100,215,175)
#73DBB6
(115,219,182)
#82DFBD
(130,223,189)
#91E3C4
(145,227,196)
#A0E7CB
(160,231,203)
#AFEBD2
(175,235,210)
#BEEFD9
(190,239,217)
#CDF3E0
(205,243,224)
#DCF7E7
(220,247,231)
#EBFBEE
(235,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D3A8 color. Also use rgb(85,211,168) instead hex code.

Text Font Color

.myTextColor { color: #55D3A8; }

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

This text font color is #55D3A8.


Background Color

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

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

This div background color is #55D3A8.


Border color

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

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

This div border color is #55D3A8.


Opacity

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

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

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

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

This text has shadow with #55D3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D3A8 on black background.


Color preview on white background

This text has color #55D3A8 on white background.



Black color preview on #55D3A8 background

This text has black color on #55D3A8 background.


White color preview on #55D3A8 background

This text has white color on #55D3A8 background.