COLOR #55B690

HEX: #55B690
RGB: (85,182,144)

Color info

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

RGB color model

#55B690 color RGB value is (85,182,144).

  • red value is 85;
  • green value is 182;
  • blue value is 144.
RGB:
(85,182,144)
(33%,71%,56%)

RGB channels and saturation

R 85 of 255 = 33%
G 182 of 255 = 71%
B 144 of 255 = 56%

85
182
144

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

Portions of RGB colors in percentages

R + G + B =
85 + 182 + 144 = 411 (100%)
R 85 of 411 ~ 20.68%
G 182 of 411 ~ 44.28%
B 144 of 411 ~ 35.04%

%20.68
%44.28
%35.04

CMYK color model

#55B690 color CMYK value is (53,0,21,29).

  • cyan value is 53.30%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(53,0,21,29)
C53M0Y21K29 
(53%,0%,21%,29%)
(0.53/0.00/0.21/0.29)	

CMYK percentages

%53.3
%0
%20.88
%28.63

Codes

Color #55B690 in popluar color models

55B690
RGB85182144
HSL156°39.92%52.35%
HSB/HSV156°53.30%71.37%
CMYK53.30%0.00%20.88%
28.63%

Color #55B690 in popluar number systems.

HEX55B690
Decimal85182144
Binary10101011011011010010000
Octal125266220

Shades and tints

Shades of #55B690

#55B690
(85,182,144)
#4EA683
(78,166,131)
#479676
(71,150,118)
#408669
(64,134,105)
#39765C
(57,118,92)
#32664F
(50,102,79)
#2B5642
(43,86,66)
#244635
(36,70,53)
#1D3628
(29,54,40)
#16261B
(22,38,27)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #55B690

#55B690
(85,182,144)
#64BC9A
(100,188,154)
#73C2A4
(115,194,164)
#82C8AE
(130,200,174)
#91CEB8
(145,206,184)
#A0D4C2
(160,212,194)
#AFDACC
(175,218,204)
#BEE0D6
(190,224,214)
#CDE6E0
(205,230,224)
#DCECEA
(220,236,234)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B690 color. Also use rgb(85,182,144) instead hex code.

Text Font Color

.myTextColor { color: #55B690; }

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

This text font color is #55B690.


Background Color

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

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

This div background color is #55B690.


Border color

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

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

This div border color is #55B690.


Opacity

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

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

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

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

This text has shadow with #55B690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B690 on black background.


Color preview on white background

This text has color #55B690 on white background.



Black color preview on #55B690 background

This text has black color on #55B690 background.


White color preview on #55B690 background

This text has white color on #55B690 background.