COLOR #55AD8F

HEX: #55AD8F
RGB: (85,173,143)

Color info

#55AD8F contains mainly green and blue colors. Web safe color of #55AD8F is #669999 (or #699).

RGB color model

#55AD8F color RGB value is (85,173,143).

  • red value is 85;
  • green value is 173;
  • blue value is 143.
RGB:
(85,173,143)
(33%,68%,56%)

RGB channels and saturation

R 85 of 255 = 33%
G 173 of 255 = 68%
B 143 of 255 = 56%

85
173
143

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

Portions of RGB colors in percentages

R + G + B =
85 + 173 + 143 = 401 (100%)
R 85 of 401 ~ 21.2%
G 173 of 401 ~ 43.14%
B 143 of 401 ~ 35.66%

%21.2
%43.14
%35.66

CMYK color model

#55AD8F color CMYK value is (51,0,17,32).

  • cyan value is 50.87%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(51,0,17,32)
C51M0Y17K32 
(51%,0%,17%,32%)
(0.51/0.00/0.17/0.32)	

CMYK percentages

%50.87
%0
%17.34
%32.16

Codes

Color #55AD8F in popluar color models

55AD8F
RGB85173143
HSL160°34.92%50.59%
HSB/HSV160°50.87%67.84%
CMYK50.87%0.00%17.34%
32.16%

Color #55AD8F in popluar number systems.

HEX55AD8F
Decimal85173143
Binary10101011010110110001111
Octal125255217

Shades and tints

Shades of #55AD8F

#55AD8F
(85,173,143)
#4E9E82
(78,158,130)
#478F75
(71,143,117)
#408068
(64,128,104)
#39715B
(57,113,91)
#32624E
(50,98,78)
#2B5341
(43,83,65)
#244434
(36,68,52)
#1D3527
(29,53,39)
#16261A
(22,38,26)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #55AD8F

#55AD8F
(85,173,143)
#64B499
(100,180,153)
#73BBA3
(115,187,163)
#82C2AD
(130,194,173)
#91C9B7
(145,201,183)
#A0D0C1
(160,208,193)
#AFD7CB
(175,215,203)
#BEDED5
(190,222,213)
#CDE5DF
(205,229,223)
#DCECE9
(220,236,233)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AD8F color. Also use rgb(85,173,143) instead hex code.

Text Font Color

.myTextColor { color: #55AD8F; }

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

This text font color is #55AD8F.


Background Color

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

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

This div background color is #55AD8F.


Border color

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

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

This div border color is #55AD8F.


Opacity

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

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

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

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

This text has shadow with #55AD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AD8F on black background.


Color preview on white background

This text has color #55AD8F on white background.



Black color preview on #55AD8F background

This text has black color on #55AD8F background.


White color preview on #55AD8F background

This text has white color on #55AD8F background.