COLOR #55CCBA

HEX: #55CCBA
RGB: (85,204,186)

Color info

#55CCBA contains mainly green and blue colors. Web safe color of #55CCBA is #66CCCC (or #6CC).

RGB color model

#55CCBA color RGB value is (85,204,186).

  • red value is 85;
  • green value is 204;
  • blue value is 186.
RGB:
(85,204,186)
(33%,80%,73%)

RGB channels and saturation

R 85 of 255 = 33%
G 204 of 255 = 80%
B 186 of 255 = 73%

85
204
186

R + G + B ~ 62%. #55CCBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 204 + 186 = 475 (100%)
R 85 of 475 ~ 17.89%
G 204 of 475 ~ 42.95%
B 186 of 475 ~ 39.16%

%17.89
%42.95
%39.16

CMYK color model

#55CCBA color CMYK value is (58,0,9,20).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 20.00%
CMYK:
(58,0,9,20)
C58M0Y9K20 
(58%,0%,9%,20%)
(0.58/0.00/0.09/0.20)	

CMYK percentages

%58.33
%0
%8.82
%20

Codes

Color #55CCBA in popluar color models

55CCBA
RGB85204186
HSL171°53.85%56.67%
HSB/HSV171°58.33%80.00%
CMYK58.33%0.00%8.82%
20.00%

Color #55CCBA in popluar number systems.

HEX55CCBA
Decimal85204186
Binary10101011100110010111010
Octal125314272

Shades and tints

Shades of #55CCBA

#55CCBA
(85,204,186)
#4EBAAA
(78,186,170)
#47A89A
(71,168,154)
#40968A
(64,150,138)
#39847A
(57,132,122)
#32726A
(50,114,106)
#2B605A
(43,96,90)
#244E4A
(36,78,74)
#1D3C3A
(29,60,58)
#162A2A
(22,42,42)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #55CCBA

#55CCBA
(85,204,186)
#64D0C0
(100,208,192)
#73D4C6
(115,212,198)
#82D8CC
(130,216,204)
#91DCD2
(145,220,210)
#A0E0D8
(160,224,216)
#AFE4DE
(175,228,222)
#BEE8E4
(190,232,228)
#CDECEA
(205,236,234)
#DCF0F0
(220,240,240)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55CCBA color. Also use rgb(85,204,186) instead hex code.

Text Font Color

.myTextColor { color: #55CCBA; }

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

This text font color is #55CCBA.


Background Color

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

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

This div background color is #55CCBA.


Border color

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

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

This div border color is #55CCBA.


Opacity

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

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

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

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

This text has shadow with #55CCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55CCBA on black background.


Color preview on white background

This text has color #55CCBA on white background.



Black color preview on #55CCBA background

This text has black color on #55CCBA background.


White color preview on #55CCBA background

This text has white color on #55CCBA background.