#55BC8C

Color #55BC8C Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #55BC8C

Tints of Silver Tree #55BC8C

Color information

#55BC8C (or 0x55BC8C) is unknown color: approx Silver Tree. HEX triplet: 55, BC and 8C. RGB value is (85,188,140). Sum of RGB (Red+Green+Blue) = 85+188+140=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC8C is #AA4373. Grayscale: #979797. Windows color (decimal): -11158388 or 9223253. OLE color: 9223253.

HSL color Cylindrical-coordinate representation of color #55BC8C: hue angle of 152.04º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC8C is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB85188140-
CMYK0.5500.260.26
HSL152.04º43.46%53.53%-
HSV(B)152.04º54.79%73.73%-
XYZ26.4639.7931.1-
YUV151.73121.3880.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 20.58%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=20.58%
G=45.52%
B=33.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881400.5500.260.26152.0443.4653.53
Hex55BC8C3701A1A982b36
Octal12527421467032322305366
Binary101010110111100100011001101110110101101010011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BC8C; }

 p { color: rgb(85,188,140); }

 H1.HeaderClassName
 {
   color: #55BC8C;
 }
 .AnyTagClassName
 {
   color: #55BC8C;
 }
</style>
background-color css

<style>
 a { background-color: #55BC8C; }

 a { background-color: rgb(85,188,140); }

 div.DivClassName
 {
   background-color: #55BC8C;
 }
 .BgClassName
 {
   background-color: #55BC8C;
 }
</style>
border-color css

<style>
 span { border-color: #55BC8C; }

 span { border-color: rgb(85,188,140); }

 td.TdClassName
 {
   border-color: #55BC8C;
 }
 .TagClassName
 {
   border-color: #55BC8C;
 }
</style>