#60B893

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

Shades of Silver Tree #60B893

Tints of Silver Tree #60B893

Color information

#60B893 (or 0x60B893) is unknown color: approx Silver Tree. HEX triplet: 60, B8 and 93. RGB value is (96,184,147). Sum of RGB (Red+Green+Blue) = 96+184+147=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #60B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B893 is #9F476C. Grayscale: #999999. Windows color (decimal): -10438509 or 9680992. OLE color: 9680992.

HSL color Cylindrical-coordinate representation of color #60B893: hue angle of 154.77º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B893 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB96184147-
CMYK0.4800.200.28
HSL154.77º38.26%54.9%-
HSV(B)154.77º47.83%72.16%-
XYZ27.2338.8733.67-
YUV153.47124.3587.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=22.48%
G=43.09%
B=34.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961841470.4800.200.28154.7738.2654.9
Hex60B893300141C9b2637
Octal14027022360024342334667
Binary110000010111000100100111100000101001110010011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,184,147); }

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

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

 a { background-color: rgb(96,184,147); }

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

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

 span { border-color: rgb(96,184,147); }

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