#60C894

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

Shades of Silver Tree #60C894

Tints of Silver Tree #60C894

Color information

#60C894 (or 0x60C894) is unknown color: approx Silver Tree. HEX triplet: 60, C8 and 94. RGB value is (96,200,148). Sum of RGB (Red+Green+Blue) = 96+200+148=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #60C894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C894 is #9F376B. Grayscale: #A3A3A3. Windows color (decimal): -10434412 or 9750624. OLE color: 9750624.

HSL color Cylindrical-coordinate representation of color #60C894: hue angle of 150º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C894 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB96200148-
CMYK0.5200.260.22
HSL150º48.6%58.04%-
HSV(B)150º52%78.43%-
XYZ30.8245.9335.26-
YUV162.98119.5480.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=21.62%
G=45.05%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal962001480.5200.260.2215048.658.04
Hex60C8943401A1696313a
Octal14031022464032262266172
Binary110000011001000100101001101000110101011010010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,200,148); }

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

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

 a { background-color: rgb(96,200,148); }

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

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

 span { border-color: rgb(96,200,148); }

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