#55CA8B

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

Shades of Silver Tree #55CA8B

Tints of Silver Tree #55CA8B

Color information

#55CA8B (or 0x55CA8B) is unknown color: approx Silver Tree. HEX triplet: 55, CA and 8B. RGB value is (85,202,139). Sum of RGB (Red+Green+Blue) = 85+202+139=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA8B is #AA3574. Grayscale: #9F9F9F. Windows color (decimal): -11154805 or 9161301. OLE color: 9161301.

HSL color Cylindrical-coordinate representation of color #55CA8B: hue angle of 147.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA8B is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB85202139-
CMYK0.5800.310.21
HSL147.69º52.47%56.27%-
HSV(B)147.69º57.92%79.22%-
XYZ29.5346.0431.76-
YUV159.84116.2474.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=19.95%
G=47.42%
B=32.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021390.5800.310.21147.6952.4756.27
Hex55CA8B3A01F15943438
Octal12531221372037252246470
Binary101010111001010100010111110100111111010110010100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,139); }

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

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

 a { background-color: rgb(85,202,139); }

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

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

 span { border-color: rgb(85,202,139); }

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