#60BD8E

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

Shades of Silver Tree #60BD8E

Tints of Silver Tree #60BD8E

Color information

#60BD8E (or 0x60BD8E) is unknown color: approx Silver Tree. HEX triplet: 60, BD and 8E. RGB value is (96,189,142). Sum of RGB (Red+Green+Blue) = 96+189+142=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BD8E is #9F4271. Grayscale: #9B9B9B. Windows color (decimal): -10437234 or 9354592. OLE color: 9354592.

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

Color convert

RGB96189142-
CMYK0.4900.250.26
HSL149.68º41.33%55.88%-
HSV(B)149.68º49.21%74.12%-
XYZ27.940.8332-
YUV155.83120.1985.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 189 (74.22% from 255) = 44.26%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=22.48%
G=44.26%
B=33.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961891420.4900.250.26149.6841.3355.88
Hex60BD8E310191A962938
Octal14027521661031322265170
Binary110000010111101100011101100010110011101010010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,142); }

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

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

 a { background-color: rgb(96,189,142); }

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

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

 span { border-color: rgb(96,189,142); }

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