#60C08B

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

Shades of Silver Tree #60C08B

Tints of Silver Tree #60C08B

Color information

#60C08B (or 0x60C08B) is unknown color: approx Silver Tree. HEX triplet: 60, C0 and 8B. RGB value is (96,192,139). Sum of RGB (Red+Green+Blue) = 96+192+139=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #60C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C08B is #9F3F74. Grayscale: #9D9D9D. Windows color (decimal): -10436469 or 9158752. OLE color: 9158752.

HSL color Cylindrical-coordinate representation of color #60C08B: hue angle of 146.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C08B is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB96192139-
CMYK0.5000.280.25
HSL146.88º43.24%56.47%-
HSV(B)146.88º50%75.29%-
XYZ28.3342.0531.05-
YUV157.25117.784.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=22.48%
G=44.96%
B=32.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961921390.5000.280.25146.8843.2456.47
Hex60C08B3201C19932b38
Octal14030021362034312235370
Binary110000011000000100010111100100111001100110010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,192,139); }

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

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

 a { background-color: rgb(96,192,139); }

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

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

 span { border-color: rgb(96,192,139); }

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