#60B18D

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

Shades of Silver Tree #60B18D

Tints of Silver Tree #60B18D

Color information

#60B18D (or 0x60B18D) is unknown color: approx Silver Tree. HEX triplet: 60, B1 and 8D. RGB value is (96,177,141). Sum of RGB (Red+Green+Blue) = 96+177+141=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #60B18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B18D is #9F4E72. Grayscale: #949494. Windows color (decimal): -10440307 or 9285984. OLE color: 9285984.

HSL color Cylindrical-coordinate representation of color #60B18D: hue angle of 153.33º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B18D is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB96177141-
CMYK0.4600.200.31
HSL153.33º34.18%53.53%-
HSV(B)153.33º45.76%69.41%-
XYZ25.3535.8530.78-
YUV148.68123.6690.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=23.19%
G=42.75%
B=34.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961771410.4600.200.31153.3334.1853.53
Hex60B18D2E0141F992236
Octal14026121556024372314266
Binary110000010110001100011011011100101001111110011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,177,141); }

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

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

 a { background-color: rgb(96,177,141); }

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

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

 span { border-color: rgb(96,177,141); }

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