COLOR #55B7AB

HEX: #55B7AB RGB: (85,183,171)

Color info

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

RGB color model

#55B7AB color RGB value is (85,183,171).

RGB: (85,183,171) (33%, 72%, 67%)

RGB channels and saturation

R 85 of 255 = 33%
G 183 of 255 = 72%
B 171 of 255 = 67%

85
183
171

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

Portions of RGB colors in percentages

R + G + B = 85 + 183 + 171 = 439 (100%)
R 85 of 439 ~ 19.36%
G 183 of 439 ~ 41.69%
B 171 of 439 ~ 38.95'%

%19.36
%41.69
%38.95

CMYK color model

#55B7AB color CMYK value is (54,0,7,28).

  • cyan value is 53.55%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 28.24%

CMYK: (54,0,7,28)
C54M0Y7K28 (54%, 0%, 7%, 28%)
(0.54 / 0.00 / 0.07 / 0.28)

CMYK percentages

%53.55
%0
%6.56
%28.24

Codes

Color #55B7AB in popluar color models

55 B7 AB
RGB 85 183 171
HSL 173° 40.50% 52.55%
HSB/HSV 173° 53.55% 71.76%
CMYK 53.55% 0.00% 6.56%
28.24%

Color #55B7AB in popluar number systems.

HEX 55 B7 AB
Decimal 85 183 171
Binary 1010101 10110111 10101011
Octal 125 267 253

Shades and tints

Shades of #55B7AB

#55B7AB
(85,183,171)
#4EA79C
(78,167,156)
#47978D
(71,151,141)
#40877E
(64,135,126)
#39776F
(57,119,111)
#326760
(50,103,96)
#2B5751
(43,87,81)
#244742
(36,71,66)
#1D3733
(29,55,51)
#162724
(22,39,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #55B7AB

#55B7AB
(85,183,171)
#64BDB2
(100,189,178)
#73C3B9
(115,195,185)
#82C9C0
(130,201,192)
#91CFC7
(145,207,199)
#A0D5CE
(160,213,206)
#AFDBD5
(175,219,213)
#BEE1DC
(190,225,220)
#CDE7E3
(205,231,227)
#DCEDEA
(220,237,234)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B7AB color. Also use rgb(85,183,171) instead hex code.

Text Font Color

.myTextColor { color: #55B7AB; }

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

This text font color is #55B7AB.

Background Color

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

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

This div background color is #55B7AB.

Border color

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

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

This div border color is #55B7AB.

Opacity

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

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

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

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

This text has shadow with #55B7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B7AB.

Preview

Color preview on black background

This text has color #55B7AB on black background.


Color preview on white background

This text has color #55B7AB on white background.


Black color preview on #55B7AB background

This text has black color on #55B7AB background.


White color preview on #55B7AB background

This text has white color on #55B7AB background.


Related colors

Complementary color

Complementary color for #hex is #AA4854.


I love getcolorcode.com

Triadic colors

1 #AB55B7 and #B7AB55 with #55B7AB are triadic colors.

2 #ABB755 and #B755AB with #55B7AB are triadic colors.