COLOR #55CEBE

HEX: #55CEBE RGB: (85,206,190)

Color info

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

RGB color model

#55CEBE color RGB value is (85,206,190).

RGB: (85,206,190) (33%, 81%, 75%)

RGB channels and saturation

R 85 of 255 = 33%
G 206 of 255 = 81%
B 190 of 255 = 75%

85
206
190

R + G + B ~ 63%. #55CEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 206 + 190 = 481 (100%)
R 85 of 481 ~ 17.67%
G 206 of 481 ~ 42.83%
B 190 of 481 ~ 39.5'%

%17.67
%42.83
%39.5

CMYK color model

#55CEBE color CMYK value is (59,0,8,19).

  • cyan value is 58.74%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 19.22%

CMYK: (59,0,8,19)
C59M0Y8K19 (59%, 0%, 8%, 19%)
(0.59 / 0.00 / 0.08 / 0.19)

CMYK percentages

%58.74
%0
%7.77
%19.22

Codes

Color #55CEBE in popluar color models

55 CE BE
RGB 85 206 190
HSL 172° 55.25% 57.06%
HSB/HSV 172° 58.74% 80.78%
CMYK 58.74% 0.00% 7.77%
19.22%

Color #55CEBE in popluar number systems.

HEX 55 CE BE
Decimal 85 206 190
Binary 1010101 11001110 10111110
Octal 125 316 276

Shades and tints

Shades of #55CEBE

#55CEBE
(85,206,190)
#4EBCAD
(78,188,173)
#47AA9C
(71,170,156)
#40988B
(64,152,139)
#39867A
(57,134,122)
#327469
(50,116,105)
#2B6258
(43,98,88)
#245047
(36,80,71)
#1D3E36
(29,62,54)
#162C25
(22,44,37)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #55CEBE

#55CEBE
(85,206,190)
#64D2C3
(100,210,195)
#73D6C8
(115,214,200)
#82DACD
(130,218,205)
#91DED2
(145,222,210)
#A0E2D7
(160,226,215)
#AFE6DC
(175,230,220)
#BEEAE1
(190,234,225)
#CDEEE6
(205,238,230)
#DCF2EB
(220,242,235)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55CEBE; }

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

This text font color is #55CEBE.

Background Color

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

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

This div background color is #55CEBE.

Border color

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

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

This div border color is #55CEBE.

Opacity

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

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

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

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

This text has shadow with #55CEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55CEBE.

Preview

Color preview on black background

This text has color #55CEBE on black background.


Color preview on white background

This text has color #55CEBE on white background.


Black color preview on #55CEBE background

This text has black color on #55CEBE background.


White color preview on #55CEBE background

This text has white color on #55CEBE background.


Related colors

Complementary color

Complementary color for #hex is #AA3141.


I love getcolorcode.com

Triadic colors

1 #BE55CE and #CEBE55 with #55CEBE are triadic colors.

2 #BECE55 and #CE55BE with #55CEBE are triadic colors.