COLOR #55CAAB

HEX: #55CAAB
RGB: (85,202,171)

Color info

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

RGB color model

#55CAAB color RGB value is (85,202,171).

  • red value is 85;
  • green value is 202;
  • blue value is 171.
RGB:
(85,202,171)
(33%,79%,67%)

RGB channels and saturation

R 85 of 255 = 33%
G 202 of 255 = 79%
B 171 of 255 = 67%

85
202
171

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

Portions of RGB colors in percentages

R + G + B =
85 + 202 + 171 = 458 (100%)
R 85 of 458 ~ 18.56%
G 202 of 458 ~ 44.1%
B 171 of 458 ~ 37.34%

%18.56
%44.1
%37.34

CMYK color model

#55CAAB color CMYK value is (58,0,15,21).

  • cyan value is 57.92%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 20.78%
CMYK:
(58,0,15,21)
C58M0Y15K21 
(58%,0%,15%,21%)
(0.58/0.00/0.15/0.21)	

CMYK percentages

%57.92
%0
%15.35
%20.78

Codes

Color #55CAAB in popluar color models

55CAAB
RGB85202171
HSL164°52.47%56.27%
HSB/HSV164°57.92%79.22%
CMYK57.92%0.00%15.35%
20.78%

Color #55CAAB in popluar number systems.

HEX55CAAB
Decimal85202171
Binary10101011100101010101011
Octal125312253

Shades and tints

Shades of #55CAAB

#55CAAB
(85,202,171)
#4EB89C
(78,184,156)
#47A68D
(71,166,141)
#40947E
(64,148,126)
#39826F
(57,130,111)
#327060
(50,112,96)
#2B5E51
(43,94,81)
#244C42
(36,76,66)
#1D3A33
(29,58,51)
#162824
(22,40,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #55CAAB

#55CAAB
(85,202,171)
#64CEB2
(100,206,178)
#73D2B9
(115,210,185)
#82D6C0
(130,214,192)
#91DAC7
(145,218,199)
#A0DECE
(160,222,206)
#AFE2D5
(175,226,213)
#BEE6DC
(190,230,220)
#CDEAE3
(205,234,227)
#DCEEEA
(220,238,234)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55CAAB; }

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

This text font color is #55CAAB.


Background Color

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

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

This div background color is #55CAAB.


Border color

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

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

This div border color is #55CAAB.


Opacity

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

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

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

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

This text has shadow with #55CAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55CAAB on black background.


Color preview on white background

This text has color #55CAAB on white background.



Black color preview on #55CAAB background

This text has black color on #55CAAB background.


White color preview on #55CAAB background

This text has white color on #55CAAB background.