#60BF88

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

Shades of Silver Tree #60BF88

Tints of Silver Tree #60BF88

Color information

#60BF88 (or 0x60BF88) is unknown color: approx Silver Tree. HEX triplet: 60, BF and 88. RGB value is (96,191,136). Sum of RGB (Red+Green+Blue) = 96+191+136=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF88 is #9F4077. Grayscale: #9C9C9C. Windows color (decimal): -10436728 or 8961888. OLE color: 8961888.

HSL color Cylindrical-coordinate representation of color #60BF88: hue angle of 145.26º 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 #60BF88 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB96191136-
CMYK0.5000.290.25
HSL145.26º42.6%56.27%-
HSV(B)145.26º49.74%74.9%-
XYZ27.941.5329.84-
YUV156.32116.5384.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=22.70%
G=45.15%
B=32.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911360.5000.290.25145.2642.656.27
Hex60BF883201D19912b38
Octal14027721062035312215370
Binary110000010111111100010001100100111011100110010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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