COLOR #55A79A

HEX: #55A79A RGB: (85,167,154)

Color info

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

RGB color model

#55A79A color RGB value is (85,167,154).

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

RGB channels and saturation

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

85
167
154

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

Portions of RGB colors in percentages

R + G + B = 85 + 167 + 154 = 406 (100%)
R 85 of 406 ~ 20.94%
G 167 of 406 ~ 41.13%
B 154 of 406 ~ 37.93'%

%20.94
%41.13
%37.93

CMYK color model

#55A79A color CMYK value is (49,0,8,35).

  • cyan value is 49.10%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 34.51%

CMYK: (49,0,8,35)
C49M0Y8K35 (49%, 0%, 8%, 35%)
(0.49 / 0.00 / 0.08 / 0.35)

CMYK percentages

%49.1
%0
%7.78
%34.51

Codes

Color #55A79A in popluar color models

55 A7 9A
RGB 85 167 154
HSL 170° 32.54% 49.41%
HSB/HSV 170° 49.10% 65.49%
CMYK 49.10% 0.00% 7.78%
34.51%

Color #55A79A in popluar number systems.

HEX 55 A7 9A
Decimal 85 167 154
Binary 1010101 10100111 10011010
Octal 125 247 232

Shades and tints

Shades of #55A79A

#55A79A
(85,167,154)
#4E988C
(78,152,140)
#47897E
(71,137,126)
#407A70
(64,122,112)
#396B62
(57,107,98)
#325C54
(50,92,84)
#2B4D46
(43,77,70)
#243E38
(36,62,56)
#1D2F2A
(29,47,42)
#16201C
(22,32,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #55A79A

#55A79A
(85,167,154)
#64AFA3
(100,175,163)
#73B7AC
(115,183,172)
#82BFB5
(130,191,181)
#91C7BE
(145,199,190)
#A0CFC7
(160,207,199)
#AFD7D0
(175,215,208)
#BEDFD9
(190,223,217)
#CDE7E2
(205,231,226)
#DCEFEB
(220,239,235)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A79A; }

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

This text font color is #55A79A.

Background Color

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

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

This div background color is #55A79A.

Border color

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

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

This div border color is #55A79A.

Opacity

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

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

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

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

This text has shadow with #55A79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A79A.

Preview

Color preview on black background

This text has color #55A79A on black background.


Color preview on white background

This text has color #55A79A on white background.


Black color preview on #55A79A background

This text has black color on #55A79A background.


White color preview on #55A79A background

This text has white color on #55A79A background.


Related colors

Complementary color

Complementary color for #hex is #AA5865.


I love getcolorcode.com

Triadic colors

1 #9A55A7 and #A79A55 with #55A79A are triadic colors.

2 #9AA755 and #A7559A with #55A79A are triadic colors.