COLOR #55B5A4

HEX: #55B5A4 RGB: (85,181,164)

Color info

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

RGB color model

#55B5A4 color RGB value is (85,181,164).

RGB: (85,181,164) (33%, 71%, 64%)

RGB channels and saturation

R 85 of 255 = 33%
G 181 of 255 = 71%
B 164 of 255 = 64%

85
181
164

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

Portions of RGB colors in percentages

R + G + B = 85 + 181 + 164 = 430 (100%)
R 85 of 430 ~ 19.77%
G 181 of 430 ~ 42.09%
B 164 of 430 ~ 38.14'%

%19.77
%42.09
%38.14

CMYK color model

#55B5A4 color CMYK value is (53,0,9,29).

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 29.02%
CMYK: (53,0,9,29) C53M0Y9K29 (53%,0%,9%,29%) (0.53/0.00/0.09/0.29) 

CMYK percentages

%53.04
%0
%9.39
%29.02

Codes

Color #55B5A4 in popluar color models

55 B5 A4
RGB 85 181 164
HSL 169° 39.34% 52.16%
HSB/HSV 169° 53.04% 70.98%
CMYK 53.04% 0.00% 9.39%
29.02%

Color #55B5A4 in popluar number systems.

HEX 55 B5 A4
Decimal 85 181 164
Binary 1010101 10110101 10100100
Octal 125 265 244

Shades and tints

Shades of #55B5A4

#55B5A4
(85,181,164)
#4EA596
(78,165,150)
#479588
(71,149,136)
#40857A
(64,133,122)
#39756C
(57,117,108)
#32655E
(50,101,94)
#2B5550
(43,85,80)
#244542
(36,69,66)
#1D3534
(29,53,52)
#162526
(22,37,38)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #55B5A4

#55B5A4
(85,181,164)
#64BBAC
(100,187,172)
#73C1B4
(115,193,180)
#82C7BC
(130,199,188)
#91CDC4
(145,205,196)
#A0D3CC
(160,211,204)
#AFD9D4
(175,217,212)
#BEDFDC
(190,223,220)
#CDE5E4
(205,229,228)
#DCEBEC
(220,235,236)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B5A4 color. Also use rgb(85,181,164) instead hex code.

Text Font Color

.myTextColor { color: #55B5A4; }

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

This text font color is #55B5A4.

Background Color

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

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

This div background color is #55B5A4.

Border color

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

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

This div border color is #55B5A4.

Opacity

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

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

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

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

This text has shadow with #55B5A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B5A4.

Preview

Color preview on black background

This text has color #55B5A4 on black background.


Color preview on white background

This text has color #55B5A4 on white background.


Black color preview on #55B5A4 background

This text has black color on #55B5A4 background.


White color preview on #55B5A4 background

This text has white color on #55B5A4 background.


Related colors

Complementary color

Complementary color for #hex is #AA4A5B.


I love getcolorcode.com

Triadic colors

1 #A455B5 and #B5A455 with #55B5A4 are triadic colors.

2 #A4B555 and #B555A4 with #55B5A4 are triadic colors.