#60B08C

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

Shades of Silver Tree #60B08C

Tints of Silver Tree #60B08C

Color information

#60B08C (or 0x60B08C) is unknown color: approx Silver Tree. HEX triplet: 60, B0 and 8C. RGB value is (96,176,140). Sum of RGB (Red+Green+Blue) = 96+176+140=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #60B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B08C is #9F4F73. Grayscale: #949494. Windows color (decimal): -10440564 or 9220192. OLE color: 9220192.

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

Color convert

RGB96176140-
CMYK0.4500.200.31
HSL153º33.61%53.33%-
HSV(B)153º45.45%69.02%-
XYZ25.0835.4330.33-
YUV147.98123.590.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.30%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=23.30%
G=42.72%
B=33.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761400.4500.200.3115333.6153.33
Hex60B08C2D0141F992235
Octal14026021455024372314265
Binary110000010110000100011001011010101001111110011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,140); }

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

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

 a { background-color: rgb(96,176,140); }

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

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

 span { border-color: rgb(96,176,140); }

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