#60BC88

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

Shades of Silver Tree #60BC88

Tints of Silver Tree #60BC88

Color information

#60BC88 (or 0x60BC88) is unknown color: approx Silver Tree. HEX triplet: 60, BC and 88. RGB value is (96,188,136). Sum of RGB (Red+Green+Blue) = 96+188+136=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC88 is #9F4377. Grayscale: #9A9A9A. Windows color (decimal): -10437496 or 8961120. OLE color: 8961120.

HSL color Cylindrical-coordinate representation of color #60BC88: hue angle of 146.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC88 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB96188136-
CMYK0.4900.280.26
HSL146.09º40.71%55.69%-
HSV(B)146.09º48.94%73.73%-
XYZ27.2540.2329.62-
YUV154.56117.5286.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=22.86%
G=44.76%
B=32.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881360.4900.280.26146.0940.7155.69
Hex60BC883101C1A922938
Octal14027421061034322225170
Binary110000010111100100010001100010111001101010010010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BC88; }

 p { color: rgb(96,188,136); }

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

<style>
 a { background-color: #60BC88; }

 a { background-color: rgb(96,188,136); }

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

<style>
 span { border-color: #60BC88; }

 span { border-color: rgb(96,188,136); }

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