COLOR #55A69A

HEX: #55A69A RGB: (85,166,154)

Color info

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

RGB color model

#55A69A color RGB value is (85,166,154).

RGB: (85,166,154) (33%, 65%, 60%)

RGB channels and saturation

R 85 of 255 = 33%
G 166 of 255 = 65%
B 154 of 255 = 60%

85
166
154

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

Portions of RGB colors in percentages

R + G + B = 85 + 166 + 154 = 405 (100%)
R 85 of 405 ~ 20.99%
G 166 of 405 ~ 40.99%
B 154 of 405 ~ 38.02'%

%20.99
%40.99
%38.02

CMYK color model

#55A69A color CMYK value is (49,0,7,35).

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

CMYK: (49,0,7,35)
C49M0Y7K35 (49%, 0%, 7%, 35%)
(0.49 / 0.00 / 0.07 / 0.35)

CMYK percentages

%48.8
%0
%7.23
%34.9

Codes

Color #55A69A in popluar color models

55 A6 9A
RGB 85 166 154
HSL 171° 32.27% 49.22%
HSB/HSV 171° 48.80% 65.10%
CMYK 48.80% 0.00% 7.23%
34.90%

Color #55A69A in popluar number systems.

HEX 55 A6 9A
Decimal 85 166 154
Binary 1010101 10100110 10011010
Octal 125 246 232

Shades and tints

Shades of #55A69A

#55A69A
(85,166,154)
#4E978C
(78,151,140)
#47887E
(71,136,126)
#407970
(64,121,112)
#396A62
(57,106,98)
#325B54
(50,91,84)
#2B4C46
(43,76,70)
#243D38
(36,61,56)
#1D2E2A
(29,46,42)
#161F1C
(22,31,28)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #55A69A

#55A69A
(85,166,154)
#64AEA3
(100,174,163)
#73B6AC
(115,182,172)
#82BEB5
(130,190,181)
#91C6BE
(145,198,190)
#A0CEC7
(160,206,199)
#AFD6D0
(175,214,208)
#BEDED9
(190,222,217)
#CDE6E2
(205,230,226)
#DCEEEB
(220,238,235)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A69A; }

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

This text font color is #55A69A.

Background Color

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

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

This div background color is #55A69A.

Border color

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

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

This div border color is #55A69A.

Opacity

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

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

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

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

This text has shadow with #55A69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A69A.

Preview

Color preview on black background

This text has color #55A69A on black background.


Color preview on white background

This text has color #55A69A on white background.


Black color preview on #55A69A background

This text has black color on #55A69A background.


White color preview on #55A69A background

This text has white color on #55A69A background.


Related colors

Complementary color

Complementary color for #hex is #AA5965.


I love getcolorcode.com

Triadic colors

1 #9A55A6 and #A69A55 with #55A69A are triadic colors.

2 #9AA655 and #A6559A with #55A69A are triadic colors.