COLOR #55CAB8

HEX: #55CAB8 RGB: (85,202,184)

Color info

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

RGB color model

#55CAB8 color RGB value is (85,202,184).

RGB: (85,202,184) (33%, 79%, 72%)

RGB channels and saturation

R 85 of 255 = 33%
G 202 of 255 = 79%
B 184 of 255 = 72%

85
202
184

R + G + B ~ 61%. #55CAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 202 + 184 = 471 (100%)
R 85 of 471 ~ 18.05%
G 202 of 471 ~ 42.89%
B 184 of 471 ~ 39.07'%

%18.05
%42.89
%39.07

CMYK color model

#55CAB8 color CMYK value is (58,0,9,21).

  • cyan value is 57.92%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%
CMYK: (58,0,9,21) C58M0Y9K21 (58%,0%,9%,21%) (0.58/0.00/0.09/0.21) 

CMYK percentages

%57.92
%0
%8.91
%20.78

Codes

Color #55CAB8 in popluar color models

55 CA B8
RGB 85 202 184
HSL 171° 52.47% 56.27%
HSB/HSV 171° 57.92% 79.22%
CMYK 57.92% 0.00% 8.91%
20.78%

Color #55CAB8 in popluar number systems.

HEX 55 CA B8
Decimal 85 202 184
Binary 1010101 11001010 10111000
Octal 125 312 270

Shades and tints

Shades of #55CAB8

#55CAB8
(85,202,184)
#4EB8A8
(78,184,168)
#47A698
(71,166,152)
#409488
(64,148,136)
#398278
(57,130,120)
#327068
(50,112,104)
#2B5E58
(43,94,88)
#244C48
(36,76,72)
#1D3A38
(29,58,56)
#162828
(22,40,40)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #55CAB8

#55CAB8
(85,202,184)
#64CEBE
(100,206,190)
#73D2C4
(115,210,196)
#82D6CA
(130,214,202)
#91DAD0
(145,218,208)
#A0DED6
(160,222,214)
#AFE2DC
(175,226,220)
#BEE6E2
(190,230,226)
#CDEAE8
(205,234,232)
#DCEEEE
(220,238,238)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55CAB8; }

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

This text font color is #55CAB8.

Background Color

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

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

This div background color is #55CAB8.

Border color

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

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

This div border color is #55CAB8.

Opacity

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

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

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

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

This text has shadow with #55CAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55CAB8.

Preview

Color preview on black background

This text has color #55CAB8 on black background.


Color preview on white background

This text has color #55CAB8 on white background.


Black color preview on #55CAB8 background

This text has black color on #55CAB8 background.


White color preview on #55CAB8 background

This text has white color on #55CAB8 background.


Related colors

Complementary color

Complementary color for #hex is #AA3547.


I love getcolorcode.com

Triadic colors

1 #B855CA and #CAB855 with #55CAB8 are triadic colors.

2 #B8CA55 and #CA55B8 with #55CAB8 are triadic colors.