COLOR #55BABA

HEX: #55BABA
RGB: (85,186,186)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
186
186

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

Portions of RGB colors in percentages

R + G + B =
85 + 186 + 186 = 457 (100%)
R 85 of 457 ~ 18.6%
G 186 of 457 ~ 40.7%
B 186 of 457 ~ 40.7%

%18.6
%40.7
%40.7

CMYK color model

#55BABA color CMYK value is (54,0,0,27).

  • cyan value is 54.30%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(54,0,0,27)
C54M0Y0K27 
(54%,0%,0%,27%)
(0.54/0.00/0.00/0.27)	

CMYK percentages

%54.3
%0
%0
%27.06

Codes

Color #55BABA in popluar color models

55BABA
RGB85186186
HSL180°42.26%53.14%
HSB/HSV180°54.30%72.94%
CMYK54.30%0.00%0.00%
27.06%

Color #55BABA in popluar number systems.

HEX55BABA
Decimal85186186
Binary10101011011101010111010
Octal125272272

Shades and tints

Shades of #55BABA

#55BABA
(85,186,186)
#4EAAAA
(78,170,170)
#479A9A
(71,154,154)
#408A8A
(64,138,138)
#397A7A
(57,122,122)
#326A6A
(50,106,106)
#2B5A5A
(43,90,90)
#244A4A
(36,74,74)
#1D3A3A
(29,58,58)
#162A2A
(22,42,42)
#0F1A1A
(15,26,26)
#000000
(0,0,0)

Tints of #55BABA

#55BABA
(85,186,186)
#64C0C0
(100,192,192)
#73C6C6
(115,198,198)
#82CCCC
(130,204,204)
#91D2D2
(145,210,210)
#A0D8D8
(160,216,216)
#AFDEDE
(175,222,222)
#BEE4E4
(190,228,228)
#CDEAEA
(205,234,234)
#DCF0F0
(220,240,240)
#EBF6F6
(235,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55BABA; }

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

This text font color is #55BABA.


Background Color

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

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

This div background color is #55BABA.


Border color

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

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

This div border color is #55BABA.


Opacity

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

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

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

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

This text has shadow with #55BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BABA on black background.


Color preview on white background

This text has color #55BABA on white background.



Black color preview on #55BABA background

This text has black color on #55BABA background.


White color preview on #55BABA background

This text has white color on #55BABA background.