COLOR #55BB8D

HEX: #55BB8D RGB: (85,187,141)

Color info

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

RGB color model

#55BB8D color RGB value is (85,187,141).

RGB: (85,187,141) (33%, 73%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 187 of 255 = 73%
B 141 of 255 = 55%

85
187
141

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

Portions of RGB colors in percentages

R + G + B = 85 + 187 + 141 = 413 (100%)
R 85 of 413 ~ 20.58%
G 187 of 413 ~ 45.28%
B 141 of 413 ~ 34.14'%

%20.58
%45.28
%34.14

CMYK color model

#55BB8D color CMYK value is (55,0,25,27).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK: (55,0,25,27) C55M0Y25K27 (55%,0%,25%,27%) (0.55/0.00/0.25/0.27) 

CMYK percentages

%54.55
%0
%24.6
%26.67

Codes

Color #55BB8D in popluar color models

55 BB 8D
RGB 85 187 141
HSL 153° 42.86% 53.33%
HSB/HSV 153° 54.55% 73.33%
CMYK 54.55% 0.00% 24.60%
26.67%

Color #55BB8D in popluar number systems.

HEX 55 BB 8D
Decimal 85 187 141
Binary 1010101 10111011 10001101
Octal 125 273 215

Shades and tints

Shades of #55BB8D

#55BB8D
(85,187,141)
#4EAA81
(78,170,129)
#479975
(71,153,117)
#408869
(64,136,105)
#39775D
(57,119,93)
#326651
(50,102,81)
#2B5545
(43,85,69)
#244439
(36,68,57)
#1D332D
(29,51,45)
#162221
(22,34,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #55BB8D

#55BB8D
(85,187,141)
#64C197
(100,193,151)
#73C7A1
(115,199,161)
#82CDAB
(130,205,171)
#91D3B5
(145,211,181)
#A0D9BF
(160,217,191)
#AFDFC9
(175,223,201)
#BEE5D3
(190,229,211)
#CDEBDD
(205,235,221)
#DCF1E7
(220,241,231)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BB8D color. Also use rgb(85,187,141) instead hex code.

Text Font Color

.myTextColor { color: #55BB8D; }

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

This text font color is #55BB8D.

Background Color

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

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

This div background color is #55BB8D.

Border color

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

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

This div border color is #55BB8D.

Opacity

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

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

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

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

This text has shadow with #55BB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55BB8D.

Preview

Color preview on black background

This text has color #55BB8D on black background.


Color preview on white background

This text has color #55BB8D on white background.


Black color preview on #55BB8D background

This text has black color on #55BB8D background.


White color preview on #55BB8D background

This text has white color on #55BB8D background.


Related colors

Complementary color

Complementary color for #hex is #AA4472.


I love getcolorcode.com

Triadic colors

1 #8D55BB and #BB8D55 with #55BB8D are triadic colors.

2 #8DBB55 and #BB558D with #55BB8D are triadic colors.