COLOR #55A69D

HEX: #55A69D RGB: (85,166,157)

Color info

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

RGB color model

#55A69D color RGB value is (85,166,157).

RGB: (85,166,157) (33%, 65%, 62%)

RGB channels and saturation

R 85 of 255 = 33%
G 166 of 255 = 65%
B 157 of 255 = 62%

85
166
157

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

Portions of RGB colors in percentages

R + G + B = 85 + 166 + 157 = 408 (100%)
R 85 of 408 ~ 20.83%
G 166 of 408 ~ 40.69%
B 157 of 408 ~ 38.48'%

%20.83
%40.69
%38.48

CMYK color model

#55A69D color CMYK value is (49,0,5,35).

  • cyan value is 48.80%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 34.90%

CMYK: (49,0,5,35)
C49M0Y5K35 (49%, 0%, 5%, 35%)
(0.49 / 0.00 / 0.05 / 0.35)

CMYK percentages

%48.8
%0
%5.42
%34.9

Codes

Color #55A69D in popluar color models

55 A6 9D
RGB 85 166 157
HSL 173° 32.27% 49.22%
HSB/HSV 173° 48.80% 65.10%
CMYK 48.80% 0.00% 5.42%
34.90%

Color #55A69D in popluar number systems.

HEX 55 A6 9D
Decimal 85 166 157
Binary 1010101 10100110 10011101
Octal 125 246 235

Shades and tints

Shades of #55A69D

#55A69D
(85,166,157)
#4E978F
(78,151,143)
#478881
(71,136,129)
#407973
(64,121,115)
#396A65
(57,106,101)
#325B57
(50,91,87)
#2B4C49
(43,76,73)
#243D3B
(36,61,59)
#1D2E2D
(29,46,45)
#161F1F
(22,31,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #55A69D

#55A69D
(85,166,157)
#64AEA5
(100,174,165)
#73B6AD
(115,182,173)
#82BEB5
(130,190,181)
#91C6BD
(145,198,189)
#A0CEC5
(160,206,197)
#AFD6CD
(175,214,205)
#BEDED5
(190,222,213)
#CDE6DD
(205,230,221)
#DCEEE5
(220,238,229)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A69D; }

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

This text font color is #55A69D.

Background Color

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

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

This div background color is #55A69D.

Border color

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

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

This div border color is #55A69D.

Opacity

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

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

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

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

This text has shadow with #55A69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A69D.

Preview

Color preview on black background

This text has color #55A69D on black background.


Color preview on white background

This text has color #55A69D on white background.


Black color preview on #55A69D background

This text has black color on #55A69D background.


White color preview on #55A69D background

This text has white color on #55A69D background.


Related colors

Complementary color

Complementary color for #hex is #AA5962.


I love getcolorcode.com

Triadic colors

1 #9D55A6 and #A69D55 with #55A69D are triadic colors.

2 #9DA655 and #A6559D with #55A69D are triadic colors.