#60B48F

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

Shades of Silver Tree #60B48F

Tints of Silver Tree #60B48F

Color information

#60B48F (or 0x60B48F) is unknown color: approx Silver Tree. HEX triplet: 60, B4 and 8F. RGB value is (96,180,143). Sum of RGB (Red+Green+Blue) = 96+180+143=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #60B48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B48F is #9F4B70. Grayscale: #969696. Windows color (decimal): -10439537 or 9417824. OLE color: 9417824.

HSL color Cylindrical-coordinate representation of color #60B48F: hue angle of 153.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B48F is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB96180143-
CMYK0.4700.210.29
HSL153.57º35.9%54.12%-
HSV(B)153.57º46.67%70.59%-
XYZ26.137.1131.77-
YUV150.67123.6789.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=22.91%
G=42.96%
B=34.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801430.4700.210.29153.5735.954.12
Hex60B48F2F0151D9a2436
Octal14026421757025352324466
Binary110000010110100100011111011110101011110110011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,143); }

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

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

 a { background-color: rgb(96,180,143); }

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

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

 span { border-color: rgb(96,180,143); }

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